Eneboo - Documentación para desarrolladores
Métodos públicos | Atributos públicos
Referencia de la Clase QWidgetPluginPrivate
Diagrama de herencias de QWidgetPluginPrivate
QWidgetFactoryInterface QLibraryInterface QFeatureListInterface QFeatureListInterface QUnknownInterface QUnknownInterface QUnknownInterface QUnknownInterface

Lista de todos los miembros.

Métodos públicos

 QWidgetPluginPrivate (QWidgetPlugin *p)
virtual ~QWidgetPluginPrivate ()
QRESULT queryInterface (const QUuid &iid, QUnknownInterface **iface)
QStringList featureList () const
QWidgetcreate (const QString &key, QWidget *parent, const char *name)
QString group (const QString &widget) const
QIconSet iconSet (const QString &widget) const
QString includeFile (const QString &widget) const
QString toolTip (const QString &widget) const
QString whatsThis (const QString &widget) const
bool isContainer (const QString &widget) const
bool init ()
void cleanup ()
bool canUnload () const

Atributos públicos

 Q_REFCOUNT

Documentación del constructor y destructor

QWidgetPluginPrivate::QWidgetPluginPrivate ( QWidgetPlugin p) [inline]
QWidgetPluginPrivate::~QWidgetPluginPrivate ( ) [virtual]

Documentación de las funciones miembro

bool QWidgetPluginPrivate::canUnload ( ) const [virtual]

Implementa QLibraryInterface.

void QWidgetPluginPrivate::cleanup ( ) [virtual]

Implementa QLibraryInterface.

QWidget * QWidgetPluginPrivate::create ( const QString widget,
QWidget parent,
const char *  name 
) [virtual]

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

Implementa QWidgetFactoryInterface.

QStringList QWidgetPluginPrivate::featureList ( ) const [virtual]

Implementa QFeatureListInterface.

QString QWidgetPluginPrivate::group ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.

QIconSet QWidgetPluginPrivate::iconSet ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.

QString QWidgetPluginPrivate::includeFile ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.

bool QWidgetPluginPrivate::init ( ) [virtual]

Implementa QLibraryInterface.

bool QWidgetPluginPrivate::isContainer ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.

QRESULT QWidgetPluginPrivate::queryInterface ( const QUuid iid,
QUnknownInterface **  iface 
) [virtual]

Implementa QUnknownInterface.

QString QWidgetPluginPrivate::toolTip ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.

QString QWidgetPluginPrivate::whatsThis ( const QString widget) const [virtual]

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

Implementa QWidgetFactoryInterface.


Documentación de los datos miembro


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'