31 virtual bool focusDistanceSet()
const;
32 virtual float focusDistance()
const;
33 virtual void setFocusDistance(
float dist );
36 virtual bool depthOfFieldSet()
const;
37 virtual float depthOfField()
const;
38 virtual void setDepthOfField(
float dof );
41 virtual bool useAutoFocusSet()
const;
42 virtual bool useAutoFocus()
const;
43 virtual void setUseAutoFocus(
bool enabled );
46 virtual void execute(
DtDe& de);
float myDepthOfField
Definition: DtDepthOfFieldSettingsCommand.h:50
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
bool myUseAutoFocusSet
Definition: DtDepthOfFieldSettingsCommand.h:55
bool myFocusDistanceSet
Definition: DtDepthOfFieldSettingsCommand.h:53
bool myUseAutoFocus
Definition: DtDepthOfFieldSettingsCommand.h:51
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 ~DtDepthOfFieldSettingsCommandCreator()
Definition: DtDepthOfFieldSettingsCommand.h:64
DtDepthOfFieldSettingsCommandCreator(GlobalIdConvertFunc func)
Definition: DtDepthOfFieldSettingsCommand.h:63
DtDepthOfFieldSettingsCommandCreator creates DtDepthOfFieldSettingsCommands.
Definition: DtDepthOfFieldSettingsCommand.h:60
bool myDepthOfFieldSet
Definition: DtDepthOfFieldSettingsCommand.h:54
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
float myFocusDistance
Definition: DtDepthOfFieldSettingsCommand.h:49
DtDepthOfFieldSettingsCommand.
Definition: DtDepthOfFieldSettingsCommand.h:24
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.
Contains DLL export macros.