VR-Forces 4.8 Class Documentation
 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) 2014 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 
38  virtual QString title();
39 
41  virtual const std::string& pageClassName() const;
42 
44  static const std::string& thePageClassName();
45 
46  protected:
47 
49  void setupGui();
50 
52  virtual void activate();
53 
55  virtual void deactivate();
56 
58  virtual void onCurrentInstanceChanged(QString definition);
59 
60  protected:
63  };
64 
68  DtExperimentalFeaturesPageCreator)
69 }
Contains makVrv::DtPage class.
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:146
DtExperimentalFeaturesLogic * myLogic
Definition: DtExperimentalFeaturesPage.h:62
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:30
/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:61
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define EXPORT_TEMPLATE_TYPEDEF(C, TD)
Definition: templateUtil.h:139

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)