![]() |
VR-Forces 4.10 Class Documentation
|
DtPaperMapGroupCommand sets the current active group to display for the paper maps feature. More...

Public Member Functions | |
| DtPaperMapGroupCommand () | |
| CTOR. More... | |
| virtual | ~DtPaperMapGroupCommand () |
| DTOR. More... | |
| virtual std::string | paperMapGroup () const |
| Get if layer masks be considered when rendering osgEarth layers in 2D or 3D. More... | |
| virtual void | setPaperMapGroup (std::string group) |
| Set whether osgEarth will pay attention to the mask. More... | |
| virtual void | execute (DtDe &de) |
| Set the DtDeSharedState::setPaperMapLayerTimeout timeout value. More... | |
Public Member Functions inherited from makVrv::DtVrvCommand | |
| DtVrvCommand () | |
| virtual | ~DtVrvCommand () |
| virtual vrvControlToolkit::DtVrvControlTypeEnum | commandType () |
Protected Attributes | |
| std::string | myPaperMapGroup |
Protected Attributes inherited from makVrv::DtVrvCommand | |
| vrvControlToolkit::DtVrvControlTypeEnum | myCommandType |
Private Member Functions | |
| DtPaperMapGroupCommand (DtPaperMapGroupCommand &in) | |
| Private copy constructor. More... | |
| DtPaperMapGroupCommand & | operator= (const DtPaperMapGroupCommand &) |
| Private assignment operator. More... | |
DtPaperMapGroupCommand sets the current active group to display for the paper maps feature.
The paper maps feature uses an annotation in a .earth osgEarth file to display only certain layers of the .earth file. The groups are select via a toolbar and this command.
| makVrv::DtPaperMapGroupCommand::DtPaperMapGroupCommand | ( | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Private copy constructor.
|
virtual |
Get if layer masks be considered when rendering osgEarth layers in 2D or 3D.
|
virtual |
Set whether osgEarth will pay attention to the mask.
|
virtual |
Set the DtDeSharedState::setPaperMapLayerTimeout timeout value.
Implements makVrv::DtVrvCommand.
|
private |
Private assignment operator.
|
protected |