|
| std::string | UserLibdir () |
| | The single, user-writable directory for installing .dll files.
|
| |
| std::string | UserBindir () |
| | The single, user-writable directory for installing helper binaries.
|
| |
| std::string | UserDatadir () |
| | The single, user-writable common parent for plugin data directories, typically ending in 'plugins'.
|
| |
| std::vector< std::string > | Libdirs () |
| | List of directories from which we load plugins.
|
| |
| std::vector< std::string > | Bindirs () |
| | 'List of directories for plugin binary helpers.
|
| |
| std::vector< std::string > | Datadirs () |
| | List of directories containing plugin data, each element typically ends in 'plugins'.
|
| |
| std::string | Homedir () const |
| | home directory, convenience stuff.
|
| |
Definition at line 7 of file plugin_paths.h.
◆ Bindirs()
| std::vector< std::string > PluginPaths::Bindirs |
( |
| ) |
|
|
inline |
'List of directories for plugin binary helpers.
Definition at line 28 of file plugin_paths.h.
◆ Datadirs()
| std::vector< std::string > PluginPaths::Datadirs |
( |
| ) |
|
|
inline |
List of directories containing plugin data, each element typically ends in 'plugins'.
Definition at line 34 of file plugin_paths.h.
◆ getInstance()
◆ Homedir()
| std::string PluginPaths::Homedir |
( |
| ) |
const |
|
inline |
home directory, convenience stuff.
Definition at line 37 of file plugin_paths.h.
◆ Libdirs()
| std::vector< std::string > PluginPaths::Libdirs |
( |
| ) |
|
|
inline |
List of directories from which we load plugins.
Definition at line 25 of file plugin_paths.h.
◆ UserBindir()
| std::string PluginPaths::UserBindir |
( |
| ) |
|
|
inline |
The single, user-writable directory for installing helper binaries.
Definition at line 16 of file plugin_paths.h.
◆ UserDatadir()
| std::string PluginPaths::UserDatadir |
( |
| ) |
|
|
inline |
The single, user-writable common parent for plugin data directories, typically ending in 'plugins'.
Definition at line 22 of file plugin_paths.h.
◆ UserLibdir()
| std::string PluginPaths::UserLibdir |
( |
| ) |
|
|
inline |
The single, user-writable directory for installing .dll files.
Definition at line 13 of file plugin_paths.h.
The documentation for this class was generated from the following files: