#include </home/clem/local/src/opie/noncore/settings/packagemanager/filterdlg.h>
Public Member Functions | |
| FilterDlg (QWidget *parent=0x0, OPackageManager *pm=0x0, const QString &name=0x0, const QString &server=0x0, const QString &destination=0x0, OPackageManager::Status status=OPackageManager::All, const QString &category=0x0) | |
| QString | name () |
| QString | server () |
| QString | destination () |
| OPackageManager::Status | status () |
| QString | category () |
Private Slots | |
| void | slotNameSelected (bool) |
| void | slotServerSelected (bool) |
| void | slotDestSelected (bool) |
| void | slotStatusSelected (bool) |
| void | slotStatusChanged (const QString &) |
| void | slotCategorySelected (bool) |
Private Member Functions | |
| void | initItem (QComboBox *comboBox, QCheckBox *checkBox, const QString &selection) |
Private Attributes | |
| QCheckBox * | m_nameCB |
| QCheckBox * | m_serverCB |
| QCheckBox * | m_destCB |
| QCheckBox * | m_statusCB |
| QCheckBox * | m_categoryCB |
| QLineEdit * | m_name |
| QComboBox * | m_server |
| QComboBox * | m_destination |
| QComboBox * | m_status |
| QComboBox * | m_category |
|
||||||||||||||||||||||||||||||||
|
|
Definition at line 75 of file filterdlg.h. |
|
|
Definition at line 57 of file filterdlg.h. References m_destCB, m_destination, and QString::null. |
|
||||||||||||||||
|
Definition at line 125 of file filterdlg.cpp. References i, and QString::isNull(). Referenced by FilterDlg(). |
|
|
Definition at line 53 of file filterdlg.h. References m_name, m_nameCB, and QString::null. |
|
|
Definition at line 55 of file filterdlg.h. References m_server, m_serverCB, and QString::null. |
|
|
Definition at line 191 of file filterdlg.cpp. References m_category. Referenced by FilterDlg(). |
|
|
Definition at line 155 of file filterdlg.cpp. References m_destination. Referenced by FilterDlg(). |
|
|
Definition at line 143 of file filterdlg.cpp. References m_name. Referenced by FilterDlg(). |
|
|
Definition at line 149 of file filterdlg.cpp. References m_server. Referenced by FilterDlg(). |
|
|
Definition at line 182 of file filterdlg.cpp. References m_destCB, m_destination, and tr. Referenced by FilterDlg(). |
|
|
Definition at line 161 of file filterdlg.cpp. References m_destCB, m_destination, m_status, and tr. Referenced by FilterDlg(). |
|
|
Definition at line 59 of file filterdlg.h. References OPackageManager::All, OPackageManager::Installed, m_status, m_statusCB, OPackageManager::NotDefined, OPackageManager::NotInstalled, tr, and OPackageManager::Updated. |
|
|
Definition at line 89 of file filterdlg.h. Referenced by FilterDlg(), and slotCategorySelected(). |
|
|
Definition at line 83 of file filterdlg.h. Referenced by FilterDlg(). |
|
|
Definition at line 81 of file filterdlg.h. Referenced by destination(), FilterDlg(), slotStatusChanged(), and slotStatusSelected(). |
|
|
Definition at line 87 of file filterdlg.h. Referenced by destination(), FilterDlg(), slotDestSelected(), slotStatusChanged(), and slotStatusSelected(). |
|
|
Definition at line 85 of file filterdlg.h. Referenced by FilterDlg(), name(), and slotNameSelected(). |
|
|
Definition at line 76 of file filterdlg.h. Referenced by FilterDlg(), and name(). |
|
|
Definition at line 86 of file filterdlg.h. Referenced by FilterDlg(), server(), and slotServerSelected(). |
|
|
Definition at line 80 of file filterdlg.h. Referenced by FilterDlg(), and server(). |
|
|
Definition at line 88 of file filterdlg.h. Referenced by FilterDlg(), slotStatusSelected(), and status(). |
|
|
Definition at line 82 of file filterdlg.h. Referenced by FilterDlg(), and status(). |
1.4.2