#include <tellpage.h>
Inheritance diagram for TellPage:


Public Slots | |
| virtual void | returnPressed () |
| void | slotHistoryUp () |
| void | slotHistoryDown () |
| void | slotNewLine () |
Public Member Functions | |
| TellPage (QWidget *parent, const char *name, Master *session) | |
| ~TellPage () | |
| virtual void | append (const QString &msg) |
| void | setPrefix (const QString &) |
Public Attributes | |
| QTextEdit * | chat_edit |
| MtpBrowser * | chat_view |
Protected Slots | |
| virtual void | languageChange () |
Protected Attributes | |
| QGridLayout * | TellPageBaseLayout |
Private Attributes | |
| QString | prefix |
| QAction * | history_up |
| QAction * | history_down |
| QAction * | new_line |
| QStringList | history |
| QStringList::Iterator | history_iterator |
Definition at line 29 of file tellpage.h.
|
||||||||||||||||
|
Definition at line 30 of file tellpage.cpp. References chat_edit, chat_view, history_down, history_up, new_line, returnPressed(), setPrefix(), slotHistoryDown(), slotHistoryUp(), slotNewLine(), and TellPageBaseLayout. |
|
|
Definition at line 102 of file tellpage.cpp. |
|
|
Implements Page. Definition at line 104 of file tellpage.cpp. References chat_view, and Page::textDisplayed(). |
|
|
Definition at line 127 of file tellpage.cpp. |
|
|
Definition at line 110 of file tellpage.cpp. References chat_edit, Page::getMaster(), history, history_iterator, prefix, and Master::send(). Referenced by TellPage(). |
|
|
Definition at line 123 of file tellpage.cpp. Referenced by TellPage(). |
|
|
Definition at line 140 of file tellpage.cpp. References chat_edit, history, and history_iterator. Referenced by TellPage(). |
|
|
Definition at line 131 of file tellpage.cpp. References chat_edit, history, and history_iterator. Referenced by TellPage(). |
|
|
Definition at line 152 of file tellpage.cpp. References chat_edit. Referenced by TellPage(). |
|
|
Definition at line 37 of file tellpage.h. Referenced by returnPressed(), slotHistoryDown(), slotHistoryUp(), slotNewLine(), and TellPage(). |
|
|
Definition at line 38 of file tellpage.h. Referenced by append(), and TellPage(). |
|
|
Definition at line 56 of file tellpage.h. Referenced by returnPressed(), slotHistoryDown(), and slotHistoryUp(). |
|
|
Definition at line 55 of file tellpage.h. Referenced by TellPage(). |
|
|
Definition at line 57 of file tellpage.h. Referenced by returnPressed(), slotHistoryDown(), and slotHistoryUp(). |
|
|
Definition at line 55 of file tellpage.h. Referenced by TellPage(). |
|
|
Definition at line 55 of file tellpage.h. Referenced by TellPage(). |
|
|
Definition at line 54 of file tellpage.h. Referenced by returnPressed(). |
|
|
Definition at line 48 of file tellpage.h. Referenced by TellPage(). |
1.3