VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sessionOptionsWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
16 #include <vlutil/vlString.h>
17 #include <map>
18 
19 #include <QString>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 namespace makVrf
27 {
29  {
30 
31  public:
32 
35 
36  public:
37  virtual void setAutoJoinSession(bool) = 0;
38  virtual bool autoJoinSession() const = 0;
39 
40  virtual void setAutomaticallyOpenSessionDatabaseWithoutJoiningSession(bool) = 0;
41  virtual bool automaticallyOpenSessionDatabaseWithoutJoiningSession() const = 0;
42 
43  virtual void setAskToJoinSession(bool) = 0;
44  virtual bool askToJoinSession() const = 0;
45 
46  virtual void setAlwaysJoinSessionWithSessionDatabase(bool) = 0;
47  virtual bool alwaysJoinSessionWithSessionDatabase() const = 0;
48 
49  virtual void setAlwaysJoinSessionOpenDatabase(bool) = 0;
50  virtual bool alwaysJoinSessionOpenDatabase() const = 0;
51 
52  virtual void setShowSessionDialogs(bool) = 0;
53  virtual bool showSessionDialogs() const = 0;
54 
55  boost::signal<void ()> signal_sessionOptionChanged;
56  };
57 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)