Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QWidgetPluginPrivate (QWidgetPlugin *p) | |
virtual | ~QWidgetPluginPrivate () |
QRESULT | queryInterface (const QUuid &iid, QUnknownInterface **iface) |
QStringList | featureList () const |
QWidget * | create (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 |
QWidgetPluginPrivate::QWidgetPluginPrivate | ( | QWidgetPlugin * | p | ) | [inline] |
QWidgetPluginPrivate::~QWidgetPluginPrivate | ( | ) | [virtual] |
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.
In the implementation return the name of the group of the widget widget
Implementa QWidgetFactoryInterface.
In the implementation return the iconset, which should be used in the Qt Designer menubar and toolbar to represent the widget widget
Implementa QWidgetFactoryInterface.
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.
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.
In the implementation return the text which should be displayed as tooltip for the widget widget
Implementa QWidgetFactoryInterface.
In the implementation return the text which should be used for what's this help for the widget widget.
Implementa QWidgetFactoryInterface.