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

Public Types | |
| typedef QValueList< Profile > | ValueList |
| enum | Color { Black = 0, White, Gray, Green, Orange } |
| enum | Terminal { VT102 = 0, VT100, Ansi, Linux, XTerm } |
| enum | Font { Micro = 0, Small, Medium } |
Public Member Functions | |
| Profile () | |
| Profile (const QString &name, const QCString &iolayerName, const QCString &termName, int background, int foreground, int terminal) | |
| Profile (const Profile &) | |
| Profile & | operator= (const Profile &) |
| bool | operator== (const Profile &prof) |
| ~Profile () | |
| QString | name () const |
| QCString | ioLayerName () const |
| QCString | terminalName () const |
| bool | autoConnect () const |
| int | foreground () const |
| int | background () const |
| int | terminal () const |
| QMap< QString, QString > | conf () const |
| void | clearConf () |
| void | writeEntry (const QString &key, const QString &value) |
| void | writeEntry (const QString &key, int num) |
| void | writeEntry (const QString &key, bool b) |
| void | writeEntry (const QString &key, const QStringList &, const QChar &) |
| QString | readEntry (const QString &key, const QString &deflt=QString::null) const |
| int | readNumEntry (const QString &key, int=-1) const |
| bool | readBoolEntry (const QString &key, bool=FALSE) const |
| void | setName (const QString &) |
| void | setIOLayer (const QCString &) |
| void | setTerminalName (const QCString &) |
| void | setAutoConnect (const bool) |
| void | setBackground (int back) |
| void | setForeground (int fore) |
| void | setTerminal (int term) |
| void | setConf (const QMap< QString, QString > &) |
Private Attributes | |
| QMap< QString, QString > | m_conf |
| QString | m_name |
| QCString | m_ioLayer |
| QCString | m_term |
| bool | m_autoConnect |
| int | m_back |
| int | m_fore |
| int | m_terminal |
Definition at line 15 of file profile.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 3 of file profile.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 6 of file profile.cpp. |
|
|
Definition at line 15 of file profile.cpp. |
|
|
Definition at line 36 of file profile.cpp. |
|
|
Definition at line 50 of file profile.cpp. References m_autoConnect. Referenced by ProfileEditorDialog::initUI(). |
|
|
Definition at line 57 of file profile.cpp. References m_back. |
|
|
Definition at line 86 of file profile.cpp. References QMap< Key, T >::clear(), and m_conf. |
|
|
Definition at line 38 of file profile.cpp. References m_conf. |
|
|
Definition at line 54 of file profile.cpp. References m_fore. |
|
|
Definition at line 44 of file profile.cpp. References m_ioLayer. Referenced by ProfileManager::fromProfile(), and ProfileEditorDialog::initUI(). |
|
|
Definition at line 41 of file profile.cpp. References m_name. Referenced by ConfigListItem::ConfigListItem(), ProfileManager::fromProfile(), and ProfileEditorDialog::initUI(). |
|
|
Definition at line 24 of file profile.cpp. References m_autoConnect, m_back, m_conf, m_fore, m_ioLayer, m_name, m_term, and m_terminal. |
|
|
Definition at line 19 of file profile.cpp. References m_name. |
|
||||||||||||
|
Definition at line 123 of file profile.cpp. References readNumEntry(). Referenced by ATConfigDialog::readConfig(), and IOModem::reload(). |
|
||||||||||||
|
||||||||||||
|
|
Definition at line 72 of file profile.cpp. References m_autoConnect. Referenced by ProfileEditorDialog::accept(), and ProfileManager::load(). |
|
|
Definition at line 76 of file profile.cpp. References m_back. Referenced by ProfileManager::load(). |
|
|
Definition at line 126 of file profile.cpp. References m_conf. Referenced by ProfileManager::load(). |
|
|
Definition at line 79 of file profile.cpp. References m_fore. Referenced by ProfileManager::load(). |
|
|
Definition at line 66 of file profile.cpp. References m_ioLayer. Referenced by ProfileEditorDialog::accept(), and ProfileManager::load(). |
|
|
Definition at line 63 of file profile.cpp. References m_name. Referenced by ProfileEditorDialog::accept(), and ProfileManager::load(). |
|
|
Definition at line 82 of file profile.cpp. References m_terminal. Referenced by ProfileManager::load(). |
|
|
Definition at line 69 of file profile.cpp. References m_term. Referenced by ProfileEditorDialog::accept(), and ProfileManager::load(). |
|
|
Definition at line 60 of file profile.cpp. References m_terminal. |
|
|
Definition at line 47 of file profile.cpp. References m_term. Referenced by ProfileEditorDialog::initUI(), and ProfileEditorDialog::slotConActivated(). |
|
||||||||||||||||
|
Definition at line 98 of file profile.cpp. References QStringList::join(), and writeEntry(). |
|
||||||||||||
|
Definition at line 95 of file profile.cpp. References QString::number(), and writeEntry(). |
|
||||||||||||
|
Definition at line 92 of file profile.cpp. References QString::number(), and writeEntry(). |
|
||||||||||||
|
Definition at line 89 of file profile.cpp. References m_conf, and QMap< Key, T >::replace(). Referenced by FunctionKeyboardConfig::save(), SenderUI::SenderUI(), ProfileEditorDialog::slotConActivated(), and writeEntry(). |
|
|
Definition at line 73 of file profile.h. Referenced by autoConnect(), operator=(), and setAutoConnect(). |
|
|
Definition at line 74 of file profile.h. Referenced by background(), operator=(), and setBackground(). |
|
|
Definition at line 70 of file profile.h. Referenced by clearConf(), conf(), operator=(), readEntry(), readNumEntry(), setConf(), and writeEntry(). |
|
|
Definition at line 75 of file profile.h. Referenced by foreground(), operator=(), and setForeground(). |
|
|
Definition at line 72 of file profile.h. Referenced by ioLayerName(), operator=(), and setIOLayer(). |
|
|
Definition at line 71 of file profile.h. Referenced by name(), operator=(), operator==(), and setName(). |
|
|
Definition at line 72 of file profile.h. Referenced by operator=(), setTerminalName(), and terminalName(). |
|
|
Definition at line 76 of file profile.h. Referenced by operator=(), setTerminal(), and terminal(). |
1.4.2