VR-Forces 4.2 Class Documentation
DtSessionStartupDialogInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSessionStartupDialogInterface.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 
14 #include <vrvUtil/signalslib.h>
16 
17 #include <QtCore/QString>
18 
19 namespace makVrf
20 {
26  {
27  public:
29  {
30  Available = 0,
32  Unavailable
33  };
34 
36  {
37  NewScenarioOnVR = 0,
39  LoadScenario
40  };
41 
42  public:
43  //DTOR
45 
46  virtual void setServerAvailability(const std::string&, ServerStatus, const std::string& reason) = 0;
47  virtual void setCurrentServer(const std::string&) = 0;
48  virtual void addServer(const std::string& desc) = 0;
49  virtual void removeServer(const std::string& desc) = 0;
50 
51  virtual void setStartupPreference(StartupPreference) = 0;
52 
53  boost::signal<void (const std::string&)> signal_requestServerAvailability;
54  boost::signal<void ()> signal_neverShowAgain;
55  boost::signal<void (const std::string&)> signal_newScenarioVR;
56  boost::signal<void ()> signal_newScenario;
57  boost::signal<void ()> signal_loadScenario;
58  boost::signal<void ()> signal_sessionStartupComplete;
59  };
60 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)