Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QDesignerFormEditorInterface Class Reference
[QtDesigner module]

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

#include <QDesignerFormEditorInterface>

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.

QDesignerObjectInspectorInterface * QDesignerFormEditorInterface::objectInspector () const

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

See also setObjectInspector().

QDesignerPropertyEditorInterface * QDesignerFormEditorInterface::propertyEditor () const

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

See also setPropertyEditor().

void QDesignerFormEditorInterface::setObjectInspector ( QDesignerObjectInspectorInterface * objectInspector )

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

See also objectInspector().

void QDesignerFormEditorInterface::setPropertyEditor ( QDesignerPropertyEditorInterface * propertyEditor )

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

See also propertyEditor().

void QDesignerFormEditorInterface::setWidgetBox ( QDesignerWidgetBoxInterface * widgetBox )

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

See also 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.

See also setWidgetBox().


Copyright © 2005 Trolltech Trademarks
Qt 4.0.1