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
include
vrvVrlQt
DtConnectionListLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtConnectionListLogic.h,v $ $Revision: 1.12 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtConnectionListLogic_H_
14
#define DtConnectionListLogic_H_
15
16
#include <
vrvVrlQt/vrvVrlQt.h
>
17
18
namespace
makVrv
19
{
20
//class DtDe;
21
class
DtConnectionListInterface;
22
class
DtDriver;
23
28
class
DT_DLL_VRVVRLQT
DtConnectionListLogic
29
{
30
public
:
31
33
DtConnectionListLogic
(
DtDe
& de,
DtConnectionListInterface
& guiInterface);
34
36
~
DtConnectionListLogic
();
37
38
protected
:
39
41
void
onCurrentDriverChanged(
const
std::string& driver);
42
44
void
onCurrentDriverConnect();
45
46
void
onSetCurrentDriverAsAutoDriver();
47
void
onSetDriverAsAutoDriver(
const
std::string& driver);
48
49
void
onDriverCreated(
DtDriver
& con);
50
void
onDriverDestroyed(
DtDriver
& con);
51
void
onDriverStopped(
DtDriver
& con);
52
void
onDriverStarted(
DtDriver
& con);
53
54
protected
:
55
56
void
updateInterface();
57
void
onAutoDriverChanaged(
const
std::string& driver);
58
59
60
protected
:
61
62
DtDe
&
myDe
;
63
DtConnectionListInterface
&
myInterface
;
64
65
DtDriver
*
myCurrentDriver
;
66
67
};
68
}
69
70
#endif
71
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)