VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sessionOptionsWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvUtil/signalslib.h>
12 
15 
16 #include <QtWidgets/QWidget>
17 
21 
22 class QCheckBox;
23 class QRadioButton;
24 class QGroupBox;
25 
26 namespace makVrv
27 {
28  class DtDe;
29 }
30 
31 namespace makVrf
32 {
33  class DtSessionOptionsWidgetLogic;
34  class DtFileListWidget;
35 
38  {
39  Q_OBJECT
40 
41  public:
42 
44  DtSessionOptionsWidget(makVrv::DtDe&, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0 );
45 
47  virtual ~DtSessionOptionsWidget();
48 
49  protected:
50 
51  void setupGui();
52 
53  virtual void setAutoJoinSession(bool);
54  virtual bool autoJoinSession() const;
55 
56  virtual void setAutomaticallyOpenSessionDatabaseWithoutJoiningSession(bool);
57  virtual bool automaticallyOpenSessionDatabaseWithoutJoiningSession() const;
58 
59  virtual void setAskToJoinSession(bool);
60  virtual bool askToJoinSession() const;
61 
62  virtual void setAlwaysJoinSessionWithSessionDatabase(bool);
63  virtual bool alwaysJoinSessionWithSessionDatabase() const;
64 
65  virtual void setAlwaysJoinSessionOpenDatabase(bool);
66  virtual bool alwaysJoinSessionOpenDatabase() const;
67 
68  virtual void setShowSessionDialogs(bool);
69  virtual bool showSessionDialogs() const;
70 
71  protected slots:
73  virtual void onOptionChanged();
74 
75  private:
78 
80  DtSessionOptionsWidget& operator=(const DtSessionOptionsWidget& rhs);
81 
82  public:
85 
90 
92 
93  protected:
95  };
96 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)