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

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

AdvanceDepth()KIGFX::GALinline
BeginDrawing() overrideKIGFX::OPENGL_GALvirtual
BeginGroup() overrideKIGFX::OPENGL_GALvirtual
beginUpdate() overrideKIGFX::OPENGL_GALprivatevirtual
BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle) overrideKIGFX::OPENGL_GALvirtual
blitCursor()KIGFX::OPENGL_GALprivate
calcAngleStep(double aRadius) constKIGFX::OPENGL_GALinlineprivate
ChangeGroupColor(int aGroupNumber, const COLOR4D &aNewColor) overrideKIGFX::OPENGL_GALvirtual
ChangeGroupDepth(int aGroupNumber, int aDepth) overrideKIGFX::OPENGL_GALvirtual
CheckFeatures(GAL_DISPLAY_OPTIONS &aOptions)KIGFX::OPENGL_GALstatic
ClearCache() overrideKIGFX::OPENGL_GALvirtual
ClearScreen() overrideKIGFX::OPENGL_GALvirtual
ClearTarget(RENDER_TARGET aTarget) overrideKIGFX::OPENGL_GALvirtual
computeBitmapTextSize(const UTF8 &aText) constKIGFX::OPENGL_GALprivate
computeMinGridSpacing() constKIGFX::GALprotected
computeWorldScale()KIGFX::GALinlineprotected
ComputeWorldScreenMatrix() overrideKIGFX::OPENGL_GALvirtual
DeleteGroup(int aGroupNumber) overrideKIGFX::OPENGL_GALvirtual
DrawArc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle) overrideKIGFX::OPENGL_GALvirtual
DrawArcSegment(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle, double aWidth, double aMaxError) overrideKIGFX::OPENGL_GALvirtual
DrawBitmap(const BITMAP_BASE &aBitmap, double alphaBlend=1.0) overrideKIGFX::OPENGL_GALvirtual
drawBitmapChar(unsigned long aChar, bool aReserve=true)KIGFX::OPENGL_GALprivate
drawBitmapOverbar(double aLength, double aHeight, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawCircle(const VECTOR2D &aCenterPoint, double aRadius) overrideKIGFX::OPENGL_GALvirtual
drawCircle(const VECTOR2D &aCenterPoint, double aRadius, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawCursor(const VECTOR2D &aCursorPosition) overrideKIGFX::OPENGL_GALvirtual
DrawCurve(const VECTOR2D &startPoint, const VECTOR2D &controlPointA, const VECTOR2D &controlPointB, const VECTOR2D &endPoint, double aFilterValue=0.0) overrideKIGFX::OPENGL_GALvirtual
drawFilledSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle)KIGFX::OPENGL_GALprivate
DrawGlyph(const KIFONT::GLYPH &aGlyph, int aNth, int aTotal) overrideKIGFX::OPENGL_GALvirtual
DrawGlyphs(const std::vector< std::unique_ptr< KIFONT::GLYPH > > &aGlyphs) overrideKIGFX::OPENGL_GALvirtual
DrawGrid() overrideKIGFX::OPENGL_GALvirtual
DrawGroup(int aGroupNumber) overrideKIGFX::OPENGL_GALvirtual
DrawLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) overrideKIGFX::OPENGL_GALvirtual
drawLineQuad(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawPolygon(const std::deque< VECTOR2D > &aPointList) overrideKIGFX::OPENGL_GALvirtual
DrawPolygon(const VECTOR2D aPointList[], int aListSize) overrideKIGFX::OPENGL_GALvirtual
DrawPolygon(const SHAPE_POLY_SET &aPolySet, bool aStrokeTriangulation=false) overrideKIGFX::OPENGL_GALvirtual
DrawPolygon(const SHAPE_LINE_CHAIN &aPolySet) overrideKIGFX::OPENGL_GALvirtual
drawPolygon(GLdouble *aPoints, int aPointCount)KIGFX::OPENGL_GALprivate
drawPolyline(const std::function< VECTOR2D(int)> &aPointGetter, int aPointCount, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawPolyline(const std::deque< VECTOR2D > &aPointList) overrideKIGFX::OPENGL_GALvirtual
DrawPolyline(const std::vector< VECTOR2D > &aPointList) overrideKIGFX::OPENGL_GALvirtual
DrawPolyline(const VECTOR2D aPointList[], int aListSize) overrideKIGFX::OPENGL_GALvirtual
DrawPolyline(const SHAPE_LINE_CHAIN &aLineChain) overrideKIGFX::OPENGL_GALvirtual
DrawPolylines(const std::vector< std::vector< VECTOR2D > > &aPointLists) overrideKIGFX::OPENGL_GALvirtual
DrawRectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) overrideKIGFX::OPENGL_GALvirtual
KIGFX::GAL::DrawRectangle(const BOX2I &aRect)KIGFX::GALinline
drawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) overrideKIGFX::OPENGL_GALvirtual
drawSegmentChain(const std::function< VECTOR2D(int)> &aPointGetter, int aPointCount, double aWidth, bool aReserve=true)KIGFX::OPENGL_GALprivate
DrawSegmentChain(const std::vector< VECTOR2D > &aPointList, double aWidth) overrideKIGFX::OPENGL_GALvirtual
DrawSegmentChain(const SHAPE_LINE_CHAIN &aLineChain, double aWidth) overrideKIGFX::OPENGL_GALvirtual
drawSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle)KIGFX::OPENGL_GALprivate
drawStrokedSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle, bool aReserve=true)KIGFX::OPENGL_GALprivate
drawTriangulatedPolyset(const SHAPE_POLY_SET &aPoly, bool aStrokeTriangulation)KIGFX::OPENGL_GALprivate
EnableDepthTest(bool aEnabled=false) overrideKIGFX::OPENGL_GALvirtual
EndDiffLayer() overrideKIGFX::OPENGL_GALvirtual
EndDrawing() overrideKIGFX::OPENGL_GALvirtual
EndGroup() overrideKIGFX::OPENGL_GALvirtual
EndNegativesLayer()KIGFX::GALinlinevirtual
endUpdate() overrideKIGFX::OPENGL_GALprivatevirtual
Flush() overrideKIGFX::OPENGL_GALvirtual
g_fontTextureKIGFX::OPENGL_GALprivatestatic
GAL(GAL_DISPLAY_OPTIONS &aOptions)KIGFX::GAL
GetClearColor() constKIGFX::GALinline
getCursorColor() constKIGFX::GALprotected
GetFillColor() constKIGFX::GALinline
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
GetNativePixelSize() constHIDPI_GL_CANVASvirtual
GetNativePosition(const wxPoint &aPoint) constHIDPI_GL_CANVAS
getNewGroupNumber()KIGFX::OPENGL_GALprivate
GetRotation() constKIGFX::GALinline
GetScaleFactor() constHIDPI_GL_CANVAS
getScreenPixelSize() constKIGFX::OPENGL_GALprivate
GetScreenPixelSize() constKIGFX::GALinline
GetScreenWorldMatrix() constKIGFX::GALinline
GetStrokeColor() constKIGFX::GALinline
GetSwapInterval() const overrideKIGFX::OPENGL_GALinlinevirtual
GetTarget() const overrideKIGFX::OPENGL_GALvirtual
GetVerticalJustify() constKIGFX::GALinline
GetVisibleGridSize() constKIGFX::GALinline
GetVisibleWorldExtents() constKIGFX::GAL
getWorldPixelSize() constKIGFX::OPENGL_GALprivate
GetWorldScale() constKIGFX::GALinline
GetWorldScreenMatrix() constKIGFX::GALinline
GetZoomFactor() constKIGFX::GALinline
GRID_DEPTHKIGFX::GALprotectedstatic
GROUPS_MAP typedefKIGFX::OPENGL_GALprivate
HasTarget(RENDER_TARGET aTarget) overrideKIGFX::OPENGL_GALvirtual
HIDPI_GL_CANVAS(const KIGFX::VC_SETTINGS &aSettings, wxWindow *aParent, const wxGLAttributes &aGLAttribs, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, long aStyle=0, const wxString &aName=wxGLCanvasName, const wxPalette &aPalette=wxNullPalette)HIDPI_GL_CANVAS
init()KIGFX::OPENGL_GALprivate
IsCairoEngine()KIGFX::GALinlinevirtual
IsContextLocked() overrideKIGFX::OPENGL_GALinlinevirtual
IsCursorEnabled() constKIGFX::GALinline
IsFlippedX() constKIGFX::GALinline
IsFlippedY() constKIGFX::GALinline
IsFontBold() constKIGFX::GALinline
IsFontItalic() constKIGFX::GALinline
IsFontUnderlined() constKIGFX::GALinline
IsInitialized() const overrideKIGFX::OPENGL_GALinlinevirtual
IsOpenGlEngine() overrideKIGFX::OPENGL_GALinlinevirtual
IsTextMirrored() constKIGFX::GALinline
IsVisible() const overrideKIGFX::OPENGL_GALinlinevirtual
LockContext(int aClientCookie) overrideKIGFX::OPENGL_GALvirtual
m_attributesKIGFX::GALprivate
m_axesColorKIGFX::GALprotected
m_axesEnabledKIGFX::GALprotected
m_bitmapCacheKIGFX::OPENGL_GALprivate
m_cachedManagerKIGFX::OPENGL_GALprivate
m_clearColorKIGFX::GALprotected
m_compositorKIGFX::OPENGL_GALprivate
m_currentManagerKIGFX::OPENGL_GALprivate
m_currentNativeCursorKIGFX::GALprotected
m_currentTargetKIGFX::OPENGL_GALprivate
m_currentwxCursorKIGFX::OPENGL_GALprivate
m_cursorColorKIGFX::GALprotected
m_cursorPositionKIGFX::GALprotected
m_depthRangeKIGFX::GALprotected
m_depthStackKIGFX::GALprotected
m_fillColorKIGFX::GALprotected
m_forceDisplayCursorKIGFX::GALprotected
m_fullscreenCursorKIGFX::GALprotected
m_glMainContextKIGFX::OPENGL_GALprivatestatic
m_globalFlipXKIGFX::GALprotected
m_globalFlipYKIGFX::GALprotected
m_glPrivContextKIGFX::OPENGL_GALprivate
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::OPENGL_GALprivate
m_groupsKIGFX::OPENGL_GALprivate
m_instanceCounterKIGFX::OPENGL_GALprivatestatic
m_isBitmapFontInitializedKIGFX::OPENGL_GALprivate
m_isBitmapFontLoadedKIGFX::OPENGL_GALprivatestatic
m_isContextLockedKIGFX::OPENGL_GALprivate
m_isCursorEnabledKIGFX::GALprotected
m_isFillEnabledKIGFX::GALprotected
m_isFramebufferInitializedKIGFX::OPENGL_GALprivate
m_isGroupingKIGFX::OPENGL_GALprivate
m_isInitializedKIGFX::OPENGL_GALprivate
m_isStrokeEnabledKIGFX::GALprotected
m_layerDepthKIGFX::GALprotected
m_lineWidthKIGFX::GALprotected
m_lockClientCookieKIGFX::OPENGL_GALprivate
m_lookAtPointKIGFX::GALprotected
m_mainBufferKIGFX::OPENGL_GALprivate
m_mouseListenerKIGFX::OPENGL_GALprivate
m_nonCachedManagerKIGFX::OPENGL_GALprivate
m_observerLinkKIGFX::GALprotected
m_optionsKIGFX::GALprotected
m_overlayBufferKIGFX::OPENGL_GALprivate
m_overlayManagerKIGFX::OPENGL_GALprivate
m_paintListenerKIGFX::OPENGL_GALprivate
m_rotationKIGFX::GALprotected
m_scale_factorHIDPI_GL_CANVASprivate
m_screenDPIKIGFX::GALprotected
m_screenSizeKIGFX::GALprotected
m_screenWorldMatrixKIGFX::GALprotected
m_settingsHIDPI_GL_CANVASprotected
m_shaderKIGFX::OPENGL_GALprivate
m_strokeColorKIGFX::GALprotected
m_swapIntervalKIGFX::OPENGL_GALprivate
m_tempBufferKIGFX::OPENGL_GALprivate
m_tempManagerKIGFX::OPENGL_GALprivate
m_tesselatorKIGFX::OPENGL_GALprivate
m_tessIntersectsKIGFX::OPENGL_GALprivate
m_worldScaleKIGFX::GALprotected
m_worldScreenMatrixKIGFX::GALprotected
m_worldUnitLengthKIGFX::GALprotected
m_zoomFactorKIGFX::GALprotected
MAX_DEPTHKIGFX::GALprotectedstatic
MIN_DEPTHKIGFX::GALprotectedstatic
OnGalDisplayOptionsChanged(const GAL_DISPLAY_OPTIONS &aOptions) overrideKIGFX::GALprotectedvirtual
onPaint(wxPaintEvent &aEvent)KIGFX::OPENGL_GALprivate
onSetNativeCursor(wxSetCursorEvent &aEvent)KIGFX::OPENGL_GALprivate
OPENGL_GAL(const KIGFX::VC_SETTINGS &aVcSettings, GAL_DISPLAY_OPTIONS &aDisplayOptions, wxWindow *aParent, wxEvtHandler *aMouseListener=nullptr, wxEvtHandler *aPaintListener=nullptr, const wxString &aName=wxT("GLCanvas"))KIGFX::OPENGL_GAL
PopDepth()KIGFX::GALinline
PostPaint(wxPaintEvent &aEvent)KIGFX::OPENGL_GAL
PushDepth()KIGFX::GALinline
reserveLineQuads(const int aLineCount)KIGFX::OPENGL_GALprivate
ResetTextAttributes()KIGFX::GAL
ResizeScreen(int aWidth, int aHeight) overrideKIGFX::OPENGL_GALvirtual
Restore() overrideKIGFX::OPENGL_GALvirtual
Rotate(double aAngle) overrideKIGFX::OPENGL_GALvirtual
Save() overrideKIGFX::OPENGL_GALvirtual
Scale(const VECTOR2D &aScale) overrideKIGFX::OPENGL_GALvirtual
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)KIGFX::GALinlinevirtual
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)KIGFX::GALinlinevirtual
SetIsStroke(bool aIsStrokeEnabled)KIGFX::GALinlinevirtual
SetLayerDepth(double aLayerDepth)KIGFX::GALinlinevirtual
SetLineWidth(float aLineWidth)KIGFX::GALinlinevirtual
SetLookAtPoint(const VECTOR2D &aPoint)KIGFX::GALinline
SetMouseListener(wxEvtHandler *aMouseListener)KIGFX::OPENGL_GALinline
SetNativeCursorStyle(KICURSOR aCursor) overrideKIGFX::OPENGL_GALvirtual
SetNegativeDrawMode(bool aSetting) overrideKIGFX::OPENGL_GALinlinevirtual
SetPaintListener(wxEvtHandler *aPaintListener)KIGFX::OPENGL_GALinline
SetRotation(double aRotation)KIGFX::GALinline
SetScaleFactor(double aFactor)HIDPI_GL_CANVAS
SetScreenDPI(double aScreenDPI)KIGFX::GALinline
SetScreenSize(const VECTOR2I &aSize)KIGFX::GALinline
SetStrokeColor(const COLOR4D &aColor)KIGFX::GALinlinevirtual
SetTarget(RENDER_TARGET aTarget) overrideKIGFX::OPENGL_GALvirtual
SetTextMirrored(const bool aMirrored)KIGFX::GALinline
SetVcSettings(const KIGFX::VC_SETTINGS &aVcSettings)HIDPI_GL_CANVASinline
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) overrideKIGFX::OPENGL_GALvirtual
skipMouseEvent(wxMouseEvent &aEvent)KIGFX::OPENGL_GALprivate
StartDiffLayer() overrideKIGFX::OPENGL_GALvirtual
StartNegativesLayer()KIGFX::GALinlinevirtual
super typedefKIGFX::OPENGL_GALprivate
ToScreen(const VECTOR2D &aPoint) constKIGFX::GALinline
ToWorld(const VECTOR2D &aPoint) constKIGFX::GALinline
Transform(const MATRIX3x3D &aTransformation) overrideKIGFX::OPENGL_GALvirtual
Translate(const VECTOR2D &aTranslation) overrideKIGFX::OPENGL_GALvirtual
ufm_antialiasingOffsetKIGFX::OPENGL_GALprivate
ufm_pixelSizeMultiplierKIGFX::OPENGL_GALprivate
ufm_screenPixelSizeKIGFX::OPENGL_GALprivate
ufm_worldPixelSizeKIGFX::OPENGL_GALprivate
UnlockContext(int aClientCookie) overrideKIGFX::OPENGL_GALvirtual
updatedGalDisplayOptions(const GAL_DISPLAY_OPTIONS &aOptions) overrideKIGFX::OPENGL_GALprivatevirtual
~GAL()KIGFX::GALvirtual
~GAL_DISPLAY_OPTIONS_OBSERVER()KIGFX::GAL_DISPLAY_OPTIONS_OBSERVERinlineprivatevirtual
~OPENGL_GAL()KIGFX::OPENGL_GAL