VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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
DtDe;
22
class
DtInstanceEditorWidget;
23
class
DtMapEditorWidget;
24
class
DtSchemaEditorLogic;
25
class
DtPersistenceToolbarWidget;
26
29
class
DT_DLL_VRVCOREQT
DtSchemaEditorPage
:
public
DtPage
30
{
31
Q_OBJECT
32
33
public
:
34
36
DtSchemaEditorPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
37
39
virtual
~
DtSchemaEditorPage
();
40
42
virtual
QIcon icon();
43
45
virtual
QString title();
46
48
virtual
const
std::string& pageClassName()
const
;
49
51
static
const
std::string& thePageClassName();
52
53
protected
:
54
56
void
setupGui();
57
59
virtual
void
activate();
60
62
virtual
void
deactivate();
63
64
protected
:
65
66
DtDe
&
myDe
;
67
DtInstanceEditorWidget
*
myInstanceWidget
;
68
DtMapEditorWidget
*
myMapWidget
;
69
DtSchemaEditorLogic
*
myLogic
;
70
DtPersistenceToolbarWidget
*
myToolbar
;
71
72
QSplitter*
mySplitter
;
73
};
74
77
typedef
DtPageCreatorTemplate<DtSchemaEditorPage>
DtSchemaEditorPageCreator
;
78
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)