KiCad PCB EDA Suite
|
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>
Public Member Functions | |
CONSTRUCTION_VIEW_HANDLER (KIGFX::CONSTRUCTION_GEOM &aHelper) | |
virtual void | updateView ()=0 |
KIGFX::CONSTRUCTION_GEOM & | GetViewItem () |
Private Attributes | |
KIGFX::CONSTRUCTION_GEOM & | m_constructionGeomPreview |
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.
|
inline |
Definition at line 46 of file construction_manager.h.
|
inline |
Definition at line 53 of file construction_manager.h.
References m_constructionGeomPreview.
Referenced by CONSTRUCTION_MANAGER::acceptConstructionItems(), SNAP_LINE_MANAGER::ClearSnapLine(), and SNAP_LINE_MANAGER::SetSnapLineEnd().
|
pure virtual |
Implemented in SNAP_MANAGER.
Referenced by CONSTRUCTION_MANAGER::acceptConstructionItems(), SNAP_LINE_MANAGER::ClearSnapLine(), and SNAP_LINE_MANAGER::SetSnapLineEnd().
|
private |
Definition at line 58 of file construction_manager.h.
Referenced by GetViewItem().