#include <dialogs.h>
Public Methods | |
| ColumnDialog (wxWindow *parent, ColumnFieldArray &columns) | |
| Creates a new column config dialog with the current columns. More... | |
| ~ColumnDialog () | |
| Deletes all new created columns. More... | |
| ColumnFieldArray | getNewColumns () |
| Gets an array with the configured columns. More... | |
Definition at line 18 of file dialogs.h.
|
||||||||||||
|
Creates a new column config dialog with the current columns.
Definition at line 94 of file dialogs.cpp. |
|
|
Deletes all new created columns.
Definition at line 172 of file dialogs.cpp. References ColumnField::isNew(). |
|
|
Gets an array with the configured columns. The columns are perhaps sorted in a way the user wants, perhaps labels are changed and if columns added, the isNew method of this columns returns true. Definition at line 291 of file dialogs.cpp. References SortDialog::OnOK(). Referenced by AddressManagerFrame::OnMenuTableConfig(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001