VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
makVrv::DtAudioVolumeCommand Class Reference

DtAudioVolumeCommand changes the volume of the audio. More...

Inheritance diagram for makVrv::DtAudioVolumeCommand:
Inheritance graph
[legend]

Public Member Functions

 DtAudioVolumeCommand ()
 CTOR. More...
 
virtual ~DtAudioVolumeCommand ()
 Virtual DTOR. More...
 
virtual double audioVolume () const
 Return whether the sound is enabled. More...
 
virtual void setAudioVolume (double audioVolume)
 Sets whether the volume of the audio. More...
 
virtual void execute (DtDe &de)
 Apply the command. More...
 
- Public Member Functions inherited from makVrv::DtVrvCommand
 DtVrvCommand ()
 
virtual ~DtVrvCommand ()
 
virtual
vrvControlToolkit::DtVrvControlTypeEnum 
commandType ()
 

Protected Attributes

double myAudioVolume
 
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType
 

Private Member Functions

 DtAudioVolumeCommand (const DtAudioVolumeCommand &)
 Copy Constructor not implemented – Copy not allowed. More...
 
DtAudioVolumeCommandoperator= (const DtAudioVolumeCommand &)
 Assignment Operator not implemented – Copy not allowed. More...
 

Detailed Description

DtAudioVolumeCommand changes the volume of the audio.

Constructor & Destructor Documentation

makVrv::DtAudioVolumeCommand::DtAudioVolumeCommand ( )

CTOR.

virtual makVrv::DtAudioVolumeCommand::~DtAudioVolumeCommand ( )
virtual

Virtual DTOR.

makVrv::DtAudioVolumeCommand::DtAudioVolumeCommand ( const DtAudioVolumeCommand )
private

Copy Constructor not implemented – Copy not allowed.

Member Function Documentation

virtual double makVrv::DtAudioVolumeCommand::audioVolume ( ) const
virtual

Return whether the sound is enabled.

virtual void makVrv::DtAudioVolumeCommand::setAudioVolume ( double  audioVolume)
virtual

Sets whether the volume of the audio.

Parameters
audioVolumeThe volume of the audio(0-100).
virtual void makVrv::DtAudioVolumeCommand::execute ( DtDe de)
virtual

Apply the command.

Implements makVrv::DtVrvCommand.

DtAudioVolumeCommand& makVrv::DtAudioVolumeCommand::operator= ( const DtAudioVolumeCommand )
private

Assignment Operator not implemented – Copy not allowed.

Member Data Documentation

double makVrv::DtAudioVolumeCommand::myAudioVolume
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)