#include <ExtensionManager.h>
| ExtensionManager::ExtensionManager |
( |
const std::string & |
moduleName, |
|
|
bool |
isPlugin |
|
) |
| |
| ExtensionManager::ExtensionManager |
( |
const std::string & |
moduleName, |
|
|
const std::string & |
version, |
|
|
bool |
isPlugin |
|
) |
| |
| ExtensionManager::~ExtensionManager |
( |
| ) |
|
|
virtual |
| void ExtensionManager::addToolBar |
( |
ToolBar * |
toolBar | ) |
|
template<class PointerType >
| PointerType cnoid::ExtensionManager::manage |
( |
PointerType |
pointer | ) |
|
|
inline |
| const std::string & ExtensionManager::name |
( |
| ) |
const |
| void ExtensionManager::notifySystemUpdate |
( |
| ) |
|
|
static |
| void ExtensionManager::setProjectArchiver |
( |
const std::string & |
name, |
|
|
boost::function< bool(Archive &)> |
storeFunction, |
|
|
boost::function< void(const Archive &)> |
restoreFunction |
|
) |
| |
| void ExtensionManager::setProjectArchiver |
( |
boost::function< bool(Archive &)> |
storeFunction, |
|
|
boost::function< void(const Archive &)> |
restoreFunction |
|
) |
| |
| SignalProxy< void()> ExtensionManager::sigReleaseRequest |
( |
| ) |
|
| SignalProxy< void()> ExtensionManager::sigSystemUpdated |
( |
| ) |
|
| const std::string & ExtensionManager::textDomain |
( |
| ) |
const |
| friend class ExtensionManagerImpl |
|
friend |
The documentation for this class was generated from the following files: