#include "wxwidgets.h"
|
| wxPLDevice (PLStream *pls, char *mfo, PLINT text, PLINT hrshsym) |
|
virtual | ~wxPLDevice (void) |
|
void | DrawLine (short x1a, short y1a, short x2a, short y2a) |
|
void | DrawPolyline (short *xa, short *ya, PLINT npts) |
|
void | ClearBackground (PLStream *pls, PLINT x1=-1, PLINT y1=-1, PLINT x2=-1, PLINT y2=-1) |
|
void | FillPolygon (PLStream *pls) |
|
void | SetWidth (PLStream *pls) |
|
void | SetColor (PLStream *pls) |
|
void | SetDC (PLStream *pls, wxDC *dc) |
|
void | EndPage (PLStream *pls) |
|
void | BeginPage (PLStream *pls) |
|
void | SetSize (PLStream *pls, int width, int height) |
|
void | FixAspectRatio (bool fix) |
|
void | Locate (PLStream *pls, PLGraphicsIn *graphicsIn) |
|
void | Flush (PLStream *pls) |
|
void | PreDestructorTidy (PLStream *pls) |
|
| PlDevice () |
|
virtual | ~PlDevice () |
|
void | drawText (PLStream *pls, EscText *args) |
|
|
void | DrawTextSection (wxString section, wxCoord xOrigin, wxCoord yOrigin, wxCoord x, wxCoord y, PLFLT *transform, PLFLT scaledFontSize, bool drawText, bool underlined, PLUNICODE fci, unsigned char red, unsigned char green, unsigned char blue, PLFLT alpha, PLFLT &yScale, wxCoord §ionWidth, wxCoord §ionHeight, wxCoord §ionDepth) |
|
void | TransmitBuffer (PLStream *pls, unsigned char transmissionType) |
|
void | SetupMemoryMap () |
|
wxRegion | GetClipRegion () |
|
Definition at line 111 of file wxwidgets.h.
wxPLDevice::~wxPLDevice |
( |
void |
| ) |
|
|
virtual |
void wxPLDevice::BeginPage |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::DrawLine |
( |
short |
x1a, |
|
|
short |
y1a, |
|
|
short |
x2a, |
|
|
short |
y2a |
|
) |
| |
|
virtual |
void wxPLDevice::DrawPolyline |
( |
short * |
xa, |
|
|
short * |
ya, |
|
|
PLINT |
npts |
|
) |
| |
|
virtual |
void wxPLDevice::DrawTextSection |
( |
wxString |
section, |
|
|
wxCoord |
xOrigin, |
|
|
wxCoord |
yOrigin, |
|
|
wxCoord |
x, |
|
|
wxCoord |
y, |
|
|
PLFLT * |
transform, |
|
|
PLFLT |
scaledFontSize, |
|
|
bool |
drawText, |
|
|
bool |
underlined, |
|
|
PLUNICODE |
fci, |
|
|
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue, |
|
|
PLFLT |
alpha, |
|
|
PLFLT & |
yScale, |
|
|
wxCoord & |
sectionWidth, |
|
|
wxCoord & |
sectionHeight, |
|
|
wxCoord & |
sectionDepth |
|
) |
| |
|
privatevirtual |
void wxPLDevice::EndPage |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::FillPolygon |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::FixAspectRatio |
( |
bool |
fix | ) |
|
|
virtual |
void wxPLDevice::Flush |
( |
PLStream * |
pls | ) |
|
|
virtual |
wxRegion wxPLDevice::GetClipRegion |
( |
| ) |
|
|
private |
void wxPLDevice::PreDestructorTidy |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::SetColor |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::SetDC |
( |
PLStream * |
pls, |
|
|
wxDC * |
dc |
|
) |
| |
|
virtual |
void wxPLDevice::SetSize |
( |
PLStream * |
pls, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
virtual |
void wxPLDevice::SetupMemoryMap |
( |
| ) |
|
|
private |
void wxPLDevice::SetWidth |
( |
PLStream * |
pls | ) |
|
|
virtual |
void wxPLDevice::TransmitBuffer |
( |
PLStream * |
pls, |
|
|
unsigned char |
transmissionType |
|
) |
| |
|
private |
wxBrush wxPLDevice::m_brush |
|
private |
bool wxPLDevice::m_fixedAspect |
|
private |
wxGraphicsContext* wxPLDevice::m_gc |
|
private |
PLFLT wxPLDevice::m_height |
|
private |
wxGCDC* wxPLDevice::m_interactiveTextGcdc |
|
private |
wxImage wxPLDevice::m_interactiveTextImage |
|
private |
PLFLT wxPLDevice::m_lineSpacing |
|
private |
size_t wxPLDevice::m_localBufferPosition |
|
private |
const int wxPLDevice::m_max_string_length = 500 |
|
staticprivate |
const PLFLT wxPLDevice::m_plplotEdgeLength |
|
private |
PLFLT wxPLDevice::m_scale |
|
private |
bool wxPLDevice::m_useDcTextTransform |
|
private |
PLFLT wxPLDevice::m_width |
|
private |
PLFLT wxPLDevice::m_xAspect |
|
private |
PLFLT wxPLDevice::m_xScale |
|
private |
PLFLT wxPLDevice::m_yAspect |
|
private |
PLFLT wxPLDevice::m_yScale |
|
private |
The documentation for this class was generated from the following files: