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
vrvCoreQt
DtSchemaEditorPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSchemaEditorPage.h,v $ $Revision: 1.8 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCoreQt/DtPage.h
>
15
16
class
QSplitter;
17
class
QLabel
;
18
19
namespace
makVrv
20
{
21
class
DtInstanceEditorWidget;
22
class
DtMapEditorWidget;
23
class
DtSchemaEditorLogic;
24
class
DtPersistenceToolbarWidget;
25
28
class
DT_DLL_VRVCOREQT
DtSchemaEditorPage
:
public
DtPage
29
{
30
Q_OBJECT
31
32
public
:
33
35
DtSchemaEditorPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
36
38
virtual
~
DtSchemaEditorPage
();
39
41
virtual
QIcon icon();
42
44
virtual
QString title();
45
47
virtual
const
std::string& pageClassName()
const
;
48
50
static
const
std::string& thePageClassName();
51
52
protected
:
53
55
void
setupGui();
56
58
virtual
void
activate();
59
61
virtual
void
deactivate();
62
63
protected
:
64
65
DtInstanceEditorWidget
*
myInstanceWidget
;
66
DtMapEditorWidget
*
myMapWidget
;
67
DtSchemaEditorLogic
*
myLogic
;
68
DtPersistenceToolbarWidget
*
myToolbar
;
69
70
QSplitter*
mySplitter
;
71
};
72
75
typedef
DtPageCreatorTemplate<DtSchemaEditorPage>
DtSchemaEditorPageCreator
;
76
}
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
)