RodTracker.backend.file_locations

Auxillary methods for getting paths to application icon/logo and opening documentation.

Author: Adrian Niemann (adrian.niemann@ovgu.de)

Date: 2022-2024

icon_path() str[source]

Get a string representation of the path to the application icon.

Returns:

str – String representation of the path to the application icon.

logo_path() str[source]

Get a string representation of the path to the application icon.

Returns:

str – String representation of the path to the application icon.

open_docs(location: Literal['online', 'local'] = 'online') None[source]

Open the documenation for the RodTracker.

undo_icon_path() str[source]

Get a string representation of the path to the application undo icon.

Returns:

str – String representation of the path to the application undo icon.