MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

FunctionGrid.h

Go to the documentation of this file.
00001 #include "../TxtFunzione/TxtFunzione.h"
00002 #include <wx/window.h>
00003 #include "../StrutturaGrafici/ListaFx/TLista.h"
00004 #include <wx/event.h>
00005 
00006 class FunctionGrid : public wxWindow
00007 
00008 {public:
00009   FunctionGrid (wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition,
00010              const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxPanelNameStr);
00011   TLista funzioni;
00012 
00013 
00014 
00015 };
00016 
00017 class FunctionInfoEvent: public wxFocusEvent
00018 {
00019 
00020 
00021 };
00022 
00023 

 

SourceForge Logo