Vlaxicon

plotwin.h

00001 
00002 // C++ code generated with wxFormBuilder (version Oct  4 2010)
00003 // http://www.wxformbuilder.org/
00004 //
00005 // PLEASE DO "NOT" EDIT THIS FILE!
00007 
00008 #ifndef __plotwin__
00009 #define __plotwin__
00010 
00011 #include <wx/colour.h>
00012 #include <wx/settings.h>
00013 #include <wx/string.h>
00014 #include <wx/font.h>
00015 #include <wx/gdicmn.h>
00016 #include <wx/plotctrl/plotctrl.h>
00017 #ifdef __VISUALC__
00018 #include <wx/link_additions.h>
00019 #endif //__VISUALC__
00020 #include <wx/sizer.h>
00021 #include <wx/panel.h>
00022 #include <wx/frame.h>
00023 
00025 
00026 
00030 class PlotWin : public wxFrame 
00031 {
00032         private:
00033         
00034         protected:
00035                 wxPanel* m_panel1;
00036                 wxPlotCtrl* m_plotCtrl;
00037                 
00038                 // Virtual event handlers, overide them in your derived class
00039                 virtual void OnCloseFrame( wxCloseEvent& event ) { event.Skip(); }
00040                 
00041         
00042         public:
00043                 
00044                 PlotWin( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Plot Window"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
00045                 
00046                 ~PlotWin();
00047         
00048 };
00049 
00050 #endif //__plotwin__
 All Classes Functions