#include <DrawShape.h>
|
| DrawShapeSimpleLine (const std::vector< Point2D > &points, double lineWidth=2.0, bool scaleLineWidth=false, DrawColour lineColour=DrawColour(0, 0, 0), int atom1=-1, int atom2=-1, int bond=-1, DashPattern dashPattern=noDash) |
|
| DrawShapeSimpleLine (const DrawShapeSimpleLine &)=delete |
|
| DrawShapeSimpleLine (DrawShapeSimpleLine &&)=delete |
|
| ~DrawShapeSimpleLine ()=default |
|
DrawShapeSimpleLine & | operator= (const DrawShapeSimpleLine &)=delete |
|
DrawShapeSimpleLine & | operator= (DrawShapeSimpleLine &&)=delete |
|
void | myDraw (MolDraw2D &drawer) const override |
|
bool | doesRectClash (const StringRect &rect, double padding) const override |
|
| DrawShape (const std::vector< Point2D > &points, double lineWidth=2.0, 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 102 of file DrawShape.h.
◆ DrawShapeSimpleLine() [1/3]
RDKit::MolDraw2D_detail::DrawShapeSimpleLine::DrawShapeSimpleLine |
( |
const std::vector< Point2D > & |
points, |
|
|
double |
lineWidth = 2.0 , |
|
|
bool |
scaleLineWidth = false , |
|
|
DrawColour |
lineColour = DrawColour(0, 0, 0) , |
|
|
int |
atom1 = -1 , |
|
|
int |
atom2 = -1 , |
|
|
int |
bond = -1 , |
|
|
DashPattern |
dashPattern = noDash |
|
) |
| |
◆ DrawShapeSimpleLine() [2/3]
RDKit::MolDraw2D_detail::DrawShapeSimpleLine::DrawShapeSimpleLine |
( |
const DrawShapeSimpleLine & |
| ) |
|
|
delete |
◆ DrawShapeSimpleLine() [3/3]
◆ ~DrawShapeSimpleLine()
RDKit::MolDraw2D_detail::DrawShapeSimpleLine::~DrawShapeSimpleLine |
( |
| ) |
|
|
default |
◆ doesRectClash()
bool RDKit::MolDraw2D_detail::DrawShapeSimpleLine::doesRectClash |
( |
const StringRect & |
rect, |
|
|
double |
padding |
|
) |
| const |
|
overridevirtual |
◆ myDraw()
void RDKit::MolDraw2D_detail::DrawShapeSimpleLine::myDraw |
( |
MolDraw2D & |
drawer | ) |
const |
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ dashPattern_
DashPattern RDKit::MolDraw2D_detail::DrawShapeSimpleLine::dashPattern_ |
The documentation for this class was generated from the following file: