VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAudioCommand.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2018 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvAudio/vrvAudio.h>
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
17 
21  {
22  public:
23 
26 
28  virtual ~DtAudioCommand();
29 
31  virtual bool isEnabled() const;
32 
35  virtual void setEnabled( bool state );
36 
38  virtual void execute( DtDe& de );
39 
40  private:
41 
45  DtAudioCommand &operator=(const DtAudioCommand &);
46 
47  protected:
48  bool myState;
49  };
50 
51 
55  {
56  public:
57 
60 
62  virtual ~DtAudioCommandCreator();
63 
65  virtual DtVrvCommand* create( vrvControlToolkit::DtVrvControl_v1* control );
66 
67  };
68 
69 } //makVrv::
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
bool myState
Definition: DtAudioCommand.h:48
Contains the DLL export macro for vrvAudio classes.
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
DtAudioCommandCreator creates DtAudioCommand.
Definition: DtAudioCommand.h:54
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtAudioCommand enables or disables the audio.
Definition: DtAudioCommand.h:20
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
#define DT_DLL_VRVAUDIO
Definition: vrvAudio.h:20
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.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)