DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtObserverModeSettingCommand is the common base class for all VRV Commands that toggle an observer mo...
Definition: DtObserverModeSettingCommand.h:21
virtual ~DtRainSplashCommandCreator()
Definition: DtRainSplashCommand.h:34
DtRainSplashCommand enables or disables performance stats.
Definition: DtRainSplashCommand.h:19
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
DtRainSplashCommandCreator(GlobalIdConvertFunc func)
Definition: DtRainSplashCommand.h:33
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtRainSplashCommandCreator creates DtRainSplashCommands.
Definition: DtRainSplashCommand.h:30
ObserverSetting
Definition: DtObserverSettingsManager.h:41
Contains makVrv::DtObserverModeSettingCommand.