#include <ViewManager.h>
§ InstantiationType
| Enumerator |
|---|
| SINGLE_DEFAULT | |
| SINGLE_OPTIONAL | |
| MULTI_DEFAULT | |
| MULTI_OPTIONAL | |
§ ViewManager()
§ ~ViewManager()
| ViewManager::~ViewManager |
( |
| ) |
|
§ activeViews()
| std::vector< View * > ViewManager::activeViews |
( |
| ) |
|
|
static |
§ allViews()
| std::vector< View * > ViewManager::allViews |
( |
| ) |
|
|
static |
§ 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]
| View * ViewManager::getOrCreateView |
( |
const std::string & |
moduleName, |
|
|
const std::string & |
className |
|
) |
| |
|
static |
§ getOrCreateView() [2/4]
| View * ViewManager::getOrCreateView |
( |
const std::string & |
moduleName, |
|
|
const std::string & |
className, |
|
|
const std::string & |
instanceName |
|
) |
| |
|
static |
§ getOrCreateView() [3/4]
template<class ViewType >
| static ViewType* cnoid::ViewManager::getOrCreateView |
( |
bool |
doMountCreatedView = false | ) |
|
|
inlinestatic |
§ getOrCreateView() [4/4]
template<class ViewType >
| static ViewType* cnoid::ViewManager::getOrCreateView |
( |
const std::string & |
instanceName, |
|
|
bool |
doMountCreatedView = false |
|
) |
| |
|
inlinestatic |
§ getOrCreateViewOfDefaultName()
| View * ViewManager::getOrCreateViewOfDefaultName |
( |
const std::string & |
defaultName | ) |
|
|
static |
This is implemented for the compatibility to version 1.4 or earlier. This is only used for loading the view layout configuration created by those verions.
§ initializeClass()
§ isPrimalInstance()
| bool ViewManager::isPrimalInstance |
( |
View * |
view | ) |
|
|
static |
§ registerClass()
template<class ViewType >
- Returns
- If itype is SINGLE_DEFAULT or MULTI_DEFAULT, the default instance created by this function is returned. Otherwise null pointer is returned.
§ 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: