KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::CAIRO_PRINT_GAL Member List

This is the complete list of members for KIGFX::CAIRO_PRINT_GAL, including all inherited members.

AdvanceDepth()KIGFX::GALinline
angle_xform(double aAngle)KIGFX::CAIRO_GAL_BASEprotected
arc_angles_xform_and_normalize(double &aStartAngle, double &aEndAngle)KIGFX::CAIRO_GAL_BASEprotected
BeginDrawing() overrideKIGFX::CAIRO_GAL_BASEvirtual
BeginGroup() overrideKIGFX::CAIRO_GAL_BASEvirtual
beginUpdate()KIGFX::GALinlineprotectedvirtual
BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle)KIGFX::GALvirtual
blitCursor(wxMemoryDC &clientDC)KIGFX::CAIRO_GAL_BASEprotected
CAIRO_GAL_BASE(GAL_DISPLAY_OPTIONS &aDisplayOptions)KIGFX::CAIRO_GAL_BASE
CAIRO_PRINT_GAL(GAL_DISPLAY_OPTIONS &aDisplayOptions, std::unique_ptr< CAIRO_PRINT_CTX > aContext)KIGFX::CAIRO_PRINT_GAL
ChangeGroupColor(int aGroupNumber, const COLOR4D &aNewColor) overrideKIGFX::CAIRO_GAL_BASEvirtual
ChangeGroupDepth(int aGroupNumber, int aDepth) overrideKIGFX::CAIRO_GAL_BASEvirtual
ClearCache() overrideKIGFX::CAIRO_GAL_BASEvirtual
ClearScreen() overrideKIGFX::CAIRO_GAL_BASEvirtual
ClearTarget(RENDER_TARGET aTarget)KIGFX::GALinlinevirtual
CMD_CALL_GROUP enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_FILL_PATH enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_RESTORE enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_ROTATE enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SAVE enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SCALE enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SET_FILL enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SET_FILLCOLOR enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SET_LINE_WIDTH enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SET_STROKE enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_SET_STROKECOLOR enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_STROKE_PATH enum valueKIGFX::CAIRO_GAL_BASEprotected
CMD_TRANSLATE enum valueKIGFX::CAIRO_GAL_BASEprotected
computeMinGridSpacing() constKIGFX::GALprotected
computeWorldScale()KIGFX::GALinlineprotected
ComputeWorldScreenMatrix() overrideKIGFX::CAIRO_PRINT_GALvirtual
Create(GAL_DISPLAY_OPTIONS &aOptions, wxDC *aDC)KIGFX::GAL_PRINTstatic
DeleteGroup(int aGroupNumber) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawArc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawArcSegment(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle, double aWidth, double aMaxError) overrideKIGFX::CAIRO_GAL_BASEvirtual
drawAxes(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint)KIGFX::CAIRO_GAL_BASEprotected
DrawBitmap(const BITMAP_BASE &aBitmap, double alphaBlend=1.0) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawCircle(const VECTOR2D &aCenterPoint, double aRadius) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawCursor(const VECTOR2D &aCursorPosition) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawCurve(const VECTOR2D &startPoint, const VECTOR2D &controlPointA, const VECTOR2D &controlPointB, const VECTOR2D &endPoint, double aFilterValue=0.0) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawGlyph(const KIFONT::GLYPH &aPolySet, int aNth, int aTotal) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawGlyphs(const std::vector< std::unique_ptr< KIFONT::GLYPH > > &aGlyphs) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawGrid() overrideKIGFX::CAIRO_GAL_BASEvirtual
drawGridCross(const VECTOR2D &aPoint)KIGFX::CAIRO_GAL_BASEprotected
drawGridLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint)KIGFX::CAIRO_GAL_BASEprotected
drawGridPoint(const VECTOR2D &aPoint, double aWidth, double aHeight)KIGFX::CAIRO_GAL_BASEprotected
DrawGroup(int aGroupNumber) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) overrideKIGFX::CAIRO_GAL_BASEvirtual
drawPoly(const std::deque< VECTOR2D > &aPointList)KIGFX::CAIRO_GAL_BASEprotected
drawPoly(const std::vector< VECTOR2D > &aPointList)KIGFX::CAIRO_GAL_BASEprotected
drawPoly(const VECTOR2D aPointList[], int aListSize)KIGFX::CAIRO_GAL_BASEprotected
drawPoly(const SHAPE_LINE_CHAIN &aLineChain)KIGFX::CAIRO_GAL_BASEprotected
DrawPolygon(const std::deque< VECTOR2D > &aPointList) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawPolygon(const VECTOR2D aPointList[], int aListSize) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawPolygon(const SHAPE_POLY_SET &aPolySet, bool aStrokeTriangulation=false) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawPolygon(const SHAPE_LINE_CHAIN &aPolySet) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawPolyline(const std::deque< VECTOR2D > &aPointList) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawPolyline(const VECTOR2D aPointList[], int aListSize) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawPolyline(const SHAPE_LINE_CHAIN &aLineChain) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
KIGFX::GAL::DrawPolyline(const std::vector< VECTOR2D > &aPointList)KIGFX::GALinlinevirtual
DrawPolylines(const std::vector< std::vector< VECTOR2D > > &aPointLists) overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
DrawRectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) overrideKIGFX::CAIRO_GAL_BASEvirtual
KIGFX::GAL::DrawRectangle(const BOX2I &aRect)KIGFX::GALinline
DrawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawSegmentChain(const std::vector< VECTOR2D > &aPointList, double aWidth) overrideKIGFX::CAIRO_GAL_BASEvirtual
DrawSegmentChain(const SHAPE_LINE_CHAIN &aLineChain, double aWidth) overrideKIGFX::CAIRO_GAL_BASEvirtual
EnableDepthTest(bool aEnabled=false) overrideKIGFX::CAIRO_GAL_BASEvirtual
EndDiffLayer()KIGFX::GALinlinevirtual
EndDrawing() overrideKIGFX::CAIRO_GAL_BASEvirtual
EndGroup() overrideKIGFX::CAIRO_GAL_BASEvirtual
EndNegativesLayer()KIGFX::GALinlinevirtual
endUpdate()KIGFX::GALinlineprotectedvirtual
Flush() overrideKIGFX::CAIRO_GAL_BASEvirtual
flushPath()KIGFX::CAIRO_GAL_BASEprotected
GAL(GAL_DISPLAY_OPTIONS &aOptions)KIGFX::GAL
GAL_FORMATKIGFX::CAIRO_GAL_BASEprotectedstatic
GetClearColor() constKIGFX::GALinline
getCursorColor() constKIGFX::GALprotected
GetFillColor() constKIGFX::GALinline
GetGAL() overrideKIGFX::CAIRO_PRINT_GALinlinevirtual
GetGlyphSize() constKIGFX::GALinline
GetGridLineWidth() constKIGFX::GALinline
GetGridOrigin() constKIGFX::GALinline
GetGridPoint(const VECTOR2D &aPoint) constKIGFX::GAL
GetGridSize() constKIGFX::GALinline
GetGridSnapping() constKIGFX::GALinline
GetGridVisibility() constKIGFX::GALinline
GetHorizontalJustify() constKIGFX::GALinline
GetLineWidth() constKIGFX::GALinline
GetLookAtPoint() constKIGFX::GALinline
GetMaxDepth() constKIGFX::GALinline
GetMinDepth() constKIGFX::GALinline
getNewGroupNumber()KIGFX::CAIRO_GAL_BASEprotected
GetPrintCtx() const overrideKIGFX::CAIRO_PRINT_GALinlinevirtual
GetRotation() constKIGFX::GALinline
GetScreenPixelSize() constKIGFX::GALinline
GetScreenWorldMatrix() constKIGFX::GALinline
GetStrokeColor() constKIGFX::GALinline
GetSwapInterval() constKIGFX::GALinlinevirtual
GetTarget() constKIGFX::GALinlinevirtual
GetVerticalJustify() constKIGFX::GALinline
GetVisibleGridSize() constKIGFX::GALinline
GetVisibleWorldExtents() constKIGFX::GAL
GetWorldScale() constKIGFX::GALinline
GetWorldScreenMatrix() constKIGFX::GALinline
GetZoomFactor() constKIGFX::GALinline
GRAPHICS_COMMAND enum nameKIGFX::CAIRO_GAL_BASEprotected
GRID_DEPTHKIGFX::GALprotectedstatic
GROUP typedefKIGFX::CAIRO_GAL_BASEprotected
HasTarget(RENDER_TARGET aTarget)KIGFX::GALinlinevirtual
IsCairoEngine() overrideKIGFX::CAIRO_GAL_BASEinlinevirtual
IsContextLocked()KIGFX::GALinlinevirtual
IsCursorEnabled() constKIGFX::GALinline
IsFlippedX() constKIGFX::GALinline
IsFlippedY() constKIGFX::GALinline
IsFontBold() constKIGFX::GALinline
IsFontItalic() constKIGFX::GALinline
IsFontUnderlined() constKIGFX::GALinline
IsInitialized() constKIGFX::GALinlinevirtual
isLandscape() constKIGFX::CAIRO_PRINT_GALinlineprivate
IsOpenGlEngine()KIGFX::GALinlinevirtual
IsTextMirrored() constKIGFX::GALinline
IsVisible() constKIGFX::GALinlinevirtual
LockContext(int aClientCookie)KIGFX::GALinlinevirtual
m_attributesKIGFX::GALprivate
m_axesColorKIGFX::GALprotected
m_axesEnabledKIGFX::GALprotected
m_cairoWorldScreenMatrixKIGFX::CAIRO_GAL_BASEprotected
m_clearColorKIGFX::GALprotected
m_contextKIGFX::CAIRO_GAL_BASEprotected
m_currentContextKIGFX::CAIRO_GAL_BASEprotected
m_currentGroupKIGFX::CAIRO_GAL_BASEprotected
m_currentNativeCursorKIGFX::GALprotected
m_currentWorld2ScreenKIGFX::CAIRO_GAL_BASEprotected
m_currentXformKIGFX::CAIRO_GAL_BASEprotected
m_cursorColorKIGFX::GALprotected
m_cursorPositionKIGFX::GALprotected
m_depthRangeKIGFX::GALprotected
m_depthStackKIGFX::GALprotected
m_fillColorKIGFX::GALprotected
m_forceDisplayCursorKIGFX::GALprotected
m_fullscreenCursorKIGFX::GALprotected
m_globalFlipXKIGFX::GALprotected
m_globalFlipYKIGFX::GALprotected
m_gridColorKIGFX::GALprotected
m_gridLineWidthKIGFX::GALprotected
m_gridMinSpacingKIGFX::GALprotected
m_gridOffsetKIGFX::GALprotected
m_gridOriginKIGFX::GALprotected
m_gridSizeKIGFX::GALprotected
m_gridStyleKIGFX::GALprotected
m_gridTickKIGFX::GALprotected
m_gridVisibilityKIGFX::GALprotected
m_groupCounterKIGFX::CAIRO_GAL_BASEprotected
m_groupsKIGFX::CAIRO_GAL_BASEprotected
m_hasNativeLandscapeRotationKIGFX::CAIRO_PRINT_GALprivate
m_imageSurfacesKIGFX::CAIRO_GAL_BASEprotected
m_isCursorEnabledKIGFX::GALprotected
m_isElementAddedKIGFX::CAIRO_GAL_BASEprotected
m_isFillEnabledKIGFX::GALprotected
m_isGroupingKIGFX::CAIRO_GAL_BASEprotected
m_isStrokeEnabledKIGFX::GALprotected
m_layerDepthKIGFX::GALprotected
m_lineWidthKIGFX::GALprotected
m_lineWidthInPixelsKIGFX::CAIRO_GAL_BASEprotected
m_lineWidthIsOddKIGFX::CAIRO_GAL_BASEprotected
m_lookAtPointKIGFX::GALprotected
m_nativePaperSizeKIGFX::CAIRO_PRINT_GALprivate
m_observerLinkKIGFX::GALprotected
m_optionsKIGFX::GALprotected
m_printCtxKIGFX::CAIRO_PRINT_GALprivate
m_rotationKIGFX::GALprotected
m_screenDPIKIGFX::GALprotected
m_screenSizeKIGFX::GALprotected
m_screenWorldMatrixKIGFX::GALprotected
m_strokeColorKIGFX::GALprotected
m_surfaceKIGFX::CAIRO_GAL_BASEprotected
m_worldScaleKIGFX::GALprotected
m_worldScreenMatrixKIGFX::GALprotected
m_worldUnitLengthKIGFX::GALprotected
m_xformStackKIGFX::CAIRO_GAL_BASEprotected
m_zoomFactorKIGFX::GALprotected
MAX_CAIRO_ARGUMENTSKIGFX::CAIRO_GAL_BASEprotectedstatic
MAX_DEPTHKIGFX::GALprotectedstatic
MIN_DEPTHKIGFX::GALprotectedstatic
OnGalDisplayOptionsChanged(const GAL_DISPLAY_OPTIONS &aOptions) overrideKIGFX::GALprotectedvirtual
PopDepth()KIGFX::GALinline
PushDepth()KIGFX::GALinline
resetContext()KIGFX::CAIRO_GAL_BASEprotected
ResetTextAttributes()KIGFX::GAL
ResizeScreen(int aWidth, int aHeight) overrideKIGFX::CAIRO_GAL_BASEvirtual
Restore() overrideKIGFX::CAIRO_GAL_BASEvirtual
Rotate(double aAngle) overrideKIGFX::CAIRO_GAL_BASEvirtual
roundp(const VECTOR2D &v)KIGFX::CAIRO_GAL_BASEprotected
Save() overrideKIGFX::CAIRO_GAL_BASEvirtual
Scale(const VECTOR2D &aScale) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetAxesColor(const COLOR4D &aAxesColor)KIGFX::GALinline
SetAxesEnabled(bool aAxesEnabled)KIGFX::GALinline
SetClearColor(const COLOR4D &aColor)KIGFX::GALinline
SetCoarseGrid(int aInterval)KIGFX::GALinline
SetCursorColor(const COLOR4D &aCursorColor)KIGFX::GALinline
SetCursorEnabled(bool aCursorEnabled)KIGFX::GALinline
SetDepthRange(const VECTOR2D &aDepthRange)KIGFX::GALinline
SetFillColor(const COLOR4D &aColor) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetFlip(bool xAxis, bool yAxis)KIGFX::GALinline
SetFontBold(const bool aBold)KIGFX::GALinline
SetFontItalic(bool aItalic)KIGFX::GALinline
SetFontUnderlined(bool aUnderlined)KIGFX::GALinline
SetGlyphSize(const VECTOR2I aSize)KIGFX::GALinline
SetGridColor(const COLOR4D &aGridColor)KIGFX::GALinline
SetGridOrigin(const VECTOR2D &aGridOrigin)KIGFX::GALinline
SetGridSize(const VECTOR2D &aGridSize)KIGFX::GALinline
SetGridVisibility(bool aVisibility)KIGFX::GALinline
SetHorizontalJustify(const GR_TEXT_H_ALIGN_T aHorizontalJustify)KIGFX::GALinline
SetIsFill(bool aIsFillEnabled) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetIsStroke(bool aIsStrokeEnabled) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetLayerDepth(double aLayerDepth) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetLineWidth(float aLineWidth) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetLookAtPoint(const VECTOR2D &aPoint)KIGFX::GALinline
SetNativeCursorStyle(KICURSOR aCursor)KIGFX::GALvirtual
SetNativePaperSize(const VECTOR2D &aSize, bool aRotateIfLandscape) overrideKIGFX::CAIRO_PRINT_GALvirtual
SetNegativeDrawMode(bool aSetting) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetRotation(double aRotation)KIGFX::GALinline
SetScreenDPI(double aScreenDPI)KIGFX::GALinline
SetScreenSize(const VECTOR2I &aSize)KIGFX::GALinline
SetSheetSize(const VECTOR2D &aSize) overrideKIGFX::CAIRO_PRINT_GALvirtual
SetStrokeColor(const COLOR4D &aColor) overrideKIGFX::CAIRO_GAL_BASEvirtual
SetTarget(RENDER_TARGET aTarget)KIGFX::GALinlinevirtual
SetTextMirrored(const bool aMirrored)KIGFX::GALinline
SetVerticalJustify(const GR_TEXT_V_ALIGN_T aVerticalJustify)KIGFX::GALinline
SetWorldScreenMatrix(const MATRIX3x3D &aMatrix)KIGFX::GALinline
SetWorldUnitLength(double aWorldUnitLength)KIGFX::GALinline
SetZoomFactor(double aZoomFactor)KIGFX::GALinline
Show(bool aShow)KIGFX::GALinlinevirtual
StartDiffLayer()KIGFX::GALinlinevirtual
StartNegativesLayer()KIGFX::GALinlinevirtual
storePath()KIGFX::CAIRO_GAL_BASEprotected
super typedefKIGFX::CAIRO_GAL_BASEprotected
syncLineWidth(bool aForceWidth=false, double aWidth=0.0)KIGFX::CAIRO_GAL_BASEprotected
ToScreen(const VECTOR2D &aPoint) constKIGFX::GALinline
ToWorld(const VECTOR2D &aPoint) constKIGFX::GALinline
Transform(const MATRIX3x3D &aTransformation) overrideKIGFX::CAIRO_GAL_BASEvirtual
Translate(const VECTOR2D &aTranslation) overrideKIGFX::CAIRO_GAL_BASEvirtual
UnlockContext(int aClientCookie)KIGFX::GALinlinevirtual
updatedGalDisplayOptions(const GAL_DISPLAY_OPTIONS &aOptions)KIGFX::GALprotectedvirtual
updateWorldScreenMatrix()KIGFX::CAIRO_GAL_BASEprotected
xform(double x)KIGFX::CAIRO_GAL_BASEprotected
xform(double x, double y)KIGFX::CAIRO_GAL_BASEprotected
xform(const VECTOR2D &aP)KIGFX::CAIRO_GAL_BASEprotected
~CAIRO_GAL_BASE()KIGFX::CAIRO_GAL_BASE
~GAL()KIGFX::GALvirtual
~GAL_DISPLAY_OPTIONS_OBSERVER()KIGFX::GAL_DISPLAY_OPTIONS_OBSERVERinlineprivatevirtual
~GAL_PRINT()KIGFX::GAL_PRINTinlinevirtual