VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiObjectInformationQt
DtResourceInformationPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtResourceInformationPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
16
#include <
vrfGuiObjectInformationQt/DtInformationDialogPage.h
>
17
18
class
QLabel
;
19
class
QLineEdit
;
20
class
QIntValidator;
21
class
QHBoxLayout;
22
class
QPushButton
;
23
24
namespace
makVrf
25
{
26
namespace
makVrfGuiObjectInformationQt
27
{
28
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtResourceInformationPage
:
public
DtInformationDialogPage
29
{
30
Q_OBJECT
31
32
public
:
33
35
DtResourceInformationPage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
36
38
virtual
~
DtResourceInformationPage
();
39
40
virtual
void
setUpdateRate(
int
);
41
virtual
int
updateRate()
const
;
42
44
virtual
QIcon icon();
45
47
virtual
QString title();
48
50
virtual
const
std::string& pageClassName()
const
;
51
53
static
const
std::string& thePageClassName();
54
55
protected
slots:
56
virtual
void
onSetUpdateRate();
57
58
protected
:
59
virtual
void
setupGui();
60
61
virtual
void
activate();
62
63
public
:
64
QHBoxLayout*
myUpdateRateLayout
;
65
QLabel
*
myLabel1
;
66
QLabel
*
myLabel2
;
67
QLineEdit
*
myUpdateRate
;
68
QPushButton
*
myApply
;
69
QIntValidator*
myUpdateValidator
;
70
};
71
72
typedef
makVrv::DtPageCreatorTemplate<DtResourceInformationPage>
73
DtResourceInformationPageCreator
;
74
}
75
}
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
)