Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
PropertyWhatsThis (PropertyList *l) | |
QString | text (const QPoint &pos) |
bool | clicked (const QString &href) |
PropertyWhatsThis::PropertyWhatsThis | ( | PropertyList * | l | ) |
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.
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.