Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase PropertyWhatsThis
Diagrama de herencias de PropertyWhatsThis
QWhatsThis Qt Qt

Lista de todos los miembros.

Métodos públicos

 PropertyWhatsThis (PropertyList *l)
QString text (const QPoint &pos)
bool clicked (const QString &href)

Documentación del constructor y destructor

PropertyWhatsThis::PropertyWhatsThis ( PropertyList l)

Documentación de las funciones miembro

bool PropertyWhatsThis::clicked ( const QString href) [virtual]

This virtual function is called when the user clicks inside the "What's this?" window. href is the link the user clicked on, or QString::null if there was no link.

If the function returns TRUE (the default), the "What's this?" window is closed, otherwise it remains visible.

The default implementation ignores href and returns TRUE.

Reimplementado de QWhatsThis.

QString PropertyWhatsThis::text ( const QPoint ) [virtual]

This virtual function returns the text for position p in the widget that this "What's this?" object documents. If there is no "What's this?" text for the position, QString::null is returned.

The default implementation returns QString::null.

Reimplementado de QWhatsThis.


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'