Main Page | Alphabetical List | Class List | File List | Class Members | File Members

generatortool.cpp File Reference

#include "generatortool.h"

Go to the source code of this file.

Variables

wxString myString
wxTextValidator NumericValidator = wxTextValidator(wxFILTER_NUMERIC, &myString)
wxTextValidator AlphanumericValidator = wxTextValidator(wxFILTER_ALPHANUMERIC, &myString)
wxTextValidator ASCIIValidator = wxTextValidator(wxFILTER_ASCII, &myString)
wxHashTable formtable = wxHashTable(wxKEY_INTEGER)
wxHashTable objecttable = wxHashTable(wxKEY_INTEGER)


Variable Documentation

wxTextValidator AlphanumericValidator = wxTextValidator(wxFILTER_ALPHANUMERIC, &myString)
 

Definition at line 26 of file generatortool.cpp.

Referenced by GeneratorToolFrame::GeneratorToolFrame().

wxTextValidator ASCIIValidator = wxTextValidator(wxFILTER_ASCII, &myString)
 

Definition at line 27 of file generatortool.cpp.

Referenced by GeneratorToolFrame::ButtonGenericEventFunc(), and GeneratorToolFrame::InstantiateObject().

wxHashTable formtable = wxHashTable(wxKEY_INTEGER)
 

Definition at line 28 of file generatortool.cpp.

Referenced by GeneratorToolFrame::InstantiateForm(), and GeneratorToolFrame::OnButtonLaunch().

wxString myString
 

Definition at line 24 of file generatortool.cpp.

wxTextValidator NumericValidator = wxTextValidator(wxFILTER_NUMERIC, &myString)
 

Definition at line 25 of file generatortool.cpp.

Referenced by GeneratorToolFrame::ButtonGenericEventFunc(), and GeneratorToolFrame::InstantiateObject().

wxHashTable objecttable = wxHashTable(wxKEY_INTEGER)
 

Definition at line 29 of file generatortool.cpp.

Referenced by GeneratorToolFrame::ButtonGenericEventFunc(), GeneratorToolFrame::InstantiateObject(), GeneratorToolFrame::OnButtonLaunch(), and GeneratorToolFrame::RefreshGrid().


Generated on Thu Mar 3 01:54:37 2005 for FastApp Binary Client by doxygen 1.3.6
Hosted by www.Geocities.ws

1