VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleConnectionObjects
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.
21
class
DtConnectionObjectsDriver
:
public
makVrv::DtDriver
22
{
23
public
:
24
26
DtConnectionObjectsDriver
(
makVrv::DtAgentManager
& am );
27
29
virtual
~DtConnectionObjectsDriver
();
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
53
void
slot_entityAdded
(
makVrv::DtElementID
entity );
54
void
slot_entityRemoved
(
makVrv::DtElementID
entity );
55
void
slot_postUpdate
(
makVrv::DtElementID
entity );
56
57
protected
:
58
DtConnectionObjects
*
myConnectionObjects
;
59
};
60
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)