VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtSimulationTimeWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSimulationTimeWidgetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
18
namespace
makVrv
19
{
20
class
DtDe
;
21
}
22
23
namespace
makVrf
24
{
25
class
DtVrfBackendState;
26
class
DtSimulationTimeWidgetInterface;
27
28
class
DT_DLL_VRFGUICOREQT
DtSimulationTimeWidgetLogic
29
{
30
31
public
:
32
34
DtSimulationTimeWidgetLogic
(makVrv::DtDe& de,
DtSimulationTimeWidgetInterface
* iFace );
35
37
virtual
~
DtSimulationTimeWidgetLogic
();
38
virtual
void
slot_allBackendsAboutToBeRemoved();
39
40
protected
:
41
virtual
void
slot_selectedBackendChanged();
42
44
virtual
void
slot_tick(makVrv::DtDe& de);
45
46
protected
:
47
virtual
void
updateSimTime();
48
49
protected
:
50
makVrv::DtDe&
myDe
;
51
DtVrfBackendState
*
myBackendState
;
52
bool
myInitialized
;
53
DtSimulationTimeWidgetInterface
*
myInterface
;
54
};
55
}
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)