![]() |
VR-Forces Developer's Guide
|
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.

Public Member Functions | |
| DtPaperMapGroupCommand () | |
| virtual | ~DtPaperMapGroupCommand () |
| virtual std::string | paperMapGroup () const |
| virtual void | setPaperMapGroup (const std::string &group) |
| virtual void | execute (DtDe &de) |
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) | |
| DtPaperMapGroupCommand & | operator= (const DtPaperMapGroupCommand &) |
| 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 |