kpassivepopup.h
A dialog-like popup that displays messages without interupting the user.
Definition kpassivepopup.h:67
void moveNear(TQRect target)
Moves the popup to be adjacent to the icon of the specified rectangle.
Definition kpassivepopup.cpp:357
KPassivePopup(TQWidget *parent=0, const char *name=0, WFlags f=0)
Creates a popup for the specified widget.
Definition kpassivepopup.cpp:49
int timeout() const
Returns the delay before the popup is removed automatically.
Definition kpassivepopup.h:157
void setTimeout(int delay)
Sets the delay for the popup is removed automatically.
Definition kpassivepopup.cpp:223
virtual void paintEvent(TQPaintEvent *pe)
Overwrite to paint the border when PopupStyle == Balloon.
Definition kpassivepopup.cpp:409
virtual void setAutoDelete(bool autoDelete)
Enables / disables auto-deletion of this widget when the timeout occurs.
Definition kpassivepopup.cpp:236
virtual void mouseReleaseEvent(TQMouseEvent *e)
Reimplemented to detect mouse clicks.
Definition kpassivepopup.cpp:241
TQRect defaultArea() const
If no relative window (eg taskbar button, system tray window) is available, use this rectangle (pass ...
Definition kpassivepopup.cpp:296
virtual void hideEvent(TQHideEvent *)
Reimplemented to destroy the object when autoDelete() is enabled.
Definition kpassivepopup.cpp:288
Trinity API Reference