| AdvanceDepth() | KIGFX::GAL | inline | 
  | allocateBitmaps() | KIGFX::CAIRO_GAL |  | 
  | angle_xform(double aAngle) | KIGFX::CAIRO_GAL_BASE | protected | 
  | arc_angles_xform_and_normalize(double &aStartAngle, double &aEndAngle) | KIGFX::CAIRO_GAL_BASE | protected | 
  | BeginDrawing() override | KIGFX::CAIRO_GAL | virtual | 
  | BeginGroup() override | KIGFX::CAIRO_GAL | virtual | 
  | beginUpdate() | KIGFX::GAL | inlineprotectedvirtual | 
  | BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle) | KIGFX::GAL | virtual | 
  | blitCursor(wxMemoryDC &clientDC) | KIGFX::CAIRO_GAL_BASE | protected | 
  | CAIRO_GAL(GAL_DISPLAY_OPTIONS &aDisplayOptions, wxWindow *aParent, wxEvtHandler *aMouseListener=nullptr, wxEvtHandler *aPaintListener=nullptr, const wxString &aName=wxT("CairoCanvas")) | KIGFX::CAIRO_GAL |  | 
  | CAIRO_GAL_BASE(GAL_DISPLAY_OPTIONS &aDisplayOptions) | KIGFX::CAIRO_GAL_BASE |  | 
  | ChangeGroupColor(int aGroupNumber, const COLOR4D &aNewColor) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | ChangeGroupDepth(int aGroupNumber, int aDepth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | ClearCache() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | ClearScreen() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | ClearTarget(RENDER_TARGET aTarget) override | KIGFX::CAIRO_GAL | virtual | 
  | CMD_CALL_GROUP enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_FILL_PATH enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_RESTORE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_ROTATE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SAVE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SCALE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SET_FILL enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SET_FILLCOLOR enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SET_LINE_WIDTH enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SET_STROKE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_SET_STROKECOLOR enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_STROKE_PATH enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | CMD_TRANSLATE enum value | KIGFX::CAIRO_GAL_BASE | protected | 
  | computeMinGridSpacing() const | KIGFX::GAL | protected | 
  | computeWorldScale() | KIGFX::GAL | inlineprotected | 
  | ComputeWorldScreenMatrix() | KIGFX::GAL | virtual | 
  | deinitSurface() | KIGFX::CAIRO_GAL |  | 
  | deleteBitmaps() | KIGFX::CAIRO_GAL |  | 
  | DeleteGroup(int aGroupNumber) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawArc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawArcSegment(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle, double aWidth, double aMaxError) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | drawAxes(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | KIGFX::CAIRO_GAL_BASE | protected | 
  | DrawBitmap(const BITMAP_BASE &aBitmap, double alphaBlend=1.0) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawCircle(const VECTOR2D &aCenterPoint, double aRadius) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawCursor(const VECTOR2D &aCursorPosition) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawCurve(const VECTOR2D &startPoint, const VECTOR2D &controlPointA, const VECTOR2D &controlPointB, const VECTOR2D &endPoint, double aFilterValue=0.0) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawGlyph(const KIFONT::GLYPH &aPolySet, int aNth, int aTotal) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawGlyphs(const std::vector< std::unique_ptr< KIFONT::GLYPH > > &aGlyphs) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawGrid() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | drawGridCross(const VECTOR2D &aPoint) | KIGFX::CAIRO_GAL_BASE | protected | 
  | drawGridLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) | KIGFX::CAIRO_GAL_BASE | protected | 
  | drawGridPoint(const VECTOR2D &aPoint, double aWidth, double aHeight) | KIGFX::CAIRO_GAL_BASE | protected | 
  | DrawGroup(int aGroupNumber) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawHoleWall(const VECTOR2D &aCenterPoint, double aHoleRadius, double aWallWidth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | drawPoly(const std::deque< VECTOR2D > &aPointList) | KIGFX::CAIRO_GAL_BASE | protected | 
  | drawPoly(const std::vector< VECTOR2D > &aPointList) | KIGFX::CAIRO_GAL_BASE | protected | 
  | drawPoly(const VECTOR2D aPointList[], int aListSize) | KIGFX::CAIRO_GAL_BASE | protected | 
  | drawPoly(const SHAPE_LINE_CHAIN &aLineChain) | KIGFX::CAIRO_GAL_BASE | protected | 
  | DrawPolygon(const std::deque< VECTOR2D > &aPointList) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawPolygon(const VECTOR2D aPointList[], int aListSize) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawPolygon(const SHAPE_POLY_SET &aPolySet, bool aStrokeTriangulation=false) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawPolygon(const SHAPE_LINE_CHAIN &aPolySet) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawPolyline(const std::deque< VECTOR2D > &aPointList) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawPolyline(const VECTOR2D aPointList[], int aListSize) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawPolyline(const SHAPE_LINE_CHAIN &aLineChain) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | KIGFX::GAL::DrawPolyline(const std::vector< VECTOR2D > &aPointList) | KIGFX::GAL | inlinevirtual | 
  | DrawPolylines(const std::vector< std::vector< VECTOR2D > > &aPointLists) override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | DrawRectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | KIGFX::GAL::DrawRectangle(const BOX2I &aRect) | KIGFX::GAL | inline | 
  | DrawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawSegmentChain(const std::vector< VECTOR2D > &aPointList, double aWidth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | DrawSegmentChain(const SHAPE_LINE_CHAIN &aLineChain, double aWidth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | EnableDepthTest(bool aEnabled=false) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | EndDiffLayer() override | KIGFX::CAIRO_GAL | virtual | 
  | EndDrawing() override | KIGFX::CAIRO_GAL | virtual | 
  | EndGroup() override | KIGFX::CAIRO_GAL | virtual | 
  | EndNegativesLayer() override | KIGFX::CAIRO_GAL | virtual | 
  | endUpdate() | KIGFX::GAL | inlineprotectedvirtual | 
  | Flush() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | flushPath() | KIGFX::CAIRO_GAL_BASE | protected | 
  | GAL(GAL_DISPLAY_OPTIONS &aOptions) | KIGFX::GAL |  | 
  | GAL_FORMAT | KIGFX::CAIRO_GAL_BASE | protectedstatic | 
  | GetClearColor() const | KIGFX::GAL | inline | 
  | getCursorColor() const | KIGFX::GAL | protected | 
  | GetFillColor() const | KIGFX::GAL | inline | 
  | GetGlyphSize() const | KIGFX::GAL | inline | 
  | GetGridLineWidth() const | KIGFX::GAL | inline | 
  | GetGridOrigin() const | KIGFX::GAL | inline | 
  | GetGridPoint(const VECTOR2D &aPoint) const | KIGFX::GAL |  | 
  | GetGridSize() const | KIGFX::GAL | inline | 
  | GetGridSnapping() const | KIGFX::GAL | inline | 
  | GetGridVisibility() const | KIGFX::GAL | inline | 
  | GetHorizontalJustify() const | KIGFX::GAL | inline | 
  | GetIsFill() const | KIGFX::GAL | inline | 
  | GetIsStroke() const | KIGFX::GAL | inline | 
  | getLayerDepth() const | KIGFX::GAL | inlineprivate | 
  | GetLineWidth() const | KIGFX::GAL | inline | 
  | GetLookAtPoint() const | KIGFX::GAL | inline | 
  | GetMaxDepth() const | KIGFX::GAL | inline | 
  | GetMinDepth() const | KIGFX::GAL | inline | 
  | GetMinLineWidth() const | KIGFX::GAL | inline | 
  | getNewGroupNumber() | KIGFX::CAIRO_GAL_BASE | protected | 
  | GetRotation() const | KIGFX::GAL | inline | 
  | GetScreenDPI() const | KIGFX::GAL | inline | 
  | GetScreenPixelSize() const | KIGFX::GAL | inline | 
  | GetScreenWorldMatrix() const | KIGFX::GAL | inline | 
  | GetStrokeColor() const | KIGFX::GAL | inline | 
  | GetSwapInterval() const | KIGFX::GAL | inlinevirtual | 
  | GetTarget() const override | KIGFX::CAIRO_GAL | virtual | 
  | GetVerticalJustify() const | KIGFX::GAL | inline | 
  | GetVisibleGridSize() const | KIGFX::GAL | inline | 
  | GetVisibleWorldExtents() const | KIGFX::GAL |  | 
  | GetWorldScale() const | KIGFX::GAL | inline | 
  | GetWorldScreenMatrix() const | KIGFX::GAL | inline | 
  | GetZoomFactor() const | KIGFX::GAL | inline | 
  | GRAPHICS_COMMAND enum name | KIGFX::CAIRO_GAL_BASE | protected | 
  | GRID_DEPTH | KIGFX::GAL | protectedstatic | 
  | GROUP typedef | KIGFX::CAIRO_GAL_BASE | protected | 
  | HasTarget(RENDER_TARGET aTarget) | KIGFX::GAL | inlinevirtual | 
  | initSurface() | KIGFX::CAIRO_GAL |  | 
  | IsCairoEngine() override | KIGFX::CAIRO_GAL_BASE | inlinevirtual | 
  | IsContextLocked() | KIGFX::GAL | inlinevirtual | 
  | IsCursorEnabled() const | KIGFX::GAL | inline | 
  | IsFlippedX() const | KIGFX::GAL | inline | 
  | IsFlippedY() const | KIGFX::GAL | inline | 
  | IsFontBold() const | KIGFX::GAL | inline | 
  | IsFontItalic() const | KIGFX::GAL | inline | 
  | IsFontUnderlined() const | KIGFX::GAL | inline | 
  | IsInitialized() const | KIGFX::GAL | inlinevirtual | 
  | IsOpenGlEngine() | KIGFX::GAL | inlinevirtual | 
  | IsTextMirrored() const | KIGFX::GAL | inline | 
  | IsVisible() const override | KIGFX::CAIRO_GAL | inlinevirtual | 
  | LockContext(int aClientCookie) | KIGFX::GAL | inlinevirtual | 
  | m_attributes | KIGFX::GAL | private | 
  | m_axesColor | KIGFX::GAL | protected | 
  | m_axesEnabled | KIGFX::GAL | protected | 
  | m_backgroundColor | KIGFX::CAIRO_GAL | protected | 
  | m_bitmapBuffer | KIGFX::CAIRO_GAL | protected | 
  | m_bufferSize | KIGFX::CAIRO_GAL | protected | 
  | m_cairoWorldScreenMatrix | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_clearColor | KIGFX::GAL | protected | 
  | m_compositor | KIGFX::CAIRO_GAL | protected | 
  | m_context | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_crossHairMode | KIGFX::GAL | protected | 
  | m_currentContext | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_currentGroup | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_currentNativeCursor | KIGFX::GAL | protected | 
  | m_currentTarget | KIGFX::CAIRO_GAL | protected | 
  | m_currentWorld2Screen | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_currentwxCursor | KIGFX::CAIRO_GAL | protected | 
  | m_currentXform | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_cursorColor | KIGFX::GAL | protected | 
  | m_cursorPosition | KIGFX::GAL | protected | 
  | m_depthRange | KIGFX::GAL | protected | 
  | m_depthStack | KIGFX::GAL | protected | 
  | m_fillColor | KIGFX::GAL | protected | 
  | m_forceDisplayCursor | KIGFX::GAL | protected | 
  | m_globalFlipX | KIGFX::GAL | protected | 
  | m_globalFlipY | KIGFX::GAL | protected | 
  | m_gridColor | KIGFX::GAL | protected | 
  | m_gridLineWidth | KIGFX::GAL | protected | 
  | m_gridMinSpacing | KIGFX::GAL | protected | 
  | m_gridOffset | KIGFX::GAL | protected | 
  | m_gridOrigin | KIGFX::GAL | protected | 
  | m_gridSize | KIGFX::GAL | protected | 
  | m_gridStyle | KIGFX::GAL | protected | 
  | m_gridTick | KIGFX::GAL | protected | 
  | m_gridVisibility | KIGFX::GAL | protected | 
  | m_groupCounter | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_groups | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_imageSurfaces | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_isCursorEnabled | KIGFX::GAL | protected | 
  | m_isElementAdded | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_isFillEnabled | KIGFX::GAL | protected | 
  | m_isGrouping | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_isInitialized | KIGFX::CAIRO_GAL | protected | 
  | m_isStrokeEnabled | KIGFX::GAL | protected | 
  | m_layerDepth | KIGFX::GAL | protected | 
  | m_lineWidth | KIGFX::GAL | protected | 
  | m_lineWidthInPixels | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_lineWidthIsOdd | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_lookAtPoint | KIGFX::GAL | protected | 
  | m_mainBuffer | KIGFX::CAIRO_GAL | protected | 
  | m_minLineWidth | KIGFX::GAL | protected | 
  | m_mouseListener | KIGFX::CAIRO_GAL | protected | 
  | m_observerLink | KIGFX::GAL | protected | 
  | m_options | KIGFX::GAL | protected | 
  | m_overlayBuffer | KIGFX::CAIRO_GAL | protected | 
  | m_paintListener | KIGFX::CAIRO_GAL | protected | 
  | m_parentWindow | KIGFX::CAIRO_GAL | protected | 
  | m_rotation | KIGFX::GAL | protected | 
  | m_savedBuffer | KIGFX::CAIRO_GAL | protected | 
  | m_screenDPI | KIGFX::GAL | protected | 
  | m_screenSize | KIGFX::GAL | protected | 
  | m_screenWorldMatrix | KIGFX::GAL | protected | 
  | m_stride | KIGFX::CAIRO_GAL | protected | 
  | m_strokeColor | KIGFX::GAL | protected | 
  | m_surface | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_tempBuffer | KIGFX::CAIRO_GAL | protected | 
  | m_validCompositor | KIGFX::CAIRO_GAL | protected | 
  | m_worldScale | KIGFX::GAL | protected | 
  | m_worldScreenMatrix | KIGFX::GAL | protected | 
  | m_worldUnitLength | KIGFX::GAL | protected | 
  | m_wxBufferWidth | KIGFX::CAIRO_GAL | protected | 
  | m_wxOutput | KIGFX::CAIRO_GAL | protected | 
  | m_xformStack | KIGFX::CAIRO_GAL_BASE | protected | 
  | m_zoomFactor | KIGFX::GAL | protected | 
  | MAX_CAIRO_ARGUMENTS | KIGFX::CAIRO_GAL_BASE | protectedstatic | 
  | MAX_DEPTH | KIGFX::GAL | protectedstatic | 
  | MIN_DEPTH | KIGFX::GAL | protectedstatic | 
  | normalize(T &a, T &b) | KIGFX::GAL | inlineprotected | 
  | OnGalDisplayOptionsChanged(const GAL_DISPLAY_OPTIONS &aOptions) override | KIGFX::GAL | protectedvirtual | 
  | onPaint(wxPaintEvent &aEvent) | KIGFX::CAIRO_GAL |  | 
  | onSetNativeCursor(wxSetCursorEvent &aEvent) | KIGFX::CAIRO_GAL |  | 
  | PostPaint(wxPaintEvent &aEvent) | KIGFX::CAIRO_GAL |  | 
  | resetContext() | KIGFX::CAIRO_GAL_BASE | protected | 
  | ResetTextAttributes() | KIGFX::GAL |  | 
  | ResizeScreen(int aWidth, int aHeight) override | KIGFX::CAIRO_GAL | virtual | 
  | Restore() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | Rotate(double aAngle) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | roundp(const VECTOR2D &v) | KIGFX::CAIRO_GAL_BASE | protected | 
  | Save() override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | Scale(const VECTOR2D &aScale) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetAxesColor(const COLOR4D &aAxesColor) | KIGFX::GAL | inline | 
  | SetAxesEnabled(bool aAxesEnabled) | KIGFX::GAL | inline | 
  | SetClearColor(const COLOR4D &aColor) | KIGFX::GAL | inline | 
  | SetCoarseGrid(int aInterval) | KIGFX::GAL | inline | 
  | setCompositor() | KIGFX::CAIRO_GAL |  | 
  | SetCursorColor(const COLOR4D &aCursorColor) | KIGFX::GAL | inline | 
  | SetCursorEnabled(bool aCursorEnabled) | KIGFX::GAL | inline | 
  | SetDepthRange(const VECTOR2D &aDepthRange) | KIGFX::GAL | inline | 
  | SetFillColor(const COLOR4D &aColor) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetFlip(bool xAxis, bool yAxis) | KIGFX::GAL | inline | 
  | SetFontBold(const bool aBold) | KIGFX::GAL | inline | 
  | SetFontItalic(bool aItalic) | KIGFX::GAL | inline | 
  | SetFontUnderlined(bool aUnderlined) | KIGFX::GAL | inline | 
  | SetGlyphSize(const VECTOR2I aSize) | KIGFX::GAL | inline | 
  | SetGridColor(const COLOR4D &aGridColor) | KIGFX::GAL | inline | 
  | SetGridOrigin(const VECTOR2D &aGridOrigin) | KIGFX::GAL | inline | 
  | SetGridSize(const VECTOR2D &aGridSize) | KIGFX::GAL | inline | 
  | SetGridVisibility(bool aVisibility) | KIGFX::GAL | inline | 
  | SetHorizontalJustify(const GR_TEXT_H_ALIGN_T aHorizontalJustify) | KIGFX::GAL | inline | 
  | SetIsFill(bool aIsFillEnabled) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetIsStroke(bool aIsStrokeEnabled) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetLayerDepth(double aLayerDepth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetLineWidth(float aLineWidth) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetLookAtPoint(const VECTOR2D &aPoint) | KIGFX::GAL | inline | 
  | SetMinLineWidth(float aLineWidth) | KIGFX::GAL | inlinevirtual | 
  | SetMouseListener(wxEvtHandler *aMouseListener) | KIGFX::CAIRO_GAL | inline | 
  | SetNativeCursorStyle(KICURSOR aCursor, bool aHiDPI) override | KIGFX::CAIRO_GAL | virtual | 
  | SetNegativeDrawMode(bool aSetting) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetPaintListener(wxEvtHandler *aPaintListener) | KIGFX::CAIRO_GAL | inline | 
  | SetRotation(double aRotation) | KIGFX::GAL | inline | 
  | SetScreenDPI(double aScreenDPI) | KIGFX::GAL | inline | 
  | SetScreenSize(const VECTOR2I &aSize) | KIGFX::GAL | inline | 
  | SetStrokeColor(const COLOR4D &aColor) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | SetTarget(RENDER_TARGET aTarget) override | KIGFX::CAIRO_GAL | virtual | 
  | SetTextMirrored(const bool aMirrored) | KIGFX::GAL | inline | 
  | SetVerticalJustify(const GR_TEXT_V_ALIGN_T aVerticalJustify) | KIGFX::GAL | inline | 
  | SetWorldScreenMatrix(const MATRIX3x3D &aMatrix) | KIGFX::GAL | inline | 
  | SetWorldUnitLength(double aWorldUnitLength) | KIGFX::GAL | inline | 
  | SetZoomFactor(double aZoomFactor) | KIGFX::GAL | inline | 
  | Show(bool aShow) override | KIGFX::CAIRO_GAL | virtual | 
  | skipGestureEvent(wxGestureEvent &aEvent) | KIGFX::CAIRO_GAL |  | 
  | skipMouseEvent(wxMouseEvent &aEvent) | KIGFX::CAIRO_GAL |  | 
  | StartDiffLayer() override | KIGFX::CAIRO_GAL | virtual | 
  | StartNegativesLayer() override | KIGFX::CAIRO_GAL | virtual | 
  | storePath() | KIGFX::CAIRO_GAL_BASE | protected | 
  | super typedef | KIGFX::CAIRO_GAL_BASE | protected | 
  | syncLineWidth(bool aForceWidth=false, double aWidth=0.0) | KIGFX::CAIRO_GAL_BASE | protected | 
  | ToScreen(const VECTOR2D &aPoint) const | KIGFX::GAL | inline | 
  | ToWorld(const VECTOR2D &aPoint) const | KIGFX::GAL | inline | 
  | Transform(const MATRIX3x3D &aTransformation) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | Translate(const VECTOR2D &aTranslation) override | KIGFX::CAIRO_GAL_BASE | virtual | 
  | UnlockContext(int aClientCookie) | KIGFX::GAL | inlinevirtual | 
  | updatedGalDisplayOptions(const GAL_DISPLAY_OPTIONS &aOptions) override | KIGFX::CAIRO_GAL | virtual | 
  | updateWorldScreenMatrix() | KIGFX::CAIRO_GAL_BASE | protected | 
  | xform(double x) | KIGFX::CAIRO_GAL_BASE | protected | 
  | xform(double x, double y) | KIGFX::CAIRO_GAL_BASE | protected | 
  | xform(const VECTOR2D &aP) | KIGFX::CAIRO_GAL_BASE | protected | 
  | ~CAIRO_GAL() | KIGFX::CAIRO_GAL |  | 
  | ~CAIRO_GAL_BASE() | KIGFX::CAIRO_GAL_BASE |  | 
  | ~GAL() | KIGFX::GAL | virtual | 
  | ~GAL_DISPLAY_OPTIONS_OBSERVER() | KIGFX::GAL_DISPLAY_OPTIONS_OBSERVER | inlineprivatevirtual |