VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtUnknownDriver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtUnknownDriver_H_
11 #define DtUnknownDriver_H_
12 
13 #include <vrvCore/vrvCore.h>
14 #include <vrvCore/DtDriver.h>
15 
16 namespace makVrv
17 {
18  class DtAgentManager;
19 
23  {
24  public:
25 
27  DtUnknownDriver(DtAgentManager& sm,const std::string& name);
28 
30  virtual ~DtUnknownDriver();
31 
33  virtual const std::string& className() const;
34 
36  virtual bool isUserControllable() const;
37 
38  protected:
39 
42  virtual bool onStart();
43 
46  virtual bool onStop();
47 
49  virtual bool onTick();
50 
51  protected:
52  std::string myClassName;
53 
54  };
55 }
56 
57 #endif
58 
The DtUnknownDriver is used for drivers which can&#39;t be created but can be noticed.
Definition: DtUnknownDriver.h:22
std::string myClassName
Definition: DtUnknownDriver.h:52
The DtDriver is an abstract class.
Definition: DtDriver.h:31
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
Contains DLL export macros.

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)