Main Page   Class Hierarchy   Compound List   File List   Compound Members  

ColumnDialog Class Reference

Dialog for adding, renaming, moving and removing columns. More...

#include <dialogs.h>

List of all members.

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...


Detailed Description

Dialog for adding, renaming, moving and removing columns.

Definition at line 18 of file dialogs.h.


Constructor & Destructor Documentation

ColumnDialog::ColumnDialog wxWindow *    parent,
ColumnFieldArray &    columns
 

Creates a new column config dialog with the current columns.

Parameters:
parent  The frame.
columns  The columns of the current table.

Definition at line 94 of file dialogs.cpp.

ColumnDialog::~ColumnDialog  
 

Deletes all new created columns.

Definition at line 172 of file dialogs.cpp.

References ColumnField::isNew().


Member Function Documentation

ColumnFieldArray ColumnDialog::getNewColumns  
 

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().


Generated on Thu May 2 15:13:51 2002 for Wino by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001