VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
designer
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
10
#include <QtUiPlugin/QDesignerCustomWidgetCollectionInterface>
11
12
#ifdef WIN32
13
#if !defined(_DEBUG)
14
#define QT_NO_DEBUG
15
#endif
16
#else
17
#define QT_NO_DEBUG
18
#endif
19
20
namespace
makVrv
21
{
22
class
DtDe
;
23
}
24
25
class
DtDesignerPluginManager;
26
27
class
DtDesignerPlugin
:
public
QObject
,
public
QDesignerCustomWidgetCollectionInterface
28
{
29
Q_OBJECT
30
Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetCollectionInterface"
)
31
Q_INTERFACES(
QDesignerCustomWidgetCollectionInterface
)
32
33
public
:
34
DtDesignerPlugin
(
QObject
*parent = 0);
35
virtual
~DtDesignerPlugin
();
36
37
QList<QDesignerCustomWidgetInterface*>
customWidgets
()
const
Q_DECL_OVERRIDE;
38
39
static
makVrv::DtDe
&
theDe
();
40
41
private
:
42
QList<QDesignerCustomWidgetInterface*>
myWidgets
;
43
DtDesignerPluginManager*
myPluginManager
;
44
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)