#include <ViewManager.h>
◆ InstantiationFlags
Enumerator |
---|
Single | |
Multiple | |
Default | |
SINGLE_OPTIONAL | |
SINGLE_DEFAULT | |
MULTI_OPTIONAL | |
MULTI_DEFAULT | |
◆ ViewManager()
◆ ~ViewManager()
ViewManager::~ViewManager |
( |
| ) |
|
◆ activeViews()
std::vector< View * > ViewManager::activeViews |
( |
| ) |
|
|
static |
◆ allViews()
std::vector< View * > ViewManager::allViews |
( |
| ) |
|
|
static |
◆ deleteView()
void ViewManager::deleteView |
( |
View * |
view | ) |
|
◆ findView() [1/2]
template<class ViewType >
static ViewType* cnoid::ViewManager::findView |
( |
| ) |
|
|
inlinestatic |
◆ findView() [2/2]
template<class ViewType >
static ViewType* cnoid::ViewManager::findView |
( |
const std::string & |
instanceName | ) |
|
|
inlinestatic |
◆ getOrCreateView() [1/4]
template<class ViewType >
static ViewType* cnoid::ViewManager::getOrCreateView |
( |
bool |
doMountCreatedView = false | ) |
|
|
inlinestatic |
◆ getOrCreateView() [2/4]
template<class ViewType >
static ViewType* cnoid::ViewManager::getOrCreateView |
( |
const std::string & |
instanceName, |
|
|
bool |
doMountCreatedView = false |
|
) |
| |
|
inlinestatic |
◆ getOrCreateView() [3/4]
View * ViewManager::getOrCreateView |
( |
const std::string & |
moduleName, |
|
|
const std::string & |
className |
|
) |
| |
|
static |
◆ getOrCreateView() [4/4]
View * ViewManager::getOrCreateView |
( |
const std::string & |
moduleName, |
|
|
const std::string & |
className, |
|
|
const std::string & |
instanceName |
|
) |
| |
|
static |
◆ initializeClass()
◆ isPrimalInstance()
bool ViewManager::isPrimalInstance |
( |
View * |
view | ) |
|
|
static |
◆ registerClass()
template<class ViewType >
ViewManager& cnoid::ViewManager::registerClass |
( |
const std::string & |
className, |
|
|
const std::string & |
defaultInstanceName, |
|
|
int |
instantiationFlags = Single |
|
) |
| |
|
inline |
◆ registerClassAlias()
ViewManager & ViewManager::registerClassAlias |
( |
const std::string & |
alias, |
|
|
const std::string & |
orgClassName |
|
) |
| |
◆ restoreViews()
◆ restoreViewStates()
◆ sigViewActivated()
◆ sigViewCreated()
◆ sigViewDeactivated()
◆ sigViewRemoved()
◆ storeViewStates()
bool ViewManager::storeViewStates |
( |
ArchivePtr |
archive, |
|
|
const std::string & |
key |
|
) |
| |
|
static |
◆ viewClass()
ViewClass * ViewManager::viewClass |
( |
const std::type_info & |
view_type_info | ) |
|
|
static |
The documentation for this class was generated from the following files: