| ActivateSelectedZone(ZONE *aZone) override | PANEL_ZONE_GAL | virtual |
| ClearDebugOverlay() | EDA_DRAW_PANEL_GAL | |
| DebugOverlay() | EDA_DRAW_PANEL_GAL | |
| DisplayBoard(BOARD *aBoard, PROGRESS_REPORTER *aReporter=nullptr) | PCB_DRAW_PANEL_GAL | |
| DoRePaint() | EDA_DRAW_PANEL_GAL | |
| EDA_DRAW_PANEL_GAL(wxWindow *aParentWindow, wxWindowID aWindowId, const wxPoint &aPosition, const wxSize &aSize, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, GAL_TYPE aGalType=GAL_TYPE_OPENGL) | EDA_DRAW_PANEL_GAL | |
| ForceRefresh() | EDA_DRAW_PANEL_GAL | |
| GAL_FALLBACK | EDA_DRAW_PANEL_GAL | static |
| GAL_TYPE enum name | EDA_DRAW_PANEL_GAL | |
| GAL_TYPE_CAIRO enum value | EDA_DRAW_PANEL_GAL | |
| GAL_TYPE_LAST enum value | EDA_DRAW_PANEL_GAL | |
| GAL_TYPE_NONE enum value | EDA_DRAW_PANEL_GAL | |
| GAL_TYPE_OPENGL enum value | EDA_DRAW_PANEL_GAL | |
| GAL_TYPE_UNKNOWN enum value | EDA_DRAW_PANEL_GAL | |
| GetBackend() const | EDA_DRAW_PANEL_GAL | inline |
| GetBoardBoundingBox(bool aBoardEdgesOnly) const | PANEL_ZONE_GAL | |
| GetDefaultViewBBox() const override | PCB_DRAW_PANEL_GAL | virtual |
| GetDocumentExtents(bool aIncludeAllVisible=true) const | PANEL_ZONE_GAL | |
| GetDrawingSheet() const | PCB_DRAW_PANEL_GAL | inline |
| GetGAL() const | EDA_DRAW_PANEL_GAL | inline |
| GetLayer() const | PANEL_ZONE_GAL | inline |
| GetMsgPanelInfo(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override | PCB_DRAW_PANEL_GAL | virtual |
| GetPageSizeIU() const | PANEL_ZONE_GAL | |
| GetParentEDAFrame() const | EDA_DRAW_PANEL_GAL | inline |
| GetSelectedZone() const | ZONE_SELECTION_CHANGE_NOTIFIER | inline |
| GetVcSettings() | EDA_DRAW_PANEL_GAL | static |
| GetView() const override | PCB_DRAW_PANEL_GAL | virtual |
| GetViewControls() const | EDA_DRAW_PANEL_GAL | inline |
| GetZone() const | PANEL_ZONE_GAL | inline |
| IsDialogPreview() const | EDA_DRAW_PANEL_GAL | inline |
| m_backend | EDA_DRAW_PANEL_GAL | protected |
| m_debugOverlay | EDA_DRAW_PANEL_GAL | protected |
| m_drawing | EDA_DRAW_PANEL_GAL | protected |
| m_drawingEnabled | EDA_DRAW_PANEL_GAL | protected |
| m_drawingSheet | PCB_DRAW_PANEL_GAL | protected |
| m_edaFrame | EDA_DRAW_PANEL_GAL | protected |
| m_eventDispatcher | EDA_DRAW_PANEL_GAL | protected |
| m_gal | EDA_DRAW_PANEL_GAL | protected |
| m_lastRepaintEnd | EDA_DRAW_PANEL_GAL | protected |
| m_lastRepaintStart | EDA_DRAW_PANEL_GAL | protected |
| m_layer | PANEL_ZONE_GAL | private |
| m_lostFocus | EDA_DRAW_PANEL_GAL | protected |
| m_MouseCapturedLost | EDA_DRAW_PANEL_GAL | |
| m_needIdleRefresh | EDA_DRAW_PANEL_GAL | protected |
| m_options | EDA_DRAW_PANEL_GAL | protected |
| m_painter | EDA_DRAW_PANEL_GAL | protected |
| m_PaintEventCounter | EDA_DRAW_PANEL_GAL | |
| m_parent | EDA_DRAW_PANEL_GAL | protected |
| m_pcb | PANEL_ZONE_GAL | private |
| m_pcb_bounding_box | PANEL_ZONE_GAL | private |
| m_ratsnest | PCB_DRAW_PANEL_GAL | protected |
| m_refreshMutex | EDA_DRAW_PANEL_GAL | protected |
| m_refreshTimer | EDA_DRAW_PANEL_GAL | protected |
| m_statusPopup | EDA_DRAW_PANEL_GAL | protected |
| m_stealsFocus | EDA_DRAW_PANEL_GAL | protected |
| m_view | EDA_DRAW_PANEL_GAL | protected |
| m_viewControls | EDA_DRAW_PANEL_GAL | protected |
| m_zone | PANEL_ZONE_GAL | private |
| onEnter(wxMouseEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| OnEvent(wxEvent &aEvent) | EDA_DRAW_PANEL_GAL | |
| onIdle(wxIdleEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| OnLayerSelected(int aLayer) | PANEL_ZONE_GAL | |
| onLostFocus(wxFocusEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| onPaint(wxPaintEvent &WXUNUSED(aEvent)) | EDA_DRAW_PANEL_GAL | protectedvirtual |
| onRefreshTimer(wxTimerEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| OnShow() override | PCB_DRAW_PANEL_GAL | virtual |
| onShowEvent(wxShowEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| onSize(wxSizeEvent &aEvent) | EDA_DRAW_PANEL_GAL | protected |
| OnZoneSelectionChanged(ZONE *aZone) | ZONE_SELECTION_CHANGE_NOTIFIER | inline |
| PANEL_ZONE_GAL(BOARD *aPcb, wxWindow *aParentWindow, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, wxWindowID aWindowId=0, const wxPoint &aPosition=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, GAL_TYPE aGalType=GAL_TYPE_OPENGL) | PANEL_ZONE_GAL | |
| PCB_DRAW_PANEL_GAL(wxWindow *aParentWindow, wxWindowID aWindowId, const wxPoint &aPosition, const wxSize &aSize, KIGFX::GAL_DISPLAY_OPTIONS &aOptions, GAL_TYPE aGalType=GAL_TYPE_OPENGL) | PCB_DRAW_PANEL_GAL | |
| RedrawRatsnest() | PCB_DRAW_PANEL_GAL | |
| Refresh(bool aEraseBackground=true, const wxRect *aRect=nullptr) override | EDA_DRAW_PANEL_GAL | virtual |
| RequestRefresh() | EDA_DRAW_PANEL_GAL | |
| SetCurrentCursor(KICURSOR aCursor) | EDA_DRAW_PANEL_GAL | |
| setDefaultLayerDeps() | PCB_DRAW_PANEL_GAL | protected |
| setDefaultLayerOrder() | PCB_DRAW_PANEL_GAL | protected |
| SetDrawingSheet(DS_PROXY_VIEW_ITEM *aDrawingSheet) | PCB_DRAW_PANEL_GAL | |
| SetEventDispatcher(TOOL_DISPATCHER *aEventDispatcher) | EDA_DRAW_PANEL_GAL | |
| SetFocus() override | EDA_DRAW_PANEL_GAL | |
| SetHighContrastLayer(int aLayer) override | PCB_DRAW_PANEL_GAL | inlinevirtual |
| SetHighContrastLayer(PCB_LAYER_ID aLayer) | PCB_DRAW_PANEL_GAL | |
| SetStatusPopup(wxWindow *aPopup) | EDA_DRAW_PANEL_GAL | inline |
| SetStealsFocus(bool aStealsFocus) | EDA_DRAW_PANEL_GAL | inline |
| SetTopLayer(int aLayer) override | PCB_DRAW_PANEL_GAL | inlinevirtual |
| SetTopLayer(PCB_LAYER_ID aLayer) | PCB_DRAW_PANEL_GAL | |
| StartDrawing() | EDA_DRAW_PANEL_GAL | |
| StatusPopupHasFocus() | EDA_DRAW_PANEL_GAL | inline |
| StopDrawing() | EDA_DRAW_PANEL_GAL | |
| SwitchBackend(GAL_TYPE aGalType) override | PCB_DRAW_PANEL_GAL | virtual |
| SyncLayersVisibility(const BOARD *aBoard) | PCB_DRAW_PANEL_GAL | |
| UpdateColors() | PCB_DRAW_PANEL_GAL | |
| ZoomFitScreen() | PANEL_ZONE_GAL | |
| ~EDA_DRAW_PANEL_GAL() | EDA_DRAW_PANEL_GAL | |
| ~PANEL_ZONE_GAL() override | PANEL_ZONE_GAL | |
| ~PCB_DRAW_PANEL_GAL() | PCB_DRAW_PANEL_GAL | virtual |
| ~ZONE_SELECTION_CHANGE_NOTIFIER()=default | ZONE_SELECTION_CHANGE_NOTIFIER | virtual |