#include <ColumnField.h>
Inheritance diagram for ColumnField::

Public Methods | |
| ColumnField (wxString name, int oldIndex=-1, int oldWidth=0) | |
| Creates a new column. More... | |
| bool | isNew () |
| Tests if the columns is new for the column change functionality. More... | |
| int | getOldIndex () |
| Gets the index of the current table column, for column change functionality. More... | |
| int | getOldWidth () |
| Gets the with of the current table column, for column change functionality. More... | |
| wxString | getName () |
| Gets the column label, perhaps changed by the column change dialog. More... | |
| void | setName (wxString name) |
| Sets a new column label. More... | |
Definition at line 13 of file ColumnField.h.
|
||||||||||||||||
|
Creates a new column.
Definition at line 61 of file dialogs.cpp. |
|
|
Gets the column label, perhaps changed by the column change dialog.
Definition at line 83 of file dialogs.cpp. |
|
|
Gets the index of the current table column, for column change functionality.
Definition at line 73 of file dialogs.cpp. |
|
|
Gets the with of the current table column, for column change functionality.
Definition at line 78 of file dialogs.cpp. |
|
|
Tests if the columns is new for the column change functionality.
Definition at line 68 of file dialogs.cpp. Referenced by ColumnDialog::~ColumnDialog(). |
|
|
Sets a new column label.
Definition at line 88 of file dialogs.cpp. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001