VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)