VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
vrfEnvironmentConditionsDateAndTimeLogic.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 <vrvCoreQt/DtDateAndTimeInterface.h>
15
#include <vrvUtil/DtSignalConnectionManager.h>
16
17
namespace
makVrf
18
{
21
class
DT_DLL_VRFGUICOREQT
DtVrfEnvironmentConditionsDateAndTimeLogic
22
{
23
24
public
:
25
27
DtVrfEnvironmentConditionsDateAndTimeLogic
(makVrv::DtDe& de,
28
makVrv::DtDateAndTimeInterface& iface);
29
31
~
DtVrfEnvironmentConditionsDateAndTimeLogic
();
32
33
protected
:
34
36
void
setupGui();
37
39
void
onChangeTime(
int
hour,
int
minutes,
double
seconds);
40
41
protected
:
42
43
makVrv::DtDe&
myDe
;
44
makVrv::DtDateAndTimeInterface&
myInterface
;
45
makVrv::DtSignalConnectionManager
mySignals
;
46
};
47
}
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
)