#include <chatpage.h>
Inheritance diagram for ChatPage:
Public Slots | |
virtual void | returnPressed () |
Public Member Functions | |
ChatPage (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
~ChatPage () | |
Public Attributes | |
QTextEdit * | chat_edit |
QListBox * | users_box |
MtpBrowser * | chat_view |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QGridLayout * | ChatPageLayout |
|
Definition at line 30 of file chatpage.cpp. References chat_edit, chat_view, ChatPageLayout, and users_box. |
|
Definition at line 96 of file chatpage.cpp. |
|
Definition at line 105 of file chatpage.cpp. References chat_edit. |
|
Reimplemented in ChatSession. Definition at line 111 of file chatpage.cpp. |
|
Definition at line 34 of file chatpage.h. Referenced by ChatPage(), ChatSession::ChatSession(), languageChange(), ChatSession::returnPressed(), ChatSession::slotComplete(), ChatSession::slotHistoryDown(), ChatSession::slotHistoryUp(), and ChatSession::slotNewLine(). |
|
Definition at line 36 of file chatpage.h. Referenced by ChatPage(), ChatSession::ChatSession(), and ChatSession::displayStdout(). |
|
Definition at line 42 of file chatpage.h. Referenced by ChatPage(). |
|
Definition at line 35 of file chatpage.h. Referenced by ChatSession::addUser(), ChatPage(), ChatSession::filter(), ChatSession::removeUser(), and ChatSession::slotComplete(). |