VR-Forces 4.3.1 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
vrvOsgEarthQt
DtOsgEarthStartupManager.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtOsgEarthStartupManager.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
9
#pragma once
10
11
#include <
vrvOsgEarthQt/vrvOsgEarthQt.h
>
12
#include <
vrvUtil/DtVirtualBaseClass.h
>
13
14
class
QDialog
;
15
16
namespace
makVrv
17
{
18
class
DtDe;
19
class
DtOsgEarthStartupDialog;
20
24
class
DT_DLL_VRVOSGEARTHQT
DtOsgEarthStartupManager
:
public
DtVirtualBaseClass
25
{
26
public
:
28
static
DtOsgEarthStartupManager
& instance(
DtDe
& de);
29
31
virtual
~
DtOsgEarthStartupManager
();
32
34
virtual
void
showDialog();
35
37
virtual
void
init
();
38
40
virtual
void
setShowStartupDialog(
bool
show);
41
43
virtual
bool
showStartupDialog()
const
;
44
46
virtual
void
loadDefaultStartupSettings(
bool
loadOnlyFactorySettings =
false
);
47
49
virtual
void
saveSettingsAsDefaults();
50
52
virtual
void
setDoNotShowStartupDialog(
bool
b);
53
54
55
private
:
56
DtOsgEarthStartupManager
(
DtDe
& de);
57
58
protected
:
59
DtDe
&
myDe
;
60
DtOsgEarthStartupDialog
*
myStartupDialog
;
61
bool
myInitialized
;
62
bool
myShowStartupDialog
;
63
64
};
65
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)