VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExperimentalFeaturesPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 #include <vrvCoreQt/DtPage.h>
15 #include <vrvUtil/templateUtil.h>
16 
17 namespace makVrv
18 {
19  class DtExperimentalFeaturesWidget;
20  class DtExperimentalFeaturesLogic;
21 
25  {
26  Q_OBJECT;
27  public:
29  DtExperimentalFeaturesPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
30 
32  virtual ~DtExperimentalFeaturesPage();
33 
35  virtual QIcon icon();
36 
39  virtual DtQIconConfigurations qIconConfigurations() const;
40 
42  virtual QString title();
43 
45  virtual const std::string& pageClassName() const;
46 
48  static const std::string& thePageClassName();
49 
50  protected:
51 
53  void setupGui();
54 
56  virtual void activate();
57 
59  virtual void deactivate();
60 
62  virtual void onCurrentInstanceChanged(QString definition);
63 
64  protected:
67  };
68 
72  DtExperimentalFeaturesPageCreator)
73 }
Contains makVrv::DtPage class declaration.
Contains utility macros and methods for templates.
Contains DLL export macros.
A dialog for configuring the entity type mapping.
Definition: DtExperimentalFeaturesPage.h:24
Definition: DtPage.h:181
DtExperimentalFeaturesLogic * myLogic
Definition: DtExperimentalFeaturesPage.h:66
A DtExperimentalFeaturesWidget provides the widget that shows utilities for controlling/configuring b...
Definition: DtExperimentalFeaturesWidget.h:35
#define DT_DLL_VRVEXPERIMENTALFEATURESQT
Definition: vrvExperimentalFeaturesQt.h:20
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
/brief A DtExperimentalFeaturesLogic object provides the logic for a widget acts as a utility for new...
Definition: DtExperimentalFeaturesLogic.h:28
DtExperimentalFeaturesWidget * myWidget
Definition: DtExperimentalFeaturesPage.h:65
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:145

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)