VR-Forces 4.2 Class Documentation
bhaveDebugLineDriver.h
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
11 
12 #ifndef DtBhaveDebugLineDriver_H_
13 #define DtBhaveDebugLineDriver_H_
14 
16 #include <vrvCore/DtDriver.h>
17 #include <vrvCore/DtAgentManager.h>
18 #include <vrvUtil/signalslib.h>
19 
21 
22 class DtBhaveDebugLineDrawer;
23 
26 class DT_DLL_bhave3DGui DtBhaveDebugLineDriver : public makVrv::DtDriver
27 {
28 public:
30  //DtBhaveDebugLineDriver( DtAgentManager& agentManager, const std::string& instanceName );
31  DtBhaveDebugLineDriver(makVrv::DtAgentManager& agentManager,
32  const std::string& instanceName);
33 
35  virtual ~DtBhaveDebugLineDriver();
36 
38  virtual const std::string& className() const;
39 
41  virtual void setDrawDebugLines();
42 
43  virtual bool drawDebugLines();
44 
45 protected:
46 
49  virtual bool onStart();
50 
52  virtual bool onTick();
53 
56  virtual bool onStop();
57 
58 protected:
59 
62 
63 };
64 
65 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)