#include <PluginManager.h>
Public Member Functions | |
Config () | |
const SearchPath & | searchPath () const |
Config & | searchPath (const SearchPath &iPath) |
Private Attributes | |
SearchPath | m_path |
Definition at line 45 of file PluginManager.h.
edmplugin::PluginManager::Config::Config | ( | ) | [inline] |
Definition at line 47 of file PluginManager.h.
{ }
Config& edmplugin::PluginManager::Config::searchPath | ( | const SearchPath & | iPath | ) | [inline] |
Definition at line 48 of file PluginManager.h.
References m_path.
Referenced by edmplugin::standard::config(), and edmplugin::PluginManager::configure().
{ m_path = iPath; return *this; }
const SearchPath& edmplugin::PluginManager::Config::searchPath | ( | ) | const [inline] |
Definition at line 56 of file PluginManager.h.
Referenced by searchPath().