VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHelpDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCoreQt/vrvCoreQt.h>
12 
13 #include <QtWidgets/QDialog>
14 #include <QtCore/QProcess>
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21 
26  : public QDialog
27  {
28  Q_OBJECT
29 
30  public:
32  DtHelpDialog(DtDe& de, QWidget* parent = 0,
33  const Qt::WindowFlags& flags = 0);
34 
36  virtual ~DtHelpDialog();
37 
39  virtual void showDialog();
40 
41  protected:
42  QProcess* myHelpAssistant;
44  };
45 
49  {
50  public:
53 
55  virtual ~DtHelpDialogCreator();
56 
60  static DtHelpDialogCreator& instance(DtDe&);
61 
63  static void registerInstance(DtDe&, DtHelpDialogCreator*);
64 
66  virtual DtHelpDialog* create(DtDe&, QWidget* window = 0);
67  };
68 
69 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A creator class for DtHelpDialog.
Definition: DtHelpDialog.h:48
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QProcess * myHelpAssistant
Definition: DtHelpDialog.h:42
Contains makVrv::DtVirtualBaseClass class.
DtDe & myDe
Definition: DtHelpDialog.h:43
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
The help dialog class loads information about VR-Vantage and presents them to the user using a Qt dia...
Definition: DtHelpDialog.h:25

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)