Lista de todos los miembros.
Clases |
struct | Tip |
Slots públicos |
void | hideTip () |
Métodos públicos |
| QTipManager () |
| ~QTipManager () |
bool | eventFilter (QObject *o, QEvent *e) |
void | add (const QRect &gm, QWidget *, const QRect &, const QString &, QToolTipGroup *, const QString &, QToolTip *, bool) |
void | add (QWidget *, const QRect &, const QString &, QToolTipGroup *, const QString &, QToolTip *, bool) |
void | remove (QWidget *, const QRect &, bool delayhide=FALSE) |
void | remove (QWidget *) |
void | removeFromGroup (QToolTipGroup *) |
void | hideTipAndSleep () |
QString | find (QWidget *, const QPoint &) |
void | setWakeUpDelay (int) |
Documentación del constructor y destructor
QTipManager::QTipManager |
( |
| ) |
|
QTipManager::~QTipManager |
( |
| ) |
|
Documentación de las funciones miembro
Filters events if this object has been installed as an event filter for the watched object.
In your reimplementation of this function, if you want to filter the event e, out, i.e. stop it being handled further, return TRUE; otherwise return FALSE.
Example:
Notice in the example above that unhandled events are passed to the base class's eventFilter() function, since the base class might have reimplemented eventFilter() for its own internal purposes.
- Atención:
- If you delete the receiver object in this function, be sure to return TRUE. Otherwise, Qt will forward the event to the deleted object and the program might crash.
- Ver también:
- installEventFilter()
Reimplementado de QObject.
void QTipManager::hideTip |
( |
| ) |
[slot] |
void QTipManager::hideTipAndSleep |
( |
| ) |
|
void QTipManager::remove |
( |
QWidget * |
w | ) |
|
void QTipManager::remove |
( |
QWidget * |
w, |
|
|
const QRect & |
r, |
|
|
bool |
delayhide = FALSE |
|
) |
| |
void QTipManager::setWakeUpDelay |
( |
int |
i | ) |
|
La documentación para esta clase fue generada a partir del siguiente fichero: