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
vrfTacticalGraphicOverlayListPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfTacticalGraphicOverlayListPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrvCoreQt/DtPage.h
>
18
#include <
vrfGuiCoreQt/vrfObjectListPanelPage.h
>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
}
24
25
class
QVBoxLayout;
26
27
namespace
makVrf
28
{
29
class
DtVrfTacticalGraphicOverlayTreeWidget;
30
32
class
DT_DLL_VRFGUICOREQT
DtVrfTacticalGraphicOverlayListPage
:
public
makVrv::DtPage
33
{
34
Q_OBJECT
35
36
public
:
37
39
virtual
~
DtVrfTacticalGraphicOverlayListPage
();
40
42
virtual
QIcon icon();
43
45
virtual
QString title();
46
48
virtual
const
std::string& pageClassName()
const
;
49
50
protected
:
51
53
friend
class
DtVrfTacticalGraphicOverlayListPageCreator
;
54
56
DtVrfTacticalGraphicOverlayListPage
(
makVrv::DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
57
59
virtual
void
activate();
60
62
virtual
void
deactivate();
63
64
protected
:
65
66
std::string
myClassName
;
67
QVBoxLayout*
myLayout
;
68
DtVrfTacticalGraphicOverlayTreeWidget
*
myTreeWidget
;
69
};
70
73
class
DT_DLL_VRFGUICOREQT
DtVrfTacticalGraphicOverlayListPageCreator
:
public
makVrv::DtPageCreator
74
{
75
public
:
76
78
DtVrfTacticalGraphicOverlayListPageCreator
(
makVrv::DtDe
& de);
79
81
virtual
~
DtVrfTacticalGraphicOverlayListPageCreator
();
82
86
virtual
std::string pageClassName()
const
;
87
89
virtual
makVrv::DtPage
* create(
QWidget
* parent = 0, Qt::WindowFlags f = 0);
90
};
91
}
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
)