Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
FLTableDBWidgetInterface () | |
QStringList | keys () const |
QWidget * | create (const QString &classname, QWidget *parent=0, const char *name=0) |
QString | group (const QString &) const |
QIconSet | iconSet (const QString &) const |
QString | includeFile (const QString &) const |
QString | toolTip (const QString &) const |
QString | whatsThis (const QString &) const |
bool | isContainer (const QString &) const |
FLTableDBWidgetInterface::FLTableDBWidgetInterface | ( | ) |
QWidget * FLTableDBWidgetInterface::create | ( | const QString & | key, |
QWidget * | parent = 0 , |
||
const char * | name = 0 |
||
) | [virtual] |
Creates and returns a QWidget object for the widget key key. The widget key is the class name of the required widget. The name and parent arguments are passed to the custom widget's constructor.
Implementa QWidgetPlugin.
Returns the group (toolbar name) that the custom widget of class key should be part of when {Qt Designer} loads it.
The default implementation returns QString::null.
Reimplementado de QWidgetPlugin.
Returns the iconset that {Qt Designer} should use to represent the custom widget of class key in the toolbar.
The default implementation returns an null iconset.
Reimplementado de QWidgetPlugin.
Returns the name of the include file that {Qt Designer} and uic
should use to include the custom widget of class key in generated code.
The default implementation returns QString::null.
Reimplementado de QWidgetPlugin.
Returns TRUE if the custom widget of class key can contain other widgets, e.g. like QFrame; otherwise returns FALSE.
The default implementation returns FALSE.
Reimplementado de QWidgetPlugin.
QStringList FLTableDBWidgetInterface::keys | ( | ) | const [virtual] |
Returns the list of widget keys this plugin supports.
These keys must be the class names of the custom widgets that are implemented in the plugin.
Implementa QWidgetPlugin.
Returns the text of the tooltip that {Qt Designer} should use for the custom widget of class key's toolbar button.
The default implementation returns QString::null.
Reimplementado de QWidgetPlugin.
Returns the text of the whatsThis text that {Qt Designer} should use when the user requests whatsThis help for the custom widget of class key.
The default implementation returns QString::null.
Reimplementado de QWidgetPlugin.