VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtVrfEmbarkationHierarchyPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfEmbarkationHierarchyPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
12
#pragma once
13
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/DtVrfHierarchyPage.h
>
16
17
namespace
makVrf
18
{
19
class
DT_DLL_VRFGUICOREQT
DtVrfEmbarkationHierarchyPage
:
public
DtVrfHierarchyPage
20
{
21
Q_OBJECT
22
public
:
23
25
virtual
QIcon icon();
26
28
virtual
QString title();
29
31
virtual
const
std::string& pageClassName()
const
;
32
34
virtual
~
DtVrfEmbarkationHierarchyPage
();
35
36
protected
:
37
39
friend
class
DtVrfEmbarkationHierarchyPageCreator
;
40
42
DtVrfEmbarkationHierarchyPage
( makVrv::DtDe& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
43
44
virtual
DtVrfTreeWidget
* createHierarchyList();
45
46
protected
:
47
48
std::string
myClassName
;
49
50
};
51
54
class
DT_DLL_VRFGUICOREQT
DtVrfEmbarkationHierarchyPageCreator
:
public
makVrv::DtPageCreator
55
{
56
public
:
57
59
DtVrfEmbarkationHierarchyPageCreator
(makVrv::DtDe& de);
60
62
virtual
~
DtVrfEmbarkationHierarchyPageCreator
();
63
67
virtual
std::string pageClassName()
const
;
68
70
virtual
makVrv::DtPage* create(
QWidget
* parent = 0, Qt::WindowFlags f = 0);
71
};
72
}
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
)