|
| DrawShapeArc (const std::vector< Point2D > points, double ang1, double ang2, int lineWidth=2, bool scaleLineWidth=false, const DrawColour &col1=DrawColour(0, 0, 0), bool fill=false, int atom1=-1) |
|
| DrawShapeArc (const DrawShapeArc &)=delete |
|
| DrawShapeArc (DrawShapeArc &&)=delete |
|
| ~DrawShapeArc ()=default |
|
DrawShapeArc & | operator= (const DrawShapeArc &)=delete |
|
DrawShapeArc & | operator= (DrawShapeArc &&)=delete |
|
void | myDraw (MolDraw2D &drawer) const override |
|
void | findExtremes (double &xmin, double &xmax, double &ymin, double &ymax) const override |
|
void | move (const Point2D &trans) override |
|
bool | doesRectClash (const StringRect &rect, double padding) const override |
|
| DrawShape (const std::vector< Point2D > &points, int lineWidth=2, bool scaleLineWidth=false, DrawColour lineColour=DrawColour(0, 0, 0), bool fill=false, int atom1=-1, int atom2=-1, int bond=-1) |
|
| DrawShape (const DrawShape &)=delete |
|
| DrawShape (DrawShape &&)=delete |
|
virtual | ~DrawShape ()=default |
|
DrawShape & | operator= (const DrawShape &)=delete |
|
DrawShape & | operator= (DrawShape &&)=delete |
|
void | draw (MolDraw2D &drawer) |
|
virtual void | myDraw (MolDraw2D &drawer) const =0 |
|
virtual void | findExtremes (double &xmin, double &xmax, double &ymin, double &ymax) const |
|
virtual void | scale (const Point2D &scale_factor) |
|
virtual void | move (const Point2D &trans) |
|
virtual bool | doesRectClash (const StringRect &rect, double padding) const |
|
Definition at line 198 of file DrawShape.h.