19 class DT_DLL_VRVVRL DtTacticalGraphicsLabelsCommand :
public DtVrvCommand
22 DtTacticalGraphicsLabelsCommand();
23 virtual ~DtTacticalGraphicsLabelsCommand();
25 virtual bool isEnabled()
const;
26 virtual void setEnabled(
bool state);
28 virtual void execute(DtDe& de);
36 class DT_DLL_VRVVRL DtTacticalGraphicsLabelsCommandCreator :
public DtVrvCommandCreator
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtTacticalGraphicsLabelsCommandCreator(GlobalIdConvertFunc func)
Definition: DtTacticalGraphicsLabelsCommand.h:39
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 ~DtTacticalGraphicsLabelsCommandCreator()
Definition: DtTacticalGraphicsLabelsCommand.h:40
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.