#include </home/clem/local/src/opie/noncore/apps/opie-sheet/sortdlg.h>
Collaboration diagram for SortDialog:

Public Member Functions | |
| SortDialog (QWidget *parent=0) | |
| ~SortDialog () | |
| int | exec (Sheet *s) |
Private Slots | |
| void | directionChanged (int id) |
Private Member Functions | |
| QVButtonGroup * | createOrderButtons (int y) |
| QComboBox * | createFieldCombo (const QString &caption, int y) |
| void | fillFieldCombo (QComboBox *combo) |
| int | compareItems (QTableItem *item1, QTableItem *item2, int descending=0, bool caseSensitive=TRUE) |
Private Attributes | |
| QBoxLayout * | box |
| QTabWidget * | tabs |
| QWidget * | widgetSort |
| QWidget * | widgetOptions |
| QVButtonGroup * | groupOrderA |
| QVButtonGroup * | groupOrderB |
| QVButtonGroup * | groupOrderC |
| QVButtonGroup * | groupDirection |
| QCheckBox * | checkCase |
| QComboBox * | comboFieldA |
| QComboBox * | comboFieldB |
| QComboBox * | comboFieldC |
| int | row1 |
| int | col1 |
| int | row2 |
| int | col2 |
| int | direction |
| Sheet * | sheet |
|
|
Definition at line 41 of file sortdlg.cpp. References box, checkCase, comboFieldA, comboFieldB, comboFieldC, createFieldCombo(), createOrderButtons(), directionChanged(), groupDirection, groupOrderA, groupOrderB, groupOrderC, tabs, tr, TRUE, widgetOptions, and widgetSort. |
|
|
Definition at line 78 of file sortdlg.cpp. |
|
||||||||||||||||||||
|
Definition at line 201 of file sortdlg.cpp. Referenced by exec(). |
|
||||||||||||
|
Definition at line 81 of file sortdlg.cpp. References FALSE, and widgetSort. Referenced by SortDialog(). |
|
|
Definition at line 91 of file sortdlg.cpp. References tr, and widgetSort. Referenced by SortDialog(). |
|
|
Definition at line 101 of file sortdlg.cpp. References comboFieldA, comboFieldB, comboFieldC, direction, and fillFieldCombo(). Referenced by SortDialog(). |
|
|
Definition at line 120 of file sortdlg.cpp. References checkCase, col, col1, col2, comboFieldA, comboFieldB, comboFieldC, compareItems(), direction, FALSE, fillFieldCombo(), QString::find(), Sheet::getHeaderColumn(), Sheet::getSelection(), groupOrderA, groupOrderB, groupOrderC, i, QString::mid(), row, row1, row2, sheet, Sheet::swapCells(), QString::toInt(), tr, TRUE, and warning(). Referenced by MainWindow::slotDataSort(). |
|
|
Definition at line 109 of file sortdlg.cpp. References col, col1, col2, direction, Sheet::getHeaderString(), QString::number(), row, row1, and row2. Referenced by directionChanged(), and exec(). |
|
|
Definition at line 50 of file sortdlg.h. Referenced by SortDialog(). |
|
|
Definition at line 57 of file sortdlg.h. Referenced by exec(), and SortDialog(). |
|
|
Definition at line 61 of file sortdlg.h. Referenced by exec(), and fillFieldCombo(). |
|
|
Definition at line 61 of file sortdlg.h. Referenced by exec(), and fillFieldCombo(). |
|
|
Definition at line 58 of file sortdlg.h. Referenced by directionChanged(), exec(), and SortDialog(). |
|
|
Definition at line 58 of file sortdlg.h. Referenced by directionChanged(), exec(), and SortDialog(). |
|
|
Definition at line 58 of file sortdlg.h. Referenced by directionChanged(), exec(), and SortDialog(). |
|
|
Definition at line 61 of file sortdlg.h. Referenced by directionChanged(), exec(), and fillFieldCombo(). |
|
|
Definition at line 56 of file sortdlg.h. Referenced by SortDialog(). |
|
|
Definition at line 56 of file sortdlg.h. Referenced by exec(), and SortDialog(). |
|
|
Definition at line 56 of file sortdlg.h. Referenced by exec(), and SortDialog(). |
|
|
Definition at line 56 of file sortdlg.h. Referenced by exec(), and SortDialog(). |
|
|
Definition at line 61 of file sortdlg.h. Referenced by exec(), and fillFieldCombo(). |
|
|
Definition at line 61 of file sortdlg.h. Referenced by exec(), and fillFieldCombo(). |
|
|
Definition at line 62 of file sortdlg.h. Referenced by exec(). |
|
|
Definition at line 54 of file sortdlg.h. Referenced by SortDialog(). |
|
|
Definition at line 55 of file sortdlg.h. Referenced by SortDialog(). |
|
|
Definition at line 55 of file sortdlg.h. Referenced by createFieldCombo(), createOrderButtons(), and SortDialog(). |
1.4.2