VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiObjectInformationQt
DtEntityStatePage.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
13
#include <
vrfGuiObjectInformationQt/DtInformationDialogPage.h
>
14
15
namespace
makVrf
16
{
17
namespace
makVrfGuiObjectInformationQt
18
{
19
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtEntityStatePage
:
public
DtInformationDialogPage
20
{
21
Q_OBJECT
22
23
public
:
24
26
DtEntityStatePage
(
makVrv::DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = Qt::SubWindow);
27
29
virtual
~
DtEntityStatePage
();
30
32
virtual
QIcon icon();
33
35
virtual
QString title();
36
38
virtual
const
std::string& pageClassName()
const
;
39
41
static
const
std::string& thePageClassName();
42
43
protected
:
44
virtual
void
activate();
45
};
46
47
typedef
makVrv::DtPageCreatorTemplate<DtEntityStatePage>
48
DtEntityStatePageCreator
;
49
}
50
}
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
)