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
vrfGuiCoreQt
simulationTimeWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvUtil/DtSignalConnectionManager.h
>
15
16
namespace
makVrv
17
{
18
class
DtDe;
19
}
20
21
namespace
makVrf
22
{
23
class
DtVrfBackendState;
24
class
DtSimulationTimeWidgetInterface;
25
26
class
DT_DLL_VRFGUICOREQT
DtSimulationTimeWidgetLogic
27
{
28
29
public
:
30
32
DtSimulationTimeWidgetLogic
(
makVrv::DtDe
& de,
DtSimulationTimeWidgetInterface
* iFace );
33
35
virtual
~
DtSimulationTimeWidgetLogic
();
36
virtual
void
slot_allBackendsAboutToBeRemoved();
37
38
virtual
void
updateSimTime();
39
40
protected
:
41
virtual
void
slot_selectedBackendChanged();
42
virtual
void
slot_backendDiscovered(
const
DtVrfBackendState
&);
43
virtual
void
slot_backendUpdated(
const
DtVrfBackendState
& s,
int
changed);
44
46
virtual
void
slot_tick(
makVrv::DtDe
& de);
47
48
protected
:
49
makVrv::DtDe
&
myDe
;
50
DtVrfBackendState
*
myBackendState
;
51
bool
myInitialized
;
52
DtSimulationTimeWidgetInterface
*
myInterface
;
53
makVrv::DtSignalConnectionManager
myConnections
;
54
};
55
}
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
)