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

QDesignerWidgetFactoryInterface Class Reference

The QDesignerWidgetFactoryInterface class provides an interface that is used to control the widget factory used by Qt Designer. More...

#include <QDesignerWidgetFactoryInterface>

Part of the QtDesigner module.

Inherits QObject.

Public Functions

Additional Inherited Members


Detailed Description

The QDesignerWidgetFactoryInterface class provides an interface that is used to control the widget factory used by Qt Designer.


Member Function Documentation

QDesignerWidgetFactoryInterface::QDesignerWidgetFactoryInterface ( QObject * parent = 0 )

Constructs an interface to a widget factory with the given parent.

QDesignerWidgetFactoryInterface::~QDesignerWidgetFactoryInterface ()   [virtual]

QWidget * QDesignerWidgetFactoryInterface::containerOfWidget ( QWidget * child ) const   [pure virtual]

Returns the widget that contains the specified child widget.

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

Returns the core form editor interface associated with this interface.

QLayout * QDesignerWidgetFactoryInterface::createLayout ( QWidget * widget, QLayout * layout, int type ) const   [pure virtual]

Returns a new layout of the specified type for the given widget or layout.

QWidget * QDesignerWidgetFactoryInterface::createWidget ( const QString & name, QWidget * parent = 0 ) const   [pure virtual]

Returns a new widget with the given name and parent widget. If no parent is specified, the widget created will be a top-level widget.

void QDesignerWidgetFactoryInterface::initialize ( QObject * object ) const   [pure virtual]

bool QDesignerWidgetFactoryInterface::isPassiveInteractor ( QWidget * widget )   [pure virtual]

QWidget * QDesignerWidgetFactoryInterface::widgetOfContainer ( QWidget * container ) const   [pure virtual]


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0