VR-Forces 4.1 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
45
virtual
void
activate();
46
48
virtual
void
deactivate();
49
50
virtual
DtVrfHierarchyPageLogic
* createLogic();
51
52
virtual
DtVrfTreeWidget
* createHierarchyList();
53
54
protected
:
55
56
std::string
myClassName
;
57
58
};
59
62
class
DT_DLL_VRFGUICOREQT
DtVrfEmbarkationHierarchyPageCreator
:
public
makVrv::DtPageCreator
63
{
64
public
:
65
67
DtVrfEmbarkationHierarchyPageCreator
(
makVrv::DtDe
& de);
68
70
virtual
~
DtVrfEmbarkationHierarchyPageCreator
();
71
75
virtual
std::string pageClassName()
const
;
76
78
virtual
makVrv::DtPage
* create(
QWidget
* parent = 0, Qt::WindowFlags f = 0);
79
};
80
}
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
)