21#if !defined ( WXPLPLOTSTREAM_H__INCLUDED_ )
22#define WXPLPLOTSTREAM_H__INCLUDED_
52 void Create( wxDC *dc,
int width,
int height,
int style );
58 void SetDC( wxDC *dc );
virtual void set_stream(void)
plstream(const plstream &)
int m_width
Width of dc/plot area.
int m_style
style of this plot
void SetDC(wxDC *dc)
Set a new dc to write to.
void AppendBuffer(void *buffer, size_t size)
Append a buffer of plplot commands.
void RenewPlot()
Redo plot and update dc.
wxPLplotstream()
Constructor.
int m_height
Height of dc/plot area.
void SetFixedAspectRatio(bool fixed)
Set Fixed aspect ratio of the plot.
void ImportBuffer(void *buffer, size_t size)
Import a buffer of plplot commands.
void SetSize(int width, int height)
Set new size of plot area.
void Create(wxDC *dc, int width, int height, int style)
Called from the constructor or can be called by the user if the default constructor is used.
@ wxPLPLOT_USE_HERSHEY_SYMBOLS