VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtDateAndTimePage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtDateAndTimePage.h,v $ $Revision: 1.7 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCoreQt/DtPage.h
>
15
16
class
QVBoxLayout;
17
18
namespace
makVrv
19
{
20
class
DtDateAndTimeWidget;
21
class
DtPersistenceToolbarWidget;
22
25
class
DT_DLL_VRVCOREQT
DtDateAndTimePage
:
public
DtPage
26
{
27
Q_OBJECT
28
29
public
:
30
32
DtDateAndTimePage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
33
35
virtual
~
DtDateAndTimePage
();
36
38
virtual
QIcon icon();
39
41
virtual
QString title();
42
44
virtual
const
std::string& pageClassName()
const
;
45
47
static
const
std::string& thePageClassName();
48
49
protected
:
50
52
void
setupGui();
53
55
virtual
void
activate();
56
58
virtual
void
deactivate();
59
60
protected
:
61
62
DtDe
&
myDe
;
63
DtPersistenceToolbarWidget
*
myTitle
;
64
QVBoxLayout*
myMainLayout
;
65
DtDateAndTimeWidget
*
myWidget
;
66
};
67
70
typedef
DtPageCreatorTemplate<DtDateAndTimePage>
DtDateAndTimePageCreator
;
71
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)