VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
designerPlugin.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #include <vrvUtil/signalslib.h>
9 #include <QtUiPlugin/QDesignerCustomWidgetCollectionInterface>
10 
11 #ifdef WIN32
12  #if !defined(_DEBUG)
13  #define QT_NO_DEBUG
14  #endif
15 #else
16  #define QT_NO_DEBUG
17 #endif
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 class DtDesignerPluginManager;
25 
27 {
28  Q_OBJECT
29  Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetCollectionInterface")
31 
32 public:
33  DtDesignerPlugin(QObject *parent = 0);
34  virtual ~DtDesignerPlugin();
35 
37 
38  static makVrv::DtDe& theDe();
39 
40 private:
42  DtDesignerPluginManager* myPluginManager;
43 };
Definition: designerPlugin.h:26
virtual ~DtDesignerPlugin()
QList< QDesignerCustomWidgetInterface * > myWidgets
Definition: designerPlugin.h:41
DtDesignerPluginManager * myPluginManager
Definition: designerPlugin.h:42
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:72
static makVrv::DtDe & theDe()
DtDesignerPlugin(QObject *parent=0)
QList< QDesignerCustomWidgetInterface * > customWidgets() const Q_DECL_OVERRIDE

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)