5#ifndef Q3VIEW3D_PLUGIN_H
6#define Q3VIEW3D_PLUGIN_H
10#include <QtCore/qlist.h>
11#include <QtCore/qhash.h>
12#include <QtCore/qpointer.h>
13#include <QtDesigner/qdesignerformeditorplugininterface.h>
17class QDesignerFormWindowInterface;
24 Q_INTERFACES(QDesignerFormEditorPluginInterface)
30 void initialize(QDesignerFormEditorInterface *core)
override;
39 void removeFormWindow(QDesignerFormWindowInterface *formWindow);
42 QPointer<QDesignerFormEditorInterface> m_core;
43 QHash<QDesignerFormWindowInterface*, QView3DTool*> m_tool_list;
void initialize(QDesignerFormEditorInterface *core) override
Initializes the plugin interface for the specified core interface.
QAction * action() const override
Returns the action associated with this interface.
QDesignerFormEditorInterface * core() const override
Returns the core form editor interface associated with this component.
bool isInitialized() const override
Returns true if the plugin interface is initialized; otherwise returns false.