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

QDesignerFormEditorInterface Class Reference

The QDesignerFormEditorInterface class provides an interface that is used to control Qt Designer's form editor component. More...

#include <QDesignerFormEditorInterface>

Part of the QtDesigner module.

Inherits QObject.

Public Functions

Additional Inherited Members


Detailed Description

The QDesignerFormEditorInterface class provides an interface that is used to control Qt Designer's form editor component.


Member Function Documentation

QDesignerFormEditorInterface::QDesignerFormEditorInterface ( QObject * parent = 0 )

Constructs a form editor interface with the given parent.

QDesignerFormEditorInterface::~QDesignerFormEditorInterface ()   [virtual]

Destroys the interface to the form editor.

QExtensionManager * QDesignerFormEditorInterface::extensionManager () const

Returns the extension manager used by the form editor.

QDesignerFormWindowManagerInterface * QDesignerFormEditorInterface::formWindowManager () const

Returns the interface used to control the form window manager.

QDesignerIconCacheInterface * QDesignerFormEditorInterface::iconCache () const

Returns an interface to the icon cache used by the form editor to manage icons.

QDesignerMetaDataBaseInterface * QDesignerFormEditorInterface::metaDataBase () const

Returns an interface to the meta database used by the form editor.

QDesignerObjectInspectorInterface * QDesignerFormEditorInterface::objectInspector () const

Returns an interface to the object inspector used by the form editor.

PluginManager * QDesignerFormEditorInterface::pluginManager () const

Returns the plugin manager used by the form editor.

QDesignerPropertyEditorInterface * QDesignerFormEditorInterface::propertyEditor () const

Returns an interface to the property editor used by the form editor.

QString QDesignerFormEditorInterface::resourceLocation () const

Returns the path to the resources used by the form editor.

void QDesignerFormEditorInterface::setObjectInspector ( QDesignerObjectInspectorInterface * objectInspector )

Sets the object inspector used by the form editor to the specified objectInspector.

void QDesignerFormEditorInterface::setPluginManager ( PluginManager * pluginManager )

Sets the plugin manager used by the form editor to the specified pluginManager.

void QDesignerFormEditorInterface::setPropertyEditor ( QDesignerPropertyEditorInterface * propertyEditor )

Sets the property editor used by the form editor to the specified propertyEditor.

void QDesignerFormEditorInterface::setWidgetBox ( QDesignerWidgetBoxInterface * widgetBox )

Sets the widget box used by the form editor to the specified widgetBox.

QWidget * QDesignerFormEditorInterface::topLevel () const

Returns the top-level widget used by the form editor.

QDesignerWidgetBoxInterface * QDesignerFormEditorInterface::widgetBox () const

Returns an interface to Qt Designer's widget box.

QDesignerWidgetDataBaseInterface * QDesignerFormEditorInterface::widgetDataBase () const

Returns an interface to the widget database used by the form editor.

QDesignerWidgetFactoryInterface * QDesignerFormEditorInterface::widgetFactory () const

Returns an interface to the widget factory used by the form editor to create widgets for the form.


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0