#include </home/clem/local/src/opie/noncore/apps/opie-console/session.h>
Collaboration diagram for Session:

Public Member Functions | |
| Session () | |
| Session (const QString &, QWidgetStack *widget, IOLayer *) | |
| ~Session () | |
| QString | name () const |
| QWidgetStack * | widgetStack () |
| QWidget * | widget () |
| IOLayer * | layer () |
| EmulationHandler * | emulationHandler () |
| Profile | profile () const |
| void | connect () |
| void | disconnect () |
| void | setWidgetStack (QWidgetStack *widget) |
| void | setEmulationHandler (EmulationHandler *lay) |
| void | setIOLayer (IOLayer *) |
| void | setName (const QString &) |
| void | setProfile (const Profile &) |
| void | setTransferDialog (QWidget *d) |
| QWidget * | transferDialog () |
Private Attributes | |
| QString | m_name |
| QWidgetStack * | m_widget |
| IOLayer * | m_layer |
| EmulationHandler * | m_emu |
| bool | m_connected: 1 |
| Profile | m_prof |
| QWidget * | m_transfer |
Definition at line 16 of file session.h.
|
|
c'tor with widget and layer ownership get's transfered Definition at line 8 of file session.cpp. References l, m_emu, m_layer, m_transfer, and m_widget. |
|
||||||||||||||||
|
Definition at line 14 of file session.cpp. |
|
|
Definition at line 21 of file session.cpp. |
|
|
Definition at line 53 of file session.cpp. References m_emu, and m_layer. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 65 of file session.cpp. |
|
|
Definition at line 36 of file session.cpp. References m_emu. |
|
|
return the layer Definition at line 33 of file session.cpp. References m_layer. |
|
|
return the name of the session Definition at line 27 of file session.cpp. References m_name. Referenced by TabWidget::add(). |
|
|
Definition at line 45 of file session.cpp. References m_prof. |
|
|
Definition at line 93 of file session.cpp. References m_emu. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 88 of file session.cpp. References m_layer. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 76 of file session.cpp. References m_name. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 97 of file session.cpp. References m_prof. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 106 of file session.cpp. References m_transfer. |
|
|
Definition at line 80 of file session.cpp. References l, m_emu, and m_widget. Referenced by ProfileManager::fromProfile(). |
|
|
Definition at line 111 of file session.cpp. References m_transfer. |
|
|
Definition at line 39 of file session.cpp. References l, m_emu, and EmulationHandler::widget(). |
|
|
return the widgetstack this is used to be semi modal for FileTransfer semi modal == SessionModal Definition at line 30 of file session.cpp. References m_widget. Referenced by TabWidget::add(), TabWidget::remove(), and TabWidget::setCurrent(). |
|
|
|
|
|
Definition at line 74 of file session.h. Referenced by connect(), disconnect(), emulationHandler(), Session(), setEmulationHandler(), setWidgetStack(), widget(), and ~Session(). |
|
|
Definition at line 73 of file session.h. Referenced by connect(), disconnect(), layer(), Session(), setIOLayer(), and ~Session(). |
|
|
|
|
|
Definition at line 76 of file session.h. Referenced by profile(), and setProfile(). |
|
|
Definition at line 77 of file session.h. Referenced by Session(), setTransferDialog(), and transferDialog(). |
|
|
Definition at line 72 of file session.h. Referenced by Session(), setWidgetStack(), widgetStack(), and ~Session(). |
1.4.2