Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

QDesignerFormEditorPluginInterface Class Reference

The QDesignerFormEditorPluginInterface class provides an interface that is used to manage plugins for Qt Designer's form editor component. More...

#include <QDesignerFormEditorPluginInterface>

Part of the QtDesigner module.

Public Functions


Detailed Description

The QDesignerFormEditorPluginInterface class provides an interface that is used to manage plugins for Qt Designer's form editor component.

See also QDesignerFormEditorInterface.


Member Function Documentation

QDesignerFormEditorPluginInterface::~QDesignerFormEditorPluginInterface ()   [virtual]

Destroys the plugin interface.

QAction * QDesignerFormEditorPluginInterface::action () const   [pure virtual]

Returns the action associated with this interface.

QDesignerFormEditorInterface * QDesignerFormEditorPluginInterface::core () const   [pure virtual]

Returns the core form editor interface associated with this component.

void QDesignerFormEditorPluginInterface::initialize ( QDesignerFormEditorInterface * core )   [pure virtual]

Initializes the plugin interface for the specified core interface.

bool QDesignerFormEditorPluginInterface::isInitialized () const   [pure virtual]

Returns true if the plugin interface is initialized; otherwise returns false.


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0