Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

flatgridcelleditor.h

Go to the documentation of this file.
00001 
00002 // Name:        wx/flatgridcelleditor.h
00003 // Purpose:     
00004 // Author:      Joe Yates
00005 // Created:     2004-11-17
00006 // Copyright:   (c) Joe Yates
00007 // License:     BSD license (see the file 'LICENSE.txt')
00009 
00010 #ifndef __flatgridcelleditor_h__
00011 #define __flatgridcelleditor_h__
00012 
00013 #include <wx/wxprec.h>
00014 
00015 #ifndef WX_PRECOMP
00016   #include "wx/wx.h"
00017 #endif
00018 
00019 #include <wx/grid.h>
00020 
00021 #define EVT_FlatTextCtrl_Navigate 111 // FIXME: use a custom event
00022 
00023 namespace wx
00024 {
00025 
00026 class FlatGridCellNumberEditor : public wxGridCellNumberEditor
00027   {
00028   // friends, classes, enums and types
00029 
00030   // Constructors/destructors
00031   public:
00032     FlatGridCellNumberEditor();
00033     ~FlatGridCellNumberEditor()
00034       {}
00035 
00036   // Operators
00037 
00038   // Slots
00039   private:
00040 
00041   // Methods
00042   public:
00043     // Implementation Overrides
00044     void Create
00045       (
00046       wxWindow *      parent,
00047       wxWindowID      id,
00048       wxEvtHandler *  evtHandler
00049       );
00050 
00051   // Members
00052   private:
00053   };
00054 
00062 class FlatTextCtrl : public wxTextCtrl
00063   {
00064   // friends, classes, enums and types
00065 
00066   // Constructors/destructors
00067   public:
00068     FlatTextCtrl
00069       (
00070       wxWindow *parent,
00071       wxWindowID id
00072       );
00073     ~FlatTextCtrl()
00074       {}
00075 
00076   // Operators
00077 
00078   // Slots
00079   private:
00080     void OnKeyDown(wxKeyEvent& evt);
00081 
00082   // Methods
00083   public:
00084     // Implementation Overrides
00085 
00086   // Members
00087   private:
00088 
00089   DECLARE_EVENT_TABLE()
00090   };
00091 
00092 } // namespace wx
00093 
00094 #endif // ndef __flatgridcelleditor_h__

Generated on Wed Jan 25 08:13:09 2006 for Sherpa wxWidgets Classes by doxygen 1.3.6