VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGeneralApplicationSettingsWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
8 
9 #pragma once
10 #include <vrvCoreQt/vrvCoreQt.h>
11 #include <QtWidgets/QWidget>
12 #include <QtWidgets/QAbstractItemDelegate>
14 
15 
16 class QLabel;
17 class QCheckBox;
18 class QPushButton;
19 class QGroupBox;
20 class QVBoxLayout;
21 class QLineEdit;
22 
23 namespace makVrv
24 {
29  {
30  Q_OBJECT;
31 
32  public:
33  DtGeneralApplicationSettingsWidget(DtDe& de, QWidget* parent = 0,
34  Qt::WindowFlags f = Qt::Widget);
35 
37 
38 
39  public slots:
40 
43  void on_browseButtonClicked();
44 
46  void on_showQuitDialogOnCloseCheckBoxChanged(int);
47 
50  void connectToSignals();
51 
53  virtual void setScreenCaptureFilePath(DtUnicode filePath);
54 
56  virtual void setShowQuitDialogOnClose(bool show);
57 
58  protected:
61 
62  void setupGui();
63 
64  protected:
65 
70 
71  private:
73 
74  };
75 }
76 
A unicode string.
Definition: DtUnicode.h:33
Interface to the General Application Settings GUI.
DtDe & myDe
The display engine for this instance.
Definition: DtGeneralApplicationSettingsWidget.h:60
QLineEdit * myFileDirectoryTextLine
Definition: DtGeneralApplicationSettingsWidget.h:67
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The widget for general application settings.
Definition: DtGeneralApplicationSettingsWidget.h:27
QCheckBox * myShowQuitDialogOnCloseCheckBox
Definition: DtGeneralApplicationSettingsWidget.h:69
Definition: DtGeneralApplicationSettingsInterface.h:17
QPushButton * myFilePathButton
Definition: DtGeneralApplicationSettingsWidget.h:66
QLabel * myFileDirectoryLabel
Definition: DtGeneralApplicationSettingsWidget.h:68
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)