VR-Forces 4.1.1 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) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfEchelonHierarchyPage.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
DtVrfEchelonHierarchyPage
:
public
DtVrfHierarchyPage
20
{
21
Q_OBJECT
22
23
public
:
24
26
virtual
~
DtVrfEchelonHierarchyPage
();
27
29
virtual
QIcon icon();
30
32
virtual
QString title();
33
35
virtual
const
std::string& pageClassName()
const
;
36
37
protected
:
38
40
friend
class
DtVrfEchelonHierarchyPageCreator
;
41
43
DtVrfEchelonHierarchyPage
(
makVrv::DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
44
46
virtual
void
activate();
47
49
virtual
void
deactivate();
50
51
protected
:
52
53
virtual
DtVrfHierarchyPageLogic
* createLogic();
54
virtual
DtVrfTreeWidget
* createHierarchyList();
55
56
protected
:
57
58
std::string
myClassName
;
59
60
};
61
64
class
DT_DLL_VRFGUICOREQT
DtVrfEchelonHierarchyPageCreator
:
public
makVrv::DtPageCreator
65
{
66
public
:
67
69
DtVrfEchelonHierarchyPageCreator
(
makVrv::DtDe
& de);
70
72
virtual
~
DtVrfEchelonHierarchyPageCreator
();
73
77
virtual
std::string pageClassName()
const
;
78
80
virtual
makVrv::DtPage
* create(
QWidget
* parent = 0, Qt::WindowFlags f = 0);
81
};
82
83
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)