#include <PluginManager.h>
Public Member Functions | |
void | allowNoCache () |
Config () | |
bool | mustHaveCache () const |
Config & | searchPath (const SearchPath &iPath) |
const SearchPath & | searchPath () const |
Private Attributes | |
bool | m_mustHaveCache = true |
SearchPath | m_path |
Definition at line 53 of file PluginManager.h.
|
inline |
Definition at line 55 of file PluginManager.h.
|
inline |
|
inline |
Definition at line 63 of file PluginManager.h.
References m_mustHaveCache.
Referenced by edmplugin::PluginManager::PluginManager().
|
inline |
Definition at line 56 of file PluginManager.h.
References m_path.
Referenced by edmplugin::standard::config(), edmplugin::PluginManager::configure(), and main().
|
inline |
|
private |
Definition at line 67 of file PluginManager.h.
Referenced by allowNoCache(), and mustHaveCache().
|
private |
Definition at line 66 of file PluginManager.h.
Referenced by searchPath().