57        void Show( 
int x, std::ostream& st )
 const override {}
 
   60        wxString 
GetClass()
 const override { 
return "BEZIER_ASSISTANT"; }
 
 
EDA_ITEM(EDA_ITEM *parent, KICAD_T idType, bool isSCH_ITEM=false, bool isBOARD_ITEM=false)
 
wxString GetClass() const override
Return the class name.
 
BEZIER_ASSISTANT(const BEZIER_GEOM_MANAGER &aManager, const EDA_IU_SCALE &aIuScale, EDA_UNITS aUnits)
 
void SetUnits(EDA_UNITS aUnits)
 
const BEZIER_GEOM_MANAGER & m_constructMan
 
void ViewDraw(int aLayer, KIGFX::VIEW *aView) const override final
Draw the assistance (with reference to the construction manager.
 
const BOX2I ViewBBox() const override
Return the bounding box of the item covering all its layers.
 
std::vector< int > ViewGetLayers() const override
Return the all the layers within the VIEW the object is painted on.
 
Manage the construction of a bezier through a series of steps.
 
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
 
@ LAYER_GP_OVERLAY
General purpose overlay.
 
@ LAYER_SELECT_OVERLAY
Selected items overlay.
 
The Cairo implementation of the graphics abstraction layer.