VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtStartupDialogInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtStartupDialogInterface.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvUtil/signalslib.h>
15 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
24  {
25  public:
27  {
28  Available = 0,
30  Unavailable
31  };
32 
34  {
35  LoadRecentTerrain = 0,
37  LoadNoTerrain
38  };
39 
40  public:
42  virtual ~DtStartupDialogInterface();
43 
45  virtual void addRecentTerrain(const std::string& desc) = 0;
46 
48  virtual void addTerrain(const std::string& desc) = 0;
49 
51  virtual void setStartupPreference(StartupPreference) = 0;
52 
54  virtual void setNeverShowAgain(bool neverShow) = 0;
55 
57  virtual void showDialog() = 0;
58 
60  virtual void clear() = 0;
61 
63  virtual void setDescription(const std::string& description) = 0;
64 
65  boost::signal<void (bool)> signal_neverShowAgain;
66  boost::signal<void (const std::string&, const int)> signal_loadTerrain;
67  boost::signal<void (const std::string&, const int)> signal_selectedTerrainChanged;
68  };
69 }

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)