wxArt2D
a2dDrawer2D Member List

This is the complete list of members for a2dDrawer2D, including all inherited members.

_convertToIntPointCache(int n, wxRealPoint *pts)a2dDrawer2Dprotected
a2dDrawer2D(int width=0, int height=0)a2dDrawer2D
a2dDrawer2D(const wxSize &size)a2dDrawer2D
a2dDrawer2D(const a2dDrawer2D &other)a2dDrawer2D
BeginDraw()=0a2dDrawer2Dpure virtual
BlitBuffer()a2dDrawer2D
BlitBuffer(int x, int y, int width, int height, int xbuf=0, int ybuf=0)a2dDrawer2D
BlitBuffer(wxRect rect, const wxPoint &bufferpos=wxPoint(0, 0))=0a2dDrawer2Dpure virtual
BlitBuffer(wxDC *dc, wxRect rect, const wxPoint &bufferpos=wxPoint(0, 0))=0a2dDrawer2Dpure virtual
Clipping(double &x1, double &y1, double &x2, double &y2)a2dDrawer2Dprotected
ConvertActiveToBrush()a2dDrawer2Dprotected
ConvertActiveToPen()a2dDrawer2Dprotected
ConvertSplinedPolygon2(unsigned int n)a2dDrawer2Dprotected
ConvertSplinedPolyline2(unsigned int n)a2dDrawer2Dprotected
CopyIntoBuffer(const wxBitmap &bitm) (defined in a2dDrawer2D)a2dDrawer2Dinlinevirtual
DestroyClippingRegion()=0a2dDrawer2Dpure virtual
DetectCriticalPoints(int n, wxRealPoint points[])a2dDrawer2Dprotected
DeviceDrawAnnotation(const wxString &text, wxCoord x, wxCoord y, const wxFont &font)a2dDrawer2Dinlinevirtual
DeviceDrawHorizontalLine(int x1, int y1, int x2, bool use_stroke_color)a2dDrawer2Dprotectedvirtual
DeviceDrawLine(double x1, double y1, double x2, double y2)a2dDrawer2Dprotectedvirtual
DeviceDrawLines(unsigned int n, bool spline)a2dDrawer2Dprotectedvirtual
DeviceDrawPixel(int x1, int y1, unsigned char r, unsigned char g, unsigned char b, unsigned char a=255)a2dDrawer2Dprotectedvirtual
DeviceDrawPolygon(unsigned int n, bool spline, wxPolygonFillMode fillStyle)a2dDrawer2Dprotectedvirtual
DeviceDrawVerticalLine(int x1, int y1, int y2, bool use_stroke_color)a2dDrawer2Dprotectedvirtual
DeviceToWorldX(double x) const a2dDrawer2Dinline
DeviceToWorldXRel(double x) const a2dDrawer2Dinline
DeviceToWorldY(double y) const a2dDrawer2Dinline
DeviceToWorldYRel(double y) const a2dDrawer2Dinline
DoSetActiveFill()=0a2dDrawer2Dprotectedpure virtual
DoSetActiveFont(const a2dFont &font) (defined in a2dDrawer2D)a2dDrawer2Dinlineprotectedvirtual
DoSetActiveStroke()=0a2dDrawer2Dprotectedpure virtual
DoSetDrawStyle(a2dDrawStyle drawstyle)=0 (defined in a2dDrawer2D)a2dDrawer2Dprotectedpure virtual
DrawArc(double x1, double y1, double x2, double y2, double xc, double yc, bool chord)a2dDrawer2Dvirtual
DrawCenterRoundedRectangle(double xc, double yc, double width, double height, double radius, bool pixelsize=false)a2dDrawer2Dvirtual
DrawCharDc(wxChar c)a2dDrawer2Dinlineprotectedvirtual
DrawCharDcCb(wxChar c)a2dDrawer2Dinline
DrawCharFreetype(wxChar c)a2dDrawer2Dinlineprotectedvirtual
DrawCharFreetypeCb(wxChar c)a2dDrawer2Dinline
DrawCharStroke(wxChar c)a2dDrawer2Dprotectedvirtual
DrawCharStrokeCb(wxChar c)a2dDrawer2Dinline
DrawCharUnknown(wxChar c)a2dDrawer2Dprotectedvirtual
DrawCircle(double x, double y, double radius)a2dDrawer2Dvirtual
DrawEllipse(double x, double y, double width, double height)a2dDrawer2Dvirtual
DrawEllipticArc(double xc, double yc, double width, double height, double sa, double ea, bool chord)a2dDrawer2Dvirtual
DrawImage(const wxImage &image, double x, double y, double width, double height, wxUint8 Opacity=255)=0a2dDrawer2Dpure virtual
DrawImage(const a2dImageRGBA &image, double x, double y, double width, double height, wxUint8 Opacity=255)=0 (defined in a2dDrawer2D)a2dDrawer2Dpure virtual
DrawImage(const wxImage &image, double x=0, double y=0, wxUint8 Opacity=255)a2dDrawer2Dinline
DrawLine(double x1, double y1, double x2, double y2)a2dDrawer2Dvirtual
DrawLines(a2dVertexArray *points, bool spline=false)a2dDrawer2Dvirtual
DrawLines(const a2dVertexList *list, bool spline=false)a2dDrawer2Dvirtual
DrawPoint(double xc, double yc)=0a2dDrawer2Dpure virtual
DrawPolygon(a2dVertexArray *points, bool spline=false, wxPolygonFillMode fillStyle=wxODDEVEN_RULE)a2dDrawer2Dvirtual
DrawPolygon(const a2dVertexList *list, bool spline=false, wxPolygonFillMode fillStyle=wxODDEVEN_RULE)a2dDrawer2Dvirtual
DrawPolyPolygon(a2dListOfa2dVertexList polylist, wxPolygonFillMode fillStyle=wxODDEVEN_RULE)a2dDrawer2Dvirtual
DrawRoundedRectangle(double x, double y, double width, double height, double radius, bool pixelsize=false)a2dDrawer2Dvirtual
DrawText(const wxString &text, double x, double y, int alignment=wxMINX|wxMINY, bool Background=true)a2dDrawer2Dvirtual
DrawTextDc(const wxString &text, double x, double y)a2dDrawer2Dinlineprotectedvirtual
DrawTextFreetype(const wxString &text, double x, double y)a2dDrawer2Dinlineprotectedvirtual
DrawTextGeneric(const wxString &text, double x, double y, void(a2dDrawer2D::*drawchar)(wxChar))a2dDrawer2Dprotected
DrawTextStroke(const wxString &text, double x, double y)a2dDrawer2Dprotectedvirtual
DrawTextUnknown(const wxString &text, double x, double y, bool words=false)a2dDrawer2Dprotectedvirtual
DrawVpath(const a2dVpath *path)a2dDrawer2Dvirtual
EndDraw()=0a2dDrawer2Dpure virtual
EndRefreshDisplayDisable()a2dDrawer2D
ExtendAndPushClippingRegion(a2dVertexList *points, bool spline=false, wxPolygonFillMode fillStyle=wxODDEVEN_RULE, a2dBooleanClip clipoperation=a2dCLIP_AND)=0a2dDrawer2Dpure virtual
ExtendClippingRegion(a2dVertexList *points, bool spline=false, wxPolygonFillMode fillStyle=wxODDEVEN_RULE, a2dBooleanClip clipoperation=a2dCLIP_AND)=0a2dDrawer2Dpure virtual
FillPolygon(int n, wxRealPoint points[])a2dDrawer2Dprotected
GetBuffer() const =0a2dDrawer2Dpure virtual
GetClipCode(double x, double y)a2dDrawer2Dprotected
GetClippingBox(double &x, double &y, double &w, double &h) const a2dDrawer2D
GetClippingBox()a2dDrawer2Dinline
GetClippingBoxDev()a2dDrawer2Dinline
GetClippingBoxDev(int &x, int &y, int &w, int &h) const a2dDrawer2D
GetClippingMinMax(double &xmin, double &ymin, double &xmax, double &ymax) const a2dDrawer2D
GetDeviceDC() const a2dDrawer2Dinlinevirtual
GetDisableDrawing()a2dDrawer2Dinline
GetDisplayAberration() const a2dDrawer2Dinline
GetDrawerFill() const a2dDrawer2Dinline
GetDrawerStroke() const a2dDrawer2Dinline
GetDrawStyle() const a2dDrawer2Dinline
GetFont() const a2dDrawer2Dinline
GetHeight() const a2dDrawer2Dinline
GetMapHeight() const a2dDrawer2Dinline
GetMappingMatrix()a2dDrawer2Dinline
GetMapWidth() const a2dDrawer2Dinline
GetMapX() const a2dDrawer2Dinline
GetMapY() const a2dDrawer2Dinline
GetNormalizedFont()a2dDrawer2Dinline
GetOpacityFactor()a2dDrawer2Dinline
GetPolygonFillThreshold() const a2dDrawer2Dinline
GetPrimitiveThreshold() const a2dDrawer2Dinline
GetRefreshDisplayDisable() const a2dDrawer2Dinline
GetRenderDC() const a2dDrawer2Dinlinevirtual
GetSmallTextThreshold() const a2dDrawer2Dinline
GetSubBitmap(wxRect sub_rect) const =0a2dDrawer2Dpure virtual
GetThresholdDrawRectangle() const a2dDrawer2Dinline
GetTransform() const a2dDrawer2Dinline
GetUppX() const a2dDrawer2Dinline
GetUppY() const a2dDrawer2Dinline
GetUserToDeviceTransform() const a2dDrawer2Dinline
GetVirtualAreaSet() const a2dDrawer2Dinline
GetVisibleBbox() const a2dDrawer2D
GetVisibleHeight() const a2dDrawer2Dvirtual
GetVisibleMaxX() const a2dDrawer2Dvirtual
GetVisibleMaxY() const a2dDrawer2Dvirtual
GetVisibleMinX() const a2dDrawer2D
GetVisibleMinY() const a2dDrawer2D
GetVisibleWidth() const a2dDrawer2Dvirtual
GetWidth() const a2dDrawer2Dinline
GetYaxis() const a2dDrawer2Dinline
HasAlpha()a2dDrawer2Dinlinevirtual
Init()a2dDrawer2D
IsStroked()a2dDrawer2Dinlineprotected
IsStrokeOnly()a2dDrawer2Dinlineprotected
m_activefilla2dDrawer2Dprotected
m_activestrokea2dDrawer2Dprotected
m_AETlista2dDrawer2Dprotected
m_affineStacka2dDrawer2Dprotected
m_asrectanglea2dDrawer2Dprotected
m_beginDraw_endDrawa2dDrawer2Dprotected
m_clipboxdeva2dDrawer2Dprotected
m_clipboxworlda2dDrawer2Dprotected
m_clipregionlista2dDrawer2Dprotected
m_colour1blueFilla2dDrawer2Dprotected
m_colour1blueStrokea2dDrawer2Dprotected
m_colour1greenFilla2dDrawer2Dprotected
m_colour1greenStrokea2dDrawer2Dprotected
m_colour1redFilla2dDrawer2Dprotected
m_colour1redStrokea2dDrawer2Dprotected
m_colour2blueFilla2dDrawer2Dprotected
m_colour2greenFilla2dDrawer2Dprotected
m_colour2redFilla2dDrawer2Dprotected
m_cpointsDoublea2dDrawer2Dprotected
m_cpointsInta2dDrawer2Dprotected
m_CRlista2dDrawer2Dprotected
m_currentfilla2dDrawer2Dprotected
m_currentfonta2dDrawer2Dprotected
m_currentstrokea2dDrawer2Dprotected
m_disableDrawinga2dDrawer2Dprotected
m_displaya2dDrawer2Dprotected
m_displayaberrationa2dDrawer2Dprotected
m_drawingthresholda2dDrawer2Dprotected
m_drawstylea2dDrawer2Dprotected
m_FillOpacityCol1a2dDrawer2Dprotected
m_FillOpacityCol2a2dDrawer2Dprotected
m_fixDrawstylea2dDrawer2Dprotected
m_fixedStyledOverRuleda2dDrawer2Dprotected
m_fixFillRestorea2dDrawer2Dprotected
m_fixStrokeRestorea2dDrawer2Dprotected
m_forceNormalizedFonta2dDrawer2Dprotected
m_frozena2dDrawer2Dprotected
m_heighta2dDrawer2Dprotected
m_mapHeighta2dDrawer2Dprotected
m_mapWidtha2dDrawer2Dprotected
m_mapXa2dDrawer2Dprotected
m_mapYa2dDrawer2Dprotected
m_mouseeventsa2dDrawer2Dprotected
m_OpacityFactora2dDrawer2Dprotected
m_pendingSig_changedZooma2dDrawer2Dprotected
m_polygonFillThresholda2dDrawer2Dprotected
m_printingModea2dDrawer2Dprotected
m_realScalea2dDrawer2Dprotected
m_refreshDisplaya2dDrawer2Dprotected
m_smallTextThreshold (defined in a2dDrawer2D)a2dDrawer2Dprotected
m_splineaberrationa2dDrawer2Dprotected
m_StrokeOpacityCol1a2dDrawer2Dprotected
m_StrokeOpacityCol2a2dDrawer2Dprotected
m_tempPointsa2dDrawer2Dprotected
m_usertodevicea2dDrawer2Dprotected
m_usertoworlda2dDrawer2Dprotected
m_virt_minXa2dDrawer2Dprotected
m_virt_minYa2dDrawer2Dprotected
m_virtualarea_seta2dDrawer2Dprotected
m_widtha2dDrawer2Dprotected
m_worldtodevicea2dDrawer2Dprotected
m_xppa2dDrawer2Dprotected
m_yaxisa2dDrawer2Dprotected
m_yppa2dDrawer2Dprotected
MoveUp(int n, wxRealPoint points[], double horline, int &index, int direction)a2dDrawer2Dprotected
OverRuleFixedStyle()a2dDrawer2D
PopClippingRegion()=0a2dDrawer2Dpure virtual
PopTransform(void)a2dDrawer2Dvirtual
PushIdentityTransform()a2dDrawer2Dvirtual
PushTransform()a2dDrawer2Dvirtual
PushTransform(const a2dAffineMatrix &affine)a2dDrawer2Dvirtual
ResetFixedStyle()a2dDrawer2D
ResetStyle()a2dDrawer2Dvirtual
ReStoreFixedStyle()a2dDrawer2D
SetActiveFill(const a2dFill &fill)a2dDrawer2Dprotectedvirtual
SetActiveStroke(const a2dStroke &stroke)a2dDrawer2Dprotectedvirtual
SetBufferSize(int w, int h)=0a2dDrawer2Dpure virtual
SetClippingRegion(a2dVertexList *points, bool spline=false, wxPolygonFillMode fillStyle=wxODDEVEN_RULE)=0a2dDrawer2Dpure virtual
SetClippingRegion(double minx, double miny, double maxx, double maxy)=0a2dDrawer2Dpure virtual
SetClippingRegionDev(wxCoord minx, wxCoord miny, wxCoord maxx, wxCoord maxy)=0a2dDrawer2Dpure virtual
SetDisableDrawing(bool disableDrawing)a2dDrawer2Dinline
SetDisplay(wxWindow *window)a2dDrawer2Dinline
SetDisplayAberration(double aber)a2dDrawer2Dinline
SetDrawerFill(const a2dFill &fill)a2dDrawer2D
SetDrawerStroke(const a2dStroke &stroke)a2dDrawer2D
SetDrawStyle(a2dDrawStyle drawstyle)a2dDrawer2D
SetFont(const a2dFont &font)a2dDrawer2D
SetMappingDeviceRect(int mapx, int mapy, int mapWidth, int mapHeight, bool remap=false)a2dDrawer2D
SetMappingMatrix(const a2dAffineMatrix &mapping)a2dDrawer2D
SetMappingUpp(double vx1, double vy1, double xpp, double ypp)a2dDrawer2D
SetMappingUpp(double x, double y, double wx, double wy, double vx1, double vy1, double xpp, double ypp)a2dDrawer2Dprotected
SetMappingWidthHeight(double vx1, double vy1, double width, double height)a2dDrawer2Dvirtual
SetMappingWidthHeight(const a2dBoundingBox &box)a2dDrawer2D
SetMinX(double x)a2dDrawer2D
SetMinY(double y)a2dDrawer2D
SetNormalizedFont(bool forceNormalizedFont)a2dDrawer2Dinline
SetOpacityFactor(wxUint8 OpacityFactor)a2dDrawer2D
SetPolygonFillThreshold(wxUint16 pixels)a2dDrawer2Dinline
SetPrimitiveThreshold(wxUint16 pixels, bool asrect=true)a2dDrawer2Dinline
SetPrintMode(bool onOff)a2dDrawer2Dinline
SetRealScale(bool realScale)a2dDrawer2Dinline
SetSmallTextThreshold(wxUint16 pixels)a2dDrawer2Dinline
SetSplineAberration(double aber)a2dDrawer2D
SetTransform(const a2dAffineMatrix &userToWorld)a2dDrawer2Dvirtual
SetUppX(double x)a2dDrawer2D
SetUppY(double y)a2dDrawer2D
SetYaxis(bool up)a2dDrawer2Dvirtual
ShiftBuffer(int dxy, bool yshift)a2dDrawer2Dinlinevirtual
sig_changedZooma2dDrawer2Dstatic
StartRefreshDisplayDisable()a2dDrawer2Dinline
ToDevice(const a2dBoundingBox &bbox)a2dDrawer2D
ToDeviceLines(a2dVertexArray *points, a2dBoundingBox &devbbox, bool &smallPoly, bool replaceByRectangle=false)a2dDrawer2Dprotected
ToDeviceLines(const a2dVertexList *list, a2dBoundingBox &devbbox, bool &smallPoly, bool replaceByRectangle=false)a2dDrawer2Dprotected
ToWorld(const wxRect &rect)a2dDrawer2D
WorldToDeviceX(double x) const a2dDrawer2Dinline
WorldToDeviceXRel(double x) const a2dDrawer2Dinline
WorldToDeviceXRelNoRnd(double x) const a2dDrawer2Dinline
WorldToDeviceY(double y) const a2dDrawer2Dinline
WorldToDeviceYRel(double y) const a2dDrawer2Dinline
WorldToDeviceYRelNoRnd(double y) const a2dDrawer2Dinline
~a2dDrawer2D()a2dDrawer2Dvirtual
Member List -- Sun Oct 12 2014 17:04:36 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation