KiCad PCB EDA Suite
|
This is the complete list of members for KIGFX::OPENGL_GAL, including all inherited members.
AdvanceDepth() | KIGFX::GAL | inline |
BeginDrawing() override | KIGFX::OPENGL_GAL | virtual |
BeginGroup() override | KIGFX::OPENGL_GAL | virtual |
beginUpdate() override | KIGFX::OPENGL_GAL | privatevirtual |
BitmapText(const wxString &aText, const VECTOR2I &aPosition, const EDA_ANGLE &aAngle) override | KIGFX::OPENGL_GAL | virtual |
blitCursor() | KIGFX::OPENGL_GAL | private |
calcAngleStep(double aRadius) const | KIGFX::OPENGL_GAL | inlineprivate |
ChangeGroupColor(int aGroupNumber, const COLOR4D &aNewColor) override | KIGFX::OPENGL_GAL | virtual |
ChangeGroupDepth(int aGroupNumber, int aDepth) override | KIGFX::OPENGL_GAL | virtual |
CheckFeatures(GAL_DISPLAY_OPTIONS &aOptions) | KIGFX::OPENGL_GAL | static |
ClearCache() override | KIGFX::OPENGL_GAL | virtual |
ClearScreen() override | KIGFX::OPENGL_GAL | virtual |
ClearTarget(RENDER_TARGET aTarget) override | KIGFX::OPENGL_GAL | virtual |
computeBitmapTextSize(const UTF8 &aText) const | KIGFX::OPENGL_GAL | private |
computeMinGridSpacing() const | KIGFX::GAL | protected |
computeWorldScale() | KIGFX::GAL | inlineprotected |
ComputeWorldScreenMatrix() override | KIGFX::OPENGL_GAL | virtual |
DeleteGroup(int aGroupNumber) override | KIGFX::OPENGL_GAL | virtual |
DrawArc(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle) override | KIGFX::OPENGL_GAL | virtual |
DrawArcSegment(const VECTOR2D &aCenterPoint, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aAngle, double aWidth, double aMaxError) override | KIGFX::OPENGL_GAL | virtual |
DrawBitmap(const BITMAP_BASE &aBitmap, double alphaBlend=1.0) override | KIGFX::OPENGL_GAL | virtual |
drawBitmapChar(unsigned long aChar, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
drawBitmapOverbar(double aLength, double aHeight, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
DrawCircle(const VECTOR2D &aCenterPoint, double aRadius) override | KIGFX::OPENGL_GAL | virtual |
drawCircle(const VECTOR2D &aCenterPoint, double aRadius, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
DrawCursor(const VECTOR2D &aCursorPosition) override | KIGFX::OPENGL_GAL | virtual |
DrawCurve(const VECTOR2D &startPoint, const VECTOR2D &controlPointA, const VECTOR2D &controlPointB, const VECTOR2D &endPoint, double aFilterValue=0.0) override | KIGFX::OPENGL_GAL | virtual |
drawFilledSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle) | KIGFX::OPENGL_GAL | private |
DrawGlyph(const KIFONT::GLYPH &aGlyph, int aNth, int aTotal) override | KIGFX::OPENGL_GAL | virtual |
DrawGlyphs(const std::vector< std::unique_ptr< KIFONT::GLYPH > > &aGlyphs) override | KIGFX::OPENGL_GAL | virtual |
DrawGrid() override | KIGFX::OPENGL_GAL | virtual |
DrawGroup(int aGroupNumber) override | KIGFX::OPENGL_GAL | virtual |
DrawLine(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) override | KIGFX::OPENGL_GAL | virtual |
drawLineQuad(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
DrawPolygon(const std::deque< VECTOR2D > &aPointList) override | KIGFX::OPENGL_GAL | virtual |
DrawPolygon(const VECTOR2D aPointList[], int aListSize) override | KIGFX::OPENGL_GAL | virtual |
DrawPolygon(const SHAPE_POLY_SET &aPolySet, bool aStrokeTriangulation=false) override | KIGFX::OPENGL_GAL | virtual |
DrawPolygon(const SHAPE_LINE_CHAIN &aPolySet) override | KIGFX::OPENGL_GAL | virtual |
drawPolygon(GLdouble *aPoints, int aPointCount) | KIGFX::OPENGL_GAL | private |
DrawPolyline(const std::deque< VECTOR2D > &aPointList) override | KIGFX::OPENGL_GAL | virtual |
DrawPolyline(const std::vector< VECTOR2D > &aPointList) override | KIGFX::OPENGL_GAL | virtual |
DrawPolyline(const VECTOR2D aPointList[], int aListSize) override | KIGFX::OPENGL_GAL | virtual |
DrawPolyline(const SHAPE_LINE_CHAIN &aLineChain) override | KIGFX::OPENGL_GAL | virtual |
drawPolyline(const std::function< VECTOR2D(int)> &aPointGetter, int aPointCount, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
DrawPolylines(const std::vector< std::vector< VECTOR2D > > &aPointLists) override | KIGFX::OPENGL_GAL | virtual |
DrawRectangle(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint) override | KIGFX::OPENGL_GAL | virtual |
KIGFX::GAL::DrawRectangle(const BOX2I &aRect) | KIGFX::GAL | inline |
drawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
DrawSegment(const VECTOR2D &aStartPoint, const VECTOR2D &aEndPoint, double aWidth) override | KIGFX::OPENGL_GAL | virtual |
DrawSegmentChain(const std::vector< VECTOR2D > &aPointList, double aWidth) override | KIGFX::OPENGL_GAL | virtual |
DrawSegmentChain(const SHAPE_LINE_CHAIN &aLineChain, double aWidth) override | KIGFX::OPENGL_GAL | virtual |
drawSegmentChain(const std::function< VECTOR2D(int)> &aPointGetter, int aPointCount, double aWidth, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
drawSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle) | KIGFX::OPENGL_GAL | private |
drawStrokedSemiCircle(const VECTOR2D &aCenterPoint, double aRadius, double aAngle, bool aReserve=true) | KIGFX::OPENGL_GAL | private |
drawTriangulatedPolyset(const SHAPE_POLY_SET &aPoly, bool aStrokeTriangulation) | KIGFX::OPENGL_GAL | private |
EnableDepthTest(bool aEnabled=false) override | KIGFX::OPENGL_GAL | virtual |
EndDiffLayer() override | KIGFX::OPENGL_GAL | virtual |
EndDrawing() override | KIGFX::OPENGL_GAL | virtual |
EndGroup() override | KIGFX::OPENGL_GAL | virtual |
EndNegativesLayer() | KIGFX::GAL | inlinevirtual |
endUpdate() override | KIGFX::OPENGL_GAL | privatevirtual |
Flush() override | KIGFX::OPENGL_GAL | virtual |
g_fontTexture | KIGFX::OPENGL_GAL | privatestatic |
GAL(GAL_DISPLAY_OPTIONS &aOptions) | KIGFX::GAL | |
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 |
GetNativePixelSize() const | HIDPI_GL_CANVAS | virtual |
GetNativePosition(const wxPoint &aPoint) const | HIDPI_GL_CANVAS | |
getNewGroupNumber() | KIGFX::OPENGL_GAL | private |
GetRotation() const | KIGFX::GAL | inline |
GetScaleFactor() const | HIDPI_GL_CANVAS | |
getScreenPixelSize() const | KIGFX::OPENGL_GAL | private |
GetScreenPixelSize() const | KIGFX::GAL | inline |
GetScreenWorldMatrix() const | KIGFX::GAL | inline |
GetStrokeColor() const | KIGFX::GAL | inline |
GetSwapInterval() const override | KIGFX::OPENGL_GAL | inlinevirtual |
GetTarget() const override | KIGFX::OPENGL_GAL | virtual |
GetVerticalJustify() const | KIGFX::GAL | inline |
GetVisibleGridSize() const | KIGFX::GAL | inline |
GetVisibleWorldExtents() const | KIGFX::GAL | |
getWorldPixelSize() const | KIGFX::OPENGL_GAL | private |
GetWorldScale() const | KIGFX::GAL | inline |
GetWorldScreenMatrix() const | KIGFX::GAL | inline |
GetZoomFactor() const | KIGFX::GAL | inline |
GRID_DEPTH | KIGFX::GAL | protectedstatic |
GROUPS_MAP typedef | KIGFX::OPENGL_GAL | private |
HasTarget(RENDER_TARGET aTarget) override | KIGFX::OPENGL_GAL | virtual |
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_GAL | private |
IsCairoEngine() | KIGFX::GAL | inlinevirtual |
IsContextLocked() override | KIGFX::OPENGL_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 override | KIGFX::OPENGL_GAL | inlinevirtual |
IsOpenGlEngine() override | KIGFX::OPENGL_GAL | inlinevirtual |
IsTextMirrored() const | KIGFX::GAL | inline |
IsVisible() const override | KIGFX::OPENGL_GAL | inlinevirtual |
LockContext(int aClientCookie) override | KIGFX::OPENGL_GAL | virtual |
m_attributes | KIGFX::GAL | private |
m_axesColor | KIGFX::GAL | protected |
m_axesEnabled | KIGFX::GAL | protected |
m_bitmapCache | KIGFX::OPENGL_GAL | private |
m_bitmapSize | KIGFX::GAL | protected |
m_cachedManager | KIGFX::OPENGL_GAL | private |
m_clearColor | KIGFX::GAL | protected |
m_compositor | KIGFX::OPENGL_GAL | private |
m_currentManager | KIGFX::OPENGL_GAL | private |
m_currentNativeCursor | KIGFX::GAL | protected |
m_currentTarget | KIGFX::OPENGL_GAL | private |
m_currentwxCursor | KIGFX::OPENGL_GAL | private |
m_cursorColor | KIGFX::GAL | protected |
m_cursorPosition | KIGFX::GAL | protected |
m_depthRange | KIGFX::GAL | protected |
m_fillColor | KIGFX::GAL | protected |
m_forceDisplayCursor | KIGFX::GAL | protected |
m_fullscreenCursor | KIGFX::GAL | protected |
m_glMainContext | KIGFX::OPENGL_GAL | privatestatic |
m_globalFlipX | KIGFX::GAL | protected |
m_globalFlipY | KIGFX::GAL | protected |
m_glPrivContext | KIGFX::OPENGL_GAL | private |
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::OPENGL_GAL | private |
m_groups | KIGFX::OPENGL_GAL | private |
m_instanceCounter | KIGFX::OPENGL_GAL | privatestatic |
m_isBitmapFontInitialized | KIGFX::OPENGL_GAL | private |
m_isBitmapFontLoaded | KIGFX::OPENGL_GAL | privatestatic |
m_isContextLocked | KIGFX::OPENGL_GAL | private |
m_isCursorEnabled | KIGFX::GAL | protected |
m_isFillEnabled | KIGFX::GAL | protected |
m_isFramebufferInitialized | KIGFX::OPENGL_GAL | private |
m_isGrouping | KIGFX::OPENGL_GAL | private |
m_isInitialized | KIGFX::OPENGL_GAL | private |
m_isStrokeEnabled | KIGFX::GAL | protected |
m_layerDepth | KIGFX::GAL | protected |
m_lineWidth | KIGFX::GAL | protected |
m_lockClientCookie | KIGFX::OPENGL_GAL | private |
m_lookAtPoint | KIGFX::GAL | protected |
m_mainBuffer | KIGFX::OPENGL_GAL | private |
m_mouseListener | KIGFX::OPENGL_GAL | private |
m_nonCachedManager | KIGFX::OPENGL_GAL | private |
m_observerLink | KIGFX::GAL | protected |
m_options | KIGFX::GAL | protected |
m_overlayBuffer | KIGFX::OPENGL_GAL | private |
m_overlayManager | KIGFX::OPENGL_GAL | private |
m_paintListener | KIGFX::OPENGL_GAL | private |
m_rotation | KIGFX::GAL | protected |
m_screenDPI | KIGFX::GAL | protected |
m_screenSize | KIGFX::GAL | protected |
m_screenWorldMatrix | KIGFX::GAL | protected |
m_settings | HIDPI_GL_CANVAS | protected |
m_shader | KIGFX::OPENGL_GAL | private |
m_strokeColor | KIGFX::GAL | protected |
m_swapInterval | KIGFX::OPENGL_GAL | private |
m_tempBuffer | KIGFX::OPENGL_GAL | private |
m_tempManager | KIGFX::OPENGL_GAL | private |
m_tesselator | KIGFX::OPENGL_GAL | private |
m_tessIntersects | KIGFX::OPENGL_GAL | private |
m_worldScale | KIGFX::GAL | protected |
m_worldScreenMatrix | KIGFX::GAL | protected |
m_worldUnitLength | KIGFX::GAL | protected |
m_zoomFactor | KIGFX::GAL | protected |
MAX_DEPTH | KIGFX::GAL | protectedstatic |
MIN_DEPTH | KIGFX::GAL | protectedstatic |
OnGalDisplayOptionsChanged(const GAL_DISPLAY_OPTIONS &aOptions) override | KIGFX::GAL | protectedvirtual |
onPaint(wxPaintEvent &aEvent) | KIGFX::OPENGL_GAL | private |
onSetNativeCursor(wxSetCursorEvent &aEvent) | KIGFX::OPENGL_GAL | private |
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 | |
PostPaint(wxPaintEvent &aEvent) | KIGFX::OPENGL_GAL | |
reserveLineQuads(const int aLineCount) | KIGFX::OPENGL_GAL | private |
ResetTextAttributes() | KIGFX::GAL | |
ResizeScreen(int aWidth, int aHeight) override | KIGFX::OPENGL_GAL | virtual |
Restore() override | KIGFX::OPENGL_GAL | virtual |
Rotate(double aAngle) override | KIGFX::OPENGL_GAL | virtual |
Save() override | KIGFX::OPENGL_GAL | virtual |
Scale(const VECTOR2D &aScale) override | KIGFX::OPENGL_GAL | 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 |
SetCursorColor(const COLOR4D &aCursorColor) | KIGFX::GAL | inline |
SetCursorEnabled(bool aCursorEnabled) | KIGFX::GAL | inline |
SetDepthRange(const VECTOR2D &aDepthRange) | KIGFX::GAL | inline |
SetFillColor(const COLOR4D &aColor) | KIGFX::GAL | inlinevirtual |
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) | KIGFX::GAL | inlinevirtual |
SetIsStroke(bool aIsStrokeEnabled) | KIGFX::GAL | inlinevirtual |
SetLayerDepth(double aLayerDepth) | KIGFX::GAL | inlinevirtual |
SetLineWidth(float aLineWidth) | KIGFX::GAL | inlinevirtual |
SetLookAtPoint(const VECTOR2D &aPoint) | KIGFX::GAL | inline |
SetMouseListener(wxEvtHandler *aMouseListener) | KIGFX::OPENGL_GAL | inline |
SetNativeCursorStyle(KICURSOR aCursor, bool aHiDPI) override | KIGFX::OPENGL_GAL | virtual |
SetNegativeDrawMode(bool aSetting) override | KIGFX::OPENGL_GAL | inlinevirtual |
SetPaintListener(wxEvtHandler *aPaintListener) | KIGFX::OPENGL_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) | KIGFX::GAL | inlinevirtual |
SetTarget(RENDER_TARGET aTarget) override | KIGFX::OPENGL_GAL | virtual |
SetTextMirrored(const bool aMirrored) | KIGFX::GAL | inline |
SetVcSettings(const KIGFX::VC_SETTINGS &aVcSettings) | HIDPI_GL_CANVAS | 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::OPENGL_GAL | virtual |
skipGestureEvent(wxGestureEvent &aEvent) | KIGFX::OPENGL_GAL | private |
skipMouseEvent(wxMouseEvent &aEvent) | KIGFX::OPENGL_GAL | private |
StartDiffLayer() override | KIGFX::OPENGL_GAL | virtual |
StartNegativesLayer() | KIGFX::GAL | inlinevirtual |
super typedef | KIGFX::OPENGL_GAL | private |
ToScreen(const VECTOR2D &aPoint) const | KIGFX::GAL | inline |
ToWorld(const VECTOR2D &aPoint) const | KIGFX::GAL | inline |
Transform(const MATRIX3x3D &aTransformation) override | KIGFX::OPENGL_GAL | virtual |
Translate(const VECTOR2D &aTranslation) override | KIGFX::OPENGL_GAL | virtual |
ufm_antialiasingOffset | KIGFX::OPENGL_GAL | private |
ufm_pixelSizeMultiplier | KIGFX::OPENGL_GAL | private |
ufm_screenPixelSize | KIGFX::OPENGL_GAL | private |
ufm_worldPixelSize | KIGFX::OPENGL_GAL | private |
UnlockContext(int aClientCookie) override | KIGFX::OPENGL_GAL | virtual |
updatedGalDisplayOptions(const GAL_DISPLAY_OPTIONS &aOptions) override | KIGFX::OPENGL_GAL | privatevirtual |
~GAL() | KIGFX::GAL | virtual |
~GAL_DISPLAY_OPTIONS_OBSERVER() | KIGFX::GAL_DISPLAY_OPTIONS_OBSERVER | inlineprivatevirtual |
~OPENGL_GAL() | KIGFX::OPENGL_GAL |