pPlotterScaleX.h
Go to the documentation of this file.00001
00002 #ifndef __pPlotterScaleX_h__
00003 #define __pPlotterScaleX_h__
00004
00005
00006
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
00019
00020
00021 #include "pPlotterLayer.h"
00022 #include "marTypes.h"
00023
00024
00025
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