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

#include <qwtplugin.h>

Diagrama de herencias de QwtPlugin
QWidgetPlugin QGPlugin QGPlugin QObject QObject QObject QObject Qt Qt Qt Qt Qt Qt Qt Qt

Lista de todos los miembros.

Métodos públicos

 QwtPlugin ()
QStringList keys () const
QWidgetcreate (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

Documentación del constructor y destructor

QwtPlugin::QwtPlugin ( )

Documentación de las funciones miembro

QWidget * QwtPlugin::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.

Ver también:
keys()

Implementa QWidgetPlugin.

QString QwtPlugin::group ( const QString key) const [virtual]

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.

QIconSet QwtPlugin::iconSet ( const QString key) const [virtual]

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.

QString QwtPlugin::includeFile ( const QString key) const [virtual]

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.

bool QwtPlugin::isContainer ( const QString key) const [virtual]

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 QwtPlugin::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.

Ver también:
create()

Implementa QWidgetPlugin.

QString QwtPlugin::toolTip ( const QString key) const [virtual]

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.

QString QwtPlugin::whatsThis ( const QString key) const [virtual]

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.


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