KWin
KWin::PopupInfo Class Reference
#include <popupinfo.h>
Inheritance diagram for KWin::PopupInfo:

Public Slots | |
void | hide () |
Public Member Functions | |
PopupInfo (Workspace *ws, const char *name=0) | |
void | reconfigure () |
void | reset () |
void | showInfo (const QString &infoString) |
~PopupInfo () | |
Protected Member Functions | |
void | paintContents () |
void | paintEvent (QPaintEvent *) |
Detailed Description
Definition at line 33 of file popupinfo.h.
Constructor & Destructor Documentation
KWin::PopupInfo::PopupInfo | ( | Workspace * | ws, | |
const char * | name = 0 | |||
) | [explicit] |
Definition at line 49 of file popupinfo.cpp.
KWin::PopupInfo::~PopupInfo | ( | ) |
Definition at line 69 of file popupinfo.cpp.
Member Function Documentation
void KWin::PopupInfo::hide | ( | ) | [slot] |
void KWin::PopupInfo::paintContents | ( | ) | [protected] |
Paints the contents of the tab popup info box. Used in paintEvent() and whenever the contents changes.
Definition at line 109 of file popupinfo.cpp.
void KWin::PopupInfo::paintEvent | ( | QPaintEvent * | ) | [protected] |
void KWin::PopupInfo::reconfigure | ( | ) |
Definition at line 138 of file popupinfo.cpp.
void KWin::PopupInfo::reset | ( | ) |
Resets the popup info
Definition at line 77 of file popupinfo.cpp.
void KWin::PopupInfo::showInfo | ( | const QString & | infoString | ) |
Definition at line 146 of file popupinfo.cpp.
The documentation for this class was generated from the following files: