| 
    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.
References m_constructionGeomPreview.
Referenced by SNAP_MANAGER::SNAP_MANAGER().
      
  | 
  inline | 
Definition at line 53 of file construction_manager.h.
References m_constructionGeomPreview.
Referenced by SNAP_MANAGER::UpdateSnapGuides().
      
  | 
  pure virtual | 
Implemented in SNAP_MANAGER.
      
  | 
  private | 
Definition at line 58 of file construction_manager.h.
Referenced by CONSTRUCTION_VIEW_HANDLER(), and GetViewItem().