pPlotterScaleY.h
Go to the documentation of this file.00001
00002 #ifndef __pPlotterScaleY_h__
00003 #define __pPlotterScaleY_h__
00004
00005
00006
00007
00008
00009
00010 #include <wx/wxprec.h>
00011 #ifdef __BORLANDC__
00012 #pragma hdrstop
00013 #endif
00014 #ifndef WX_PRECOMP
00015 #include <wx/wx.h>
00016 #endif
00017
00018
00019
00020
00021
00022 #include "pPlotterLayer.h"
00023 #include "marTypes.h"
00024
00025
00026
00027
00028 class creaMaracasVisu_EXPORT pPlotterScaleY: public pPlotterLayer
00029 {
00030 public:
00034 pPlotterScaleY(wxString aName = wxT("Y"),int flags = mpALIGN_NE);
00035
00039 virtual void Plot(wxDC& dc, mpWindow& w);
00044 virtual bool HasBBox() { return FALSE; }
00045
00046 DECLARE_CLASS (pPlotterScaleY)
00047 };
00048
00049 #endif
00050
00051