VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
13 
14 class QDialog;
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtOsgEarthStartupDialog;
20 
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:
57 
58  protected:
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)