VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
vrfEchelonHierarchyPage.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/vrfHierarchyPage.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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)