VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectionObjectsDriver.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtDriver.h>
13 #include <string>
14 
15 namespace makVrv
16 {
17  class DtConnectionObjects;
18 
19  // This driver creates and owns the connection objects.
22  {
23  public:
24 
27 
30 
33 
36  virtual const std::string& className() const;
37 
38  protected:
41  virtual bool onStart();
42 
45  virtual bool onStop();
46 
49  virtual bool onTick();
50 
52 
55  void slot_postUpdate( makVrv::DtElementID entity );
56 
57  protected:
59  };
60 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)