GeneralValidator.h

00001 
00008 #ifndef _GeneralValidator_h
00009 #define _GeneralValidator_h
00010 
00011 // SYSTEM INCLUDES
00012 //
00013 
00014 // PROJECT INCLUDES
00015 //
00016 
00017 // LOCAL INCLUDES
00018 //
00019 
00020 // FORWARD REFERENCES
00021 //
00022 
00023 class GeneralValidator
00024     : public wxValidator
00025 {
00026 public:
00027 // LIFECYCLE
00028 
00031     GeneralValidator();
00032 
00033 
00038     GeneralValidator(const GeneralValidator& from);
00039 
00040 
00043     ~GeneralValidator(void);
00044 
00045 
00046 // OPERATORS
00047 
00048 // OPERATIONS
00049 
00050 
00053     virtual wxObject*       Clone() const;
00054 
00057     virtual bool            Validate(wxWindow* parent);
00058 
00061     virtual bool            TransferToWindow();
00062 
00065     virtual bool            TransferFromWindow();
00066 
00067 // ACCESS
00068 // INQUIRY
00069 
00070 protected:
00071 private:
00072 };
00073 
00074 // INLINE METHODS
00075 //
00076 
00077 // EXTERNAL REFERENCES
00078 //
00079 
00080 #endif  // _GeneralValidator_h

Wygenerowano Fri Sep 29 21:04:48 2006 dla EduOptim2 programem  doxygen 1.4.6