pPlotterScaleX.h

Go to the documentation of this file.
00001 
00002 #ifndef __pPlotterScaleX_h__
00003 #define __pPlotterScaleX_h__
00004 // ----------------------------------------------------------------------------
00005 // WX headers inclusion.
00006 // For compilers that support precompilation, includes <wx/wx.h>.
00007 // ----------------------------------------------------------------------------
00008 
00009 #include <wx/wxprec.h>
00010 #ifdef __BORLANDC__
00011 #pragma hdrstop
00012 #endif
00013 #ifndef WX_PRECOMP
00014 #include <wx/wx.h>
00015 #endif
00016 
00017 //----------------------------------------------------------------------------
00018 // Includes
00019 //----------------------------------------------------------------------------
00020 
00021 #include "pPlotterLayer.h"
00022 #include "marTypes.h"
00023 
00024 //----------------------------------------------------------------------------
00025 // Class definition
00026 //----------------------------------------------------------------------------
00027 class creaMaracasVisu_EXPORT pPlotterScaleX: public pPlotterLayer
00028 {
00029 public:
00033         pPlotterScaleX(wxString aName = wxT("X"),int flags = mpALIGN_NE);
00037         virtual void Plot(wxDC& dc, mpWindow& w);
00042         virtual bool HasBBox() { return FALSE; }
00043 
00044         DECLARE_CLASS (pPlotterScaleX)
00045 };
00046 
00047 #endif
00048 
00049 
00050 

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1