#include <SortDialog.h>
Signals | |
| void | sort (int, int, const QString &) |
Public Member Functions | |
| void | insertColumnsList (const QStringList &cols) |
| SortDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
Private Slots | |
| void | accept () |
| void | changeType (int index) |
Private Attributes | |
| QComboBox * | boxOrder |
| QComboBox * | boxType |
| QPushButton * | buttonCancel |
| QPushButton * | buttonHelp |
| QPushButton * | buttonOk |
| QComboBox * | columnsList |
| SortDialog::SortDialog | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
References accept(), boxOrder, boxType, buttonCancel, buttonOk, changeType(), and columnsList.
| void SortDialog::accept | ( | ) | [private, slot] |
| void SortDialog::changeType | ( | int | index | ) | [private, slot] |
| void SortDialog::insertColumnsList | ( | const QStringList & | cols | ) |
References boxType, and columnsList.
Referenced by Table::sortColumnsDialog(), and Table::sortTableDialog().
| void SortDialog::sort | ( | int | , | |
| int | , | |||
| const QString & | ||||
| ) | [signal] |
Referenced by accept().
QComboBox* SortDialog::boxOrder [private] |
Referenced by accept(), and SortDialog().
QComboBox* SortDialog::boxType [private] |
Referenced by accept(), changeType(), insertColumnsList(), and SortDialog().
QPushButton* SortDialog::buttonCancel [private] |
Referenced by SortDialog().
QPushButton* SortDialog::buttonHelp [private] |
QPushButton* SortDialog::buttonOk [private] |
Referenced by SortDialog().
QComboBox* SortDialog::columnsList [private] |
Referenced by accept(), changeType(), insertColumnsList(), and SortDialog().
1.5.6