60 virtual bool paperMap()
const;
63 virtual void setPaperMap(
bool enabled );
66 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtPaperMapCommand holds the state of whether the use of layer masks in .earth files. That is, turn on and off the entire paper maps feature. There are 2 ways to configure paper mask features which can affect what is displayed on from the .earth file.
Definition: DtPaperMapCommand.h:43
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
virtual ~DtPaperMapCommandCreator()
DTOR.
Definition: DtPaperMapCommand.h:85
DtPaperMapCommandCreator(GlobalIdConvertFunc func)
CTOR.
Definition: DtPaperMapCommand.h:78
bool myPaperMap
Definition: DtPaperMapCommand.h:69
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtPaperMapCommandCreator creates DtPaperMapCommand.
Definition: DtPaperMapCommand.h:74
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.