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