Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Estructura QWidgetFactoryInterface

#include <qwidgetinterface_p.h>

Diagrama de herencias de QWidgetFactoryInterface
QFeatureListInterface QFeatureListInterface QUnknownInterface QUnknownInterface QUnknownInterface QUnknownInterface QWidgetPluginPrivate

Lista de todos los miembros.

Métodos públicos

virtual QWidgetcreate (const QString &widget, QWidget *parent=0, const char *name=0)=0
virtual QString group (const QString &widget) const =0
virtual QIconSet iconSet (const QString &widget) const =0
virtual QString includeFile (const QString &widget) const =0
virtual QString toolTip (const QString &widget) const =0
virtual QString whatsThis (const QString &widget) const =0
virtual bool isContainer (const QString &widget) const =0
virtual QWidgetcreate (const QString &widget, QWidget *parent=0, const char *name=0)=0
virtual QString group (const QString &widget) const =0
virtual QIconSet iconSet (const QString &widget) const =0
virtual QString includeFile (const QString &widget) const =0
virtual QString toolTip (const QString &widget) const =0
virtual QString whatsThis (const QString &widget) const =0
virtual bool isContainer (const QString &widget) const =0

Descripción detallada

To add custom widgets to the Qt Designer, implement that interface in your custom widget plugin.

You also have to implement the function featureList() (

Ver también:
QFeatureListInterface) and return there all widgets (names of it) which this interface provides.

Documentación de las funciones miembro

virtual QWidget* QWidgetFactoryInterface::create ( const QString widget,
QWidget parent = 0,
const char *  name = 0 
) [pure virtual]

In the implementation create and return the widget widget here, use parent and name when creating the widget

Implementado en QWidgetPluginPrivate.

virtual QWidget* QWidgetFactoryInterface::create ( const QString widget,
QWidget parent = 0,
const char *  name = 0 
) [pure virtual]

In the implementation create and return the widget widget here, use parent and name when creating the widget

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::group ( const QString widget) const [pure virtual]

In the implementation return the name of the group of the widget widget

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::group ( const QString widget) const [pure virtual]

In the implementation return the name of the group of the widget widget

Implementado en QWidgetPluginPrivate.

virtual QIconSet QWidgetFactoryInterface::iconSet ( const QString widget) const [pure virtual]

In the implementation return the iconset, which should be used in the Qt Designer menubar and toolbar to represent the widget widget

Implementado en QWidgetPluginPrivate.

virtual QIconSet QWidgetFactoryInterface::iconSet ( const QString widget) const [pure virtual]

In the implementation return the iconset, which should be used in the Qt Designer menubar and toolbar to represent the widget widget

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::includeFile ( const QString widget) const [pure virtual]

In the implementation return the include file which is needed for the widget widget in the generated code which uic generates.

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::includeFile ( const QString widget) const [pure virtual]

In the implementation return the include file which is needed for the widget widget in the generated code which uic generates.

Implementado en QWidgetPluginPrivate.

virtual bool QWidgetFactoryInterface::isContainer ( const QString widget) const [pure virtual]

In the implementation return TRUE here, of the widget should be able to contain other widget in the Qt Designer, else FALSE.

Implementado en QWidgetPluginPrivate.

virtual bool QWidgetFactoryInterface::isContainer ( const QString widget) const [pure virtual]

In the implementation return TRUE here, of the widget should be able to contain other widget in the Qt Designer, else FALSE.

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::toolTip ( const QString widget) const [pure virtual]

In the implementation return the text which should be displayed as tooltip for the widget widget

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::toolTip ( const QString widget) const [pure virtual]

In the implementation return the text which should be displayed as tooltip for the widget widget

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::whatsThis ( const QString widget) const [pure virtual]

In the implementation return the text which should be used for what's this help for the widget widget.

Implementado en QWidgetPluginPrivate.

virtual QString QWidgetFactoryInterface::whatsThis ( const QString widget) const [pure virtual]

In the implementation return the text which should be used for what's this help for the widget widget.

Implementado en QWidgetPluginPrivate.


La documentación para esta estructura fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'