KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CONSTRUCTION_VIEW_HANDLER Class Referenceabstract

Interface wrapper for the construction geometry preview, with a callback to signal the view owner that the view needs to be updated. More...

#include <construction_manager.h>

Inheritance diagram for CONSTRUCTION_VIEW_HANDLER:
SNAP_MANAGER

Public Member Functions

 CONSTRUCTION_VIEW_HANDLER (KIGFX::CONSTRUCTION_GEOM &aHelper)
 
virtual void updateView ()=0
 
KIGFX::CONSTRUCTION_GEOMGetViewItem ()
 

Private Attributes

KIGFX::CONSTRUCTION_GEOMm_constructionGeomPreview
 

Detailed Description

Interface wrapper for the construction geometry preview, with a callback to signal the view owner that the view needs to be updated.

Definition at line 43 of file construction_manager.h.

Constructor & Destructor Documentation

◆ CONSTRUCTION_VIEW_HANDLER()

CONSTRUCTION_VIEW_HANDLER::CONSTRUCTION_VIEW_HANDLER ( KIGFX::CONSTRUCTION_GEOM aHelper)
inline

Definition at line 46 of file construction_manager.h.

Member Function Documentation

◆ GetViewItem()

◆ updateView()

virtual void CONSTRUCTION_VIEW_HANDLER::updateView ( )
pure virtual

Member Data Documentation

◆ m_constructionGeomPreview

KIGFX::CONSTRUCTION_GEOM& CONSTRUCTION_VIEW_HANDLER::m_constructionGeomPreview
private

Definition at line 58 of file construction_manager.h.

Referenced by GetViewItem().


The documentation for this class was generated from the following file: