VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvOsgQt
DtLoaderSettingsPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtLoaderSettingsPage.h,v $ $Revision: 1.7 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvOsgQt/vrvOsgQt.h
>
15
#include <
vrvCoreQt/DtPage.h
>
16
#include <QtCore/QString>
17
#include <QtGui/QIcon>
18
19
class
QWidget
;
20
class
QLayout;
21
22
namespace
makVrv
23
{
24
class
DtDe;
25
class
DtPersistenceToolbarWidget;
26
class
DtLoaderSettingsLogic;
27
class
DtLoaderSettingsWidget;
28
31
class
DT_DLL_VRVOSGQT
DtLoaderSettingsPage
:
public
DtPage
32
{
33
Q_OBJECT
34
public
:
36
DtLoaderSettingsPage
(
DtDe
& de,
QWidget
* parent, Qt::WindowFlags f = 0);
37
39
virtual
~
DtLoaderSettingsPage
();
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
DtLoaderSettingsLogic
*
myLogic
;
66
DtLoaderSettingsWidget
*
myWidget
;
67
DtPersistenceToolbarWidget
*
myToolbar
;
68
DtDe
&
myDe
;
69
70
QLayout*
myMainLayout
;
71
};
72
75
typedef
DtPageCreatorTemplate<DtLoaderSettingsPage>
76
DtLoaderSettingsPageCreator
;
77
}
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
)