VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAboutBox.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <QtWidgets/QDialog>
14 #include <QtGui/QImage>
15 
16 class QGLWidget;
17 class QGroupBox;
18 class QVBoxLayout;
19 class QLabel;
20 
21 namespace makVrv
22 {
23  class DtVrvApplication;
24 
28  {
29  Q_OBJECT;
30  public:
31 
33  DtAboutBox(DtVrvApplication& igApp,QWidget* parent = 0, Qt::WindowFlags f = 0);
34 
36  virtual ~DtAboutBox();
37 
38  protected:
39 
40  void setupGui();
41 
44  void createAllLabels();
45 
48  void setupMyInfoBox();
49 
51 
52  protected slots:
53 
54  void slot_saveDialogToClipboardClicked();
55 
56  public:
57  QGroupBox* myInfoBox;
59 
60  QVBoxLayout* myAllInfo;
89  };
90 }
QVBoxLayout * myAllInfo
Definition: DtAboutBox.h:60
QLabel * myGPUDriverRendererLabel
Definition: DtAboutBox.h:79
QLabel * mySvnRev
Definition: DtAboutBox.h:73
This is the dialog for the VR-Vantage About Box.
Definition: DtAboutBox.h:27
QLabel * myCPUCoresAvailable
Definition: DtAboutBox.h:86
QLabel * myGPUDriverRenderer
Definition: DtAboutBox.h:80
DtVrvApplication & myIgApp
Definition: DtAboutBox.h:50
QLabel * myCPUCoresAvailableLabel
Definition: DtAboutBox.h:85
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
QLabel * myGPUDriverVersionLabel
Definition: DtAboutBox.h:81
QLabel * myGPUMemoryAvailable
Definition: DtAboutBox.h:84
Contains DLL export macros.
QLabel * myBuildDate
Definition: DtAboutBox.h:69
QLabel * myBuiltWith
Definition: DtAboutBox.h:67
QLabel * myGPUDriverVenderLabel
Definition: DtAboutBox.h:77
QLabel * myCoreData
Definition: DtAboutBox.h:71
QLabel * myCompilerLabel
Definition: DtAboutBox.h:63
QLabel * mySVNRevisionLabel
Definition: DtAboutBox.h:72
QLabel * myPlatform
Definition: DtAboutBox.h:62
QLabel * myCompiler
Definition: DtAboutBox.h:64
The Root IG Application object.
Definition: DtVrvApplication.h:52
QLabel * myPlatformLabel
Definition: DtAboutBox.h:61
QLabel * myBuiltWithLabel
Definition: DtAboutBox.h:66
QLabel * myVersionLabel
Definition: DtAboutBox.h:65
QLabel * myPicture
Definition: DtAboutBox.h:58
QLabel * myVRVantageVersion
Definition: DtAboutBox.h:76
QLabel * mySVNBranchLabel
Definition: DtAboutBox.h:74
QLabel * myTotalRam
Definition: DtAboutBox.h:88
QLabel * myTotalRamLabel
Definition: DtAboutBox.h:87
QLabel * myCoreDataLabel
Definition: DtAboutBox.h:70
QLabel * myGPUMemoryAvailableLabel
Definition: DtAboutBox.h:83
QLabel * myGPUDriverVersion
Definition: DtAboutBox.h:82
QLabel * myGPUDriverVender
Definition: DtAboutBox.h:78
QLabel * mySvnBranch
Definition: DtAboutBox.h:75
QGroupBox * myInfoBox
Definition: DtAboutBox.h:57
QLabel * myBuildDateLabel
Definition: DtAboutBox.h:68

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)