| _absbox | DrawDriver | |
| _AbsPolygon | DrawDriver | |
| _ActiveLayer | DrawDriver | |
| _AI | DrawDriver | |
| _brush | DrawDriver | |
| _brushbitm | DrawDriver | |
| _brushnorm | DrawDriver | |
| _busydrawing | DrawDriver | |
| _clip_status | DrawDriver | |
| _clipit | DrawDriver | |
| _currentbitmap | DrawDriver | |
| _drawstyle | DrawDriver | |
| _fillcolor | DrawDriver | |
| _font | DrawDriver | |
| _layer | DrawDriver | |
| _matrix | DrawDriver | |
| _only_visible (defined in DrawDriver) | DrawDriver | |
| _pattern | DrawDriver | |
| _pen | DrawDriver | |
| _pengrid | DrawDriver | |
| _penorigin | DrawDriver | |
| _penSelected | DrawDriver | |
| _pentrans (defined in DrawDriver) | DrawDriver | |
| _pentrans_sel (defined in DrawDriver) | DrawDriver | |
| _Selected | DrawDriver | |
| _showstructure | DrawDriver | |
| _SRefSelected | DrawDriver | |
| _stopdrawing | DrawDriver | |
| _stored_drawstyle | DrawDriver | |
| _textColor | DrawDriver | |
| _textSelectedColor | DrawDriver | |
| _visible | DrawDriver | |
| CalcBoundingBox(double x, double y) | wxDoubleDCBase | [inline, virtual] |
| Clear() | wxDoubleDCBase | [virtual] |
| ClearClippingRegion() | wxDoubleDCBase | |
| ClearScreen() | DrawDriver | |
| ClipIt(Element *a_ele) | DrawDriver | |
| Clipping(double &, double &) | wxDoubleDCBase | |
| Clipping(double &, double &, double &, double &) | wxDoubleDCBase | |
| CrossHair(double x, double y) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| CrossHair(const wxPoint2DDouble &pt) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DestroyClippingRegion() | wxDoubleDCBase | |
| DeviceToLogicalX(double x) const | wxDoubleDCBase | |
| DeviceToLogicalXRel(double x) const | wxDoubleDCBase | |
| DeviceToLogicalY(double y) const | wxDoubleDCBase | |
| DeviceToLogicalYRel(double y) const | wxDoubleDCBase | |
| DrawArc(double x1, double y1, double x2, double y2, double xc, double yc) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawArc(const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2, const wxPoint2DDouble ¢re) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawCheckMark(double x, double y, double width, double height) | wxDoubleDCBase | |
| DrawCheckMark(const wxRect2DDouble &rect) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawCircle(double x, double y, double radius) | wxDoubleDCBase | |
| DrawDriver() | DrawDriver | |
| DrawEllipse(double x, double y, double width, double height) | wxDoubleDCBase | |
| DrawEllipse(const wxPoint2DDouble &pt, const wxSize &sz) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawEllipse(const wxRect2DDouble &rect) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawEllipticArc(double x, double y, double w, double h, double sa, double ea) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawEllipticArc(const wxPoint2DDouble &pt, const wxSize &sz, double sa, double ea) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawGrid(double, long, int) | DrawDriver | |
| DrawLine(double x1, double y1, double x2, double y2) | wxDoubleDCBase | |
| DrawLine(const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2) | wxDoubleDCBase | |
| DrawLines(int n, wxPoint2DDouble points[], double xoffset=0, double yoffset=0) | wxDoubleDCBase | |
| DrawLines(const wxList *list, double xoffset=0, double yoffset=0) | wxDoubleDCBase | |
| DrawOrigin() | DrawDriver | |
| DrawPoint(double x, double y) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawPoint(const wxPoint2DDouble &pt) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawPolygon(int n, wxPoint2DDouble points[], double xoffset=0, double yoffset=0, int fillStyle=wxODDEVEN_RULE) | wxDoubleDCBase | |
| DrawPolygon(const wxList *list, double xoffset=0, double yoffset=0, int fillStyle=wxODDEVEN_RULE) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawRect(int x1, int y1, int x2, int y2) | DrawDriver | |
| DrawRectangle(double x, double y, double width, double height) | wxDoubleDCBase | |
| DrawRectangle(const wxPoint2DDouble &pt, const wxSize &sz) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawRectangle(const wxRect2DDouble &rect) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawRotatedText(const wxString &text, double x, double y, double angle) | wxDoubleDCBase | |
| DrawRotatedText(const wxString &text, const wxPoint2DDouble &pt, double angle) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawRoundedRectangle(double x, double y, double width, double height, double radius) | wxDoubleDCBase | |
| DrawRoundedRectangle(const wxPoint2DDouble &pt, const wxSize &sz, double radius) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawRoundedRectangle(const wxRect2DDouble &r, double radius) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawText(const wxString &text, double x, double y) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| DrawText(const wxString &text, const wxPoint2DDouble &pt) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| EndDoc() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline, virtual] |
| EndPage() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline, virtual] |
| ExtendClippingRegion(double x, double y) | wxDoubleDCBase | |
| FloodFill(double x, double y, const wxColour &col, int style=wxFLOOD_SURFACE) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| FloodFill(const wxPoint2DDouble &pt, const wxColour &col, int style=wxFLOOD_SURFACE) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| GDSDrawLine(double x1, double y1, double x2, double y2) | DrawDriver | |
| GDSDrawText(const wxString &text, double x, double y, double x2, double y2, Text *, wxTransformMatrix *) | DrawDriver | |
| GetAbsPolygon() (defined in DrawDriver) | DrawDriver | [inline] |
| GetActiveLayer() (defined in DrawDriver) | DrawDriver | [inline] |
| GetBackground() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetBackground() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetBackgroundMode() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetBrush() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetBrush() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetClipCode(double, double) | wxDoubleDCBase | |
| GetClippingBox(double &x, double &y, double &w, double &h) const | wxDoubleDCBase | [virtual] |
| GetClipStatus() (defined in DrawDriver) | DrawDriver | [inline] |
| GetDC() | wxDoubleDCBase | [inline] |
| GetDrawPen() (defined in DrawDriver) | DrawDriver | [inline] |
| GetDrawStyle() | DrawDriver | |
| GetFont() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetFont() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetInverseMappingMatrix() | wxDoubleDCBase | |
| GetLogicalFunction() const | wxDoubleDCBase | [inline] |
| GetMappingMatrix() | wxDoubleDCBase | |
| GetMatrix() (defined in DrawDriver) | DrawDriver | [inline] |
| GetParentSelect() (defined in DrawDriver) | DrawDriver | [inline] |
| GetPen() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetPen() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetPixel(double x, double y, wxColour *col) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| GetPixel(const wxPoint2DDouble &pt, wxColour *col) (defined in wxDoubleDCBase) | wxDoubleDCBase | |
| GetScaleFactorX() | wxDoubleDCBase | [inline] |
| GetScaleFactorY() | wxDoubleDCBase | [inline] |
| GetSelectPen() (defined in DrawDriver) | DrawDriver | [inline] |
| GetStopDrawing() (defined in DrawDriver) | DrawDriver | [inline] |
| GetTextBackground() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetTextBackground() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetTextExtent(const wxString &string, long *x, long *y, long *descent=NULL, long *externalLeading=NULL, wxFont *theFont=NULL) const | wxDoubleDCBase | |
| GetTextForeground() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetTextForeground() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline] |
| GetVirtualSize(double &x, double &y, double &w, double &h) const | wxDoubleDCBase | [virtual] |
| GetVirtualSizeScreen() | DrawDriver | |
| hulp2 (defined in DrawDriver) | DrawDriver | |
| Init() | DrawDriver | |
| IsDrawStyle(DrawStyle) | DrawDriver | |
| LogicalToDeviceX(double x) const | wxDoubleDCBase | |
| LogicalToDeviceXRel(double x) const | wxDoubleDCBase | |
| LogicalToDeviceY(double y) const | wxDoubleDCBase | |
| LogicalToDeviceYRel(double y) const | wxDoubleDCBase | |
| ltowxc(long l, wxColour &color) | DrawDriver | |
| m_backgroundBrush | wxDoubleDCBase | [protected] |
| m_backgroundMode | wxDoubleDCBase | [protected] |
| m_brush | wxDoubleDCBase | [protected] |
| m_clipping | wxDoubleDCBase | [protected] |
| m_clipX1 | wxDoubleDCBase | [protected] |
| m_clipX2 | wxDoubleDCBase | [protected] |
| m_clipY1 | wxDoubleDCBase | [protected] |
| m_clipY2 | wxDoubleDCBase | [protected] |
| m_colour | wxDoubleDCBase | [protected] |
| m_dc | wxDoubleDCBase | [protected] |
| m_filled | DrawDriver | |
| m_font | wxDoubleDCBase | [protected] |
| m_fontsize | wxDoubleDCBase | [protected] |
| m_inverse_mapping | wxDoubleDCBase | [protected] |
| m_isBBoxValid | wxDoubleDCBase | [protected] |
| m_isInteractive | wxDoubleDCBase | [protected] |
| m_isVirtualValid | wxDoubleDCBase | [protected] |
| m_logicalFunction | wxDoubleDCBase | [protected] |
| m_mapping_matrix | wxDoubleDCBase | [protected] |
| m_mappingMode | wxDoubleDCBase | [protected] |
| m_maxX | wxDoubleDCBase | [protected] |
| m_maxY | wxDoubleDCBase | [protected] |
| m_minX | wxDoubleDCBase | [protected] |
| m_minY | wxDoubleDCBase | [protected] |
| m_ok | wxDoubleDCBase | [protected] |
| m_palette | wxDoubleDCBase | [protected] |
| m_pen | wxDoubleDCBase | [protected] |
| m_scalefactor_x | wxDoubleDCBase | [protected] |
| m_scalefactor_y | wxDoubleDCBase | [protected] |
| m_scrolled (defined in DrawDriver) | DrawDriver | |
| m_textBackgroundColour | wxDoubleDCBase | [protected] |
| m_textForegroundColour | wxDoubleDCBase | [protected] |
| m_todraw | wxDoubleDCBase | [protected] |
| m_virt_maxX | wxDoubleDCBase | |
| m_virt_maxY | wxDoubleDCBase | |
| m_virt_minX | wxDoubleDCBase | |
| m_virt_minY | wxDoubleDCBase | |
| m_virtm_maxX | DrawDriver | |
| m_virtm_maxY | DrawDriver | |
| m_virtm_minX | DrawDriver | |
| m_virtm_minY | DrawDriver | |
| m_virtualsize | DrawDriver | |
| MaxX() const | wxDoubleDCBase | [inline] |
| MaxY() const | wxDoubleDCBase | [inline] |
| MinX() const | wxDoubleDCBase | [inline] |
| MinY() const | wxDoubleDCBase | [inline] |
| NeedToDraw(int layer) | DrawDriver | |
| Ok() const (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline, virtual] |
| Pending() | DrawDriver | |
| ResetBoundingBox() | wxDoubleDCBase | [inline] |
| SetActiveLayer(int lay) (defined in DrawDriver) | DrawDriver | [inline] |
| SetBackground(const wxBrush &brush) (defined in wxDoubleDCBase) | wxDoubleDCBase | [virtual] |
| SetBackgroundMode(int mode) (defined in wxDoubleDCBase) | wxDoubleDCBase | [virtual] |
| SetBrush(const wxBrush &brush) (defined in wxDoubleDCBase) | wxDoubleDCBase | [virtual] |
| SetBusyDrawing(bool busy) (defined in DrawDriver) | DrawDriver | [inline] |
| SetClipIt(bool clipit) (defined in DrawDriver) | DrawDriver | [inline] |
| SetClippingRegion(double minx, double miny, double maxx, double maxy) | wxDoubleDCBase | |
| SetClippingRegionBox(BoundingBox &a_box) | DrawDriver | |
| SetClippingRegionWin(wxCoord minx, wxCoord miny, wxCoord maxx, wxCoord maxy) | wxDoubleDCBase | |
| SetClipStatus(OVERLAP stat) (defined in DrawDriver) | DrawDriver | [inline] |
| SetDC(wxDC *newdc) | wxDoubleDCBase | |
| SetDrawStyle(DrawStyle) | DrawDriver | |
| SetFilled(bool filled) (defined in DrawDriver) | DrawDriver | [inline] |
| SetFont(const wxFont &font, double size) | wxDoubleDCBase | [virtual] |
| SetLayer(int layer) | DrawDriver | |
| SetLogicalFunction(int function) | wxDoubleDCBase | [virtual] |
| SetMapping(int dwxi, int dwyi, double vx1, double vy1, double vx2, double vy2, bool border) | wxDoubleDCBase | |
| SetMappingScroll(double vx1, double vy1, double vx2, double vy2, bool border) (defined in DrawDriver) | DrawDriver | |
| SetMatrix(wxTransformMatrix &matrix) (defined in DrawDriver) | DrawDriver | [inline] |
| SetPalette(const wxPalette &palette) (defined in wxDoubleDCBase) | wxDoubleDCBase | [virtual] |
| SetParentSelect(bool select) (defined in DrawDriver) | DrawDriver | [inline] |
| SetPen(const wxPen &pen) (defined in wxDoubleDCBase) | wxDoubleDCBase | [virtual] |
| SetScroll(double vx1, double vy1, double vx2, double vy2) | DrawDriver | |
| SetSelected(bool selected) (defined in DrawDriver) | DrawDriver | [inline] |
| SetTextBackground(const wxColour &colour) | wxDoubleDCBase | [virtual] |
| SetTextForeground(const wxColour &colour) | wxDoubleDCBase | [virtual] |
| StartDoc(const wxString &WXUNUSED(message)) (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline, virtual] |
| StartPage() (defined in wxDoubleDCBase) | wxDoubleDCBase | [inline, virtual] |
| todraw | DrawDriver | |
| Transform(double &, double &) | DrawDriver | |
| Transform(double &, double &, double &, double &) | DrawDriver | |
| UnSetLayer(int layer) | DrawDriver | |
| WindowsPolygon(void) | DrawDriver | |
| WindowsPolygon_NoOutLine() | DrawDriver | |
| WindowsPolyline(void) | DrawDriver | |
| WindowsSpline(void) | DrawDriver | |
| Write(GdsII *) | DrawDriver | |
| Write(Point *) | DrawDriver | |
| Write(Segment *) | DrawDriver | |
| Write(G_Polygon *) | DrawDriver | |
| Write(G_Polyline *) | DrawDriver | |
| WriteDirect(ElementList *) | DrawDriver | |
| WriteDirect(Path *_Path) | DrawDriver | |
| WriteDirect(Boundary *_Boundary) | DrawDriver | |
| WriteDirect(G_Polygon *_Polygon) (defined in DrawDriver) | DrawDriver | |
| WriteDirect(Box *_Box) | DrawDriver | |
| WriteDirect(SLine *line) | DrawDriver | |
| WriteDirect(Circle *_Circle) | DrawDriver | |
| WriteDirect(Text *) | DrawDriver | |
| WriteDirect(Arcseg *) | DrawDriver | |
| wxDoubleDCBase() | wxDoubleDCBase | |
| ~DrawDriver() | DrawDriver | |
| ~wxDoubleDCBase() | wxDoubleDCBase | [virtual] |
Member List -- Thu Nov 28 21:24:57 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . --