#include </home/clem/local/src/opie/noncore/settings/packagemanager/oconfitem.h>
Collaboration diagram for OConfItem:

Public Types | |
| enum | Type { Source, Destination, Option, Arch, Other, NotDefined } |
Public Member Functions | |
| OConfItem (Type type=NotDefined, const QString &name=QString::null, const QString &value=QString::null, const QString &features=QString::null, bool active=true) | |
| Type | type () |
| const QString & | name () |
| const QString & | value () |
| const QString & | features () |
| bool | active () |
| void | setType (Type type) |
| void | setName (const QString &name) |
| void | setValue (const QString &value) |
| void | setFeatures (const QString &features) |
| void | setActive (bool active) |
Private Attributes | |
| Type | m_type |
| QString | m_name |
| QString | m_value |
| QString | m_features |
| bool | m_active |
|
|
Definition at line 40 of file oconfitem.h. |
|
||||||||||||||||||||||||
|
Definition at line 33 of file oconfitem.cpp. |
|
|
Definition at line 50 of file oconfitem.h. References m_active. Referenced by OPackageManager::destinations(), OPackageManager::loadAvailablePackages(), OPackageManager::loadInstalledPackages(), OPackageManager::servers(), and OIpkg::setConfigItems(). |
|
|
Definition at line 49 of file oconfitem.h. References m_features. Referenced by OIpkg::setConfigItems(). |
|
|
Definition at line 47 of file oconfitem.h. References m_name. Referenced by OPackageManager::destinations(), OIpkg::executeCommand(), OIpkg::findConfItem(), OPackageManager::loadAvailablePackages(), OPackageManager::loadInstalledPackages(), OPackageManager::servers(), OIpkg::setConfigItems(), OIpkgConfigDlg::slotDestEdit(), OIpkgConfigDlg::slotServerEdit(), and OIpkg::unlinkPackage(). |
|
|
Definition at line 56 of file oconfitem.h. References m_active. Referenced by OIpkgConfigDlg::accept(). |
|
|
Definition at line 55 of file oconfitem.h. References m_features. |
|
|
Definition at line 53 of file oconfitem.h. References m_name. |
|
|
Definition at line 52 of file oconfitem.h. References m_type. |
|
|
Definition at line 54 of file oconfitem.h. References m_value. Referenced by OIpkgConfigDlg::accept(). |
|
|
Definition at line 46 of file oconfitem.h. References m_type. Referenced by OIpkg::filterConfItems(), OIpkg::findConfItem(), and OIpkg::setConfigItems(). |
|
|
Definition at line 48 of file oconfitem.h. References m_value. Referenced by OIpkg::availablePackages(), OIpkg::linkPackageDir(), OPackageManager::loadInstalledPackages(), OIpkg::rootPath(), OIpkg::setConfigItems(), and OIpkg::unlinkPackage(). |
|
|
Definition at line 63 of file oconfitem.h. Referenced by active(), and setActive(). |
|
|
Definition at line 62 of file oconfitem.h. Referenced by features(), and setFeatures(). |
|
|
Definition at line 60 of file oconfitem.h. |
|
|
Definition at line 59 of file oconfitem.h. |
|
|
Definition at line 61 of file oconfitem.h. Referenced by setValue(), and value(). |
1.4.2