#include <qnet.h>
Inheritance diagram for QMtp:
Public Slots | |
void | slotConfigure () |
void | fileNew () |
void | fileSessions () |
void | fileExit () |
void | closeCurrentTab () |
void | closeTab (QWidget *) |
void | gotoPreviousTab () |
void | gotoNextTab () |
void | helpAbout () |
void | slotTextDisplayed (QWidget *w) |
void | slotCurrentPageChanged (QWidget *w) |
void | slotDisplayFortune () |
void | readFortune () |
void | endFortune () |
void | loadPlugin (const QString &) |
Public Member Functions | |
QMtp (QWidget *parent=0, const char *name=0) | |
~QMtp () | |
bool | loadConfigFile () |
bool | saveConfigFile () |
Page * | getNewPage (const QString &, const QString &, ChatSession *) |
Private Member Functions | |
void | launchSession (const QString &name) |
Private Attributes | |
Q_OBJECT friend class | RemoteControlServerInfo |
QDomDocument | m_document |
QMap< QWidget *, ChatSession * > | tab_map |
QMap< QString, void * > | plugins_map |
QValueList< ChatSession * > | sessions |
QTextBrowser * | fortune_page |
QProcess * | fproc |
RemoteControlServerInfo * | rctl |
Definition at line 31 of file qnet.h.
|
Definition at line 44 of file qnet.cpp. References fortune_page, fproc, launchSession(), loadConfigFile(), loadPlugin(), m_document, rctl, DomUtil::readBoolEntry(), DomUtil::readIntEntry(), DomUtil::readListEntry(), RemoteControlServerInfo, slotCurrentPageChanged(), QMtp_base::system_view, and QMtp_base::tabs. |
|
Definition at line 76 of file qnet.cpp. References plugins_map, and saveConfigFile(). |
|
Reimplemented from QMtp_base. Definition at line 259 of file qnet.cpp. References closeTab(), and QMtp_base::tabs. |
|
Definition at line 263 of file qnet.cpp. References fortune_page, sessions, QMtp_base::tab, tab_map, and QMtp_base::tabs. Referenced by closeCurrentTab(), and RemoteControlServerInfo::disconnectCommand(). |
|
Definition at line 386 of file qnet.cpp. References fortune_page, and fproc. Referenced by slotDisplayFortune(). |
|
Reimplemented from QMtp_base. Definition at line 280 of file qnet.cpp. References saveConfigFile(). |
|
Reimplemented from QMtp_base. Definition at line 194 of file qnet.cpp. References launchSession(), m_document, DomUtil::readListEntry(), and ConnectionBox::session_box. |
|
|
Definition at line 206 of file qnet.cpp. References Page::isSlave(), plugins_map, slotTextDisplayed(), QMtp_base::system_view, tab_map, and QMtp_base::tabs. Referenced by ChatSession::displayStdout(). |
|
Reimplemented from QMtp_base. Definition at line 285 of file qnet.cpp. References QMtp_base::tabs. |
|
Reimplemented from QMtp_base. Definition at line 289 of file qnet.cpp. References QMtp_base::tabs. |
|
Reimplemented from QMtp_base. Definition at line 293 of file qnet.cpp. References CLIENT. |
|
Definition at line 412 of file qnet.cpp. References m_document, sessions, slotTextDisplayed(), and QMtp_base::tabs. Referenced by RemoteControlServerInfo::connectCommand(), fileNew(), and QMtp(). |
|
Definition at line 297 of file qnet.cpp. References m_document. Referenced by QMtp(). |
|
Definition at line 392 of file qnet.cpp. References destroy_t, name_t, plugins_map, and QMtp_base::system_view. Referenced by QMtp(). |
|
Definition at line 378 of file qnet.cpp. References fortune_page. Referenced by slotDisplayFortune(). |
|
Definition at line 322 of file qnet.cpp. References m_document. Referenced by fileExit(), slotConfigure(), and ~QMtp(). |
|
|
Definition at line 343 of file qnet.cpp. References QMtp_base::tabs. Referenced by QMtp(). |
|
Reimplemented from QMtp_base. Definition at line 349 of file qnet.cpp. References endFortune(), fortune_page, fproc, m_document, DomUtil::readEntry(), readFortune(), and QMtp_base::tabs. |
|
Definition at line 336 of file qnet.cpp. References QMtp_base::tabs. Referenced by getNewPage(), and launchSession(). |
|
Definition at line 75 of file qnet.h. Referenced by closeTab(), endFortune(), QMtp(), readFortune(), and slotDisplayFortune(). |
|
Definition at line 76 of file qnet.h. Referenced by endFortune(), QMtp(), and slotDisplayFortune(). |
|
Definition at line 71 of file qnet.h. Referenced by RemoteControlServerInfo::connectCommand(), fileNew(), fileSessions(), launchSession(), RemoteControlServerInfo::listCommand(), loadConfigFile(), QMtp(), saveConfigFile(), slotConfigure(), and slotDisplayFortune(). |
|
Definition at line 73 of file qnet.h. Referenced by getNewPage(), loadPlugin(), and ~QMtp(). |
|
Definition at line 78 of file qnet.h. Referenced by QMtp(). |
|
Definition at line 34 of file qnet.h. Referenced by QMtp(). |
|
Definition at line 74 of file qnet.h. Referenced by closeTab(), RemoteControlServerInfo::desynchroCommand(), RemoteControlServerInfo::disconnectCommand(), launchSession(), RemoteControlServerInfo::listCommand(), RemoteControlServerInfo::sendCommand(), slotConfigure(), and RemoteControlServerInfo::synchroCommand(). |
|
Definition at line 72 of file qnet.h. Referenced by closeTab(), and getNewPage(). |