DtInsetViewCreator creates display, window, and observer configurations to implement an Inset View.
More...
Detailed Description
DtInsetViewCreator creates display, window, and observer configurations to implement an Inset View.
Constructor & Destructor Documentation
| makVrv::DtInsetViewCreator::DtInsetViewCreator |
( |
DtDe & |
de | ) |
|
| makVrv::DtInsetViewCreator::~DtInsetViewCreator |
( |
| ) |
|
Member Function Documentation
| virtual void makVrv::DtInsetViewCreator::createInsetView |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtInsetViewCreator::createInsetView |
( |
const std::string & |
s | ) |
|
|
virtual |
Creates and displays a new window with a new observer given the base display name.
Returns the display configuration created for the new window. When window is destroyed, will also destroy observer associated with window
| virtual void makVrv::DtInsetViewCreator::createInsetViewForObserverMode |
( |
const std::string & |
observerMode | ) |
|
|
virtual |
Given the observer mode string, creates an inset view for that observer mode.
Queries the observer mode manager for the observer mode name and will uses that as a basis for the window title
Creates a display configuration based on the default display engine configuration given the display name.
| virtual DtObserverConfiguration makVrv::DtInsetViewCreator::createObserverConfigurationFor |
( |
const std::string & |
displayName, |
|
|
bool |
realize = true |
|
) |
| |
|
protectedvirtual |
Creates and returns a new observer configuration.
If realize is true, will also immediately realize the configuration
Creates and returns a new observer configuration that doesn't incorporate the display name into the observer name.
If realize is true, will also immediately realize the configuration
| virtual DtObserverConfiguration makVrv::DtInsetViewCreator::createObserverConfiguration |
( |
const std::string & |
observerName, |
|
|
bool |
realize = true |
|
) |
| |
|
protectedvirtual |
| virtual DtObserverConfiguration makVrv::DtInsetViewCreator::createObserverConfigurationForObserverMode |
( |
const std::string & |
mode, |
|
|
bool |
realize = true |
|
) |
| |
|
protectedvirtual |
Creates and returns a new observer configuration.
If realize is true, will also immediately realize the configuration
Creates a window configuration given the display and observer configurations.
Member Data Documentation
| DtDe& makVrv::DtInsetViewCreator::myDe |
|
protected |
The documentation for this class was generated from the following file: