#include <klfmainwin_p.h>


Public Slots | |
| void | addMessage (const QString &msgKey, const QString &msgText) |
| void | removeMessage (const QString &msgKey) |
| void | show () |
Signals | |
| void | linkActivated (const QUrl &url) |
Public Member Functions | |
| KLFMainWinPopup (KLFMainWin *mainwin) | |
| virtual | ~KLFMainWinPopup () |
| bool | hasMessages () |
| QStringList | messageKeys () |
Definition at line 159 of file klfmainwin_p.h.
| KLFMainWinPopup::KLFMainWinPopup | ( | KLFMainWin * | mainwin | ) | [inline] |
Definition at line 163 of file klfmainwin_p.h.
References linkActivated(), QFont::setPointSize(), and QWidget::window().
| virtual KLFMainWinPopup::~KLFMainWinPopup | ( | ) | [inline, virtual] |
Definition at line 189 of file klfmainwin_p.h.
Displays the message msgText in the label. msgKey is arbitrary and may be used to remove the message with removeMessage() later on.
Definition at line 203 of file klfmainwin_p.h.
References klfDbg.
| bool KLFMainWinPopup::hasMessages | ( | ) | [inline] |
Definition at line 191 of file klfmainwin_p.h.
| void KLFMainWinPopup::linkActivated | ( | const QUrl & | url | ) | [signal] |
Referenced by KLFMainWinPopup().
| QStringList KLFMainWinPopup::messageKeys | ( | ) | [inline] |
Definition at line 193 of file klfmainwin_p.h.
| void KLFMainWinPopup::removeMessage | ( | const QString & | msgKey | ) | [inline, slot] |
Definition at line 211 of file klfmainwin_p.h.
References QStringList::indexOf().
| void KLFMainWinPopup::show | ( | ) | [inline, slot] |
Definition at line 221 of file klfmainwin_p.h.