#include <DrawShape.h>
|
| | DrawShapeWavyLine (const std::vector< Point2D > points, double lineWidth=2.0, bool scaleLineWidth=false, const DrawColour &col1=DrawColour(0, 0, 0), const DrawColour &col2=DrawColour(0, 0, 0), double offset=0.05, int atom1=-1, int atom2=-1, int bond=-1) |
| |
| | DrawShapeWavyLine (const DrawShapeWavyLine &)=delete |
| |
| | DrawShapeWavyLine (DrawShapeWavyLine &&)=delete |
| |
| | ~DrawShapeWavyLine () override=default |
| |
| DrawShapeWavyLine & | operator= (const DrawShapeWavyLine &)=delete |
| |
| DrawShapeWavyLine & | operator= (DrawShapeWavyLine &&)=delete |
| |
| void | myDraw (MolDraw2D &drawer) const override |
| |
| void | scale (const Point2D &scaleFactor) 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 | findExtremes (double &xmin, double &xmax, double &ymin, double &ymax) const |
| |
| virtual void | move (const Point2D &trans) |
| |
Definition at line 205 of file DrawShape.h.
◆ DrawShapeWavyLine() [1/3]
| RDKit::MolDraw2D_detail::DrawShapeWavyLine::DrawShapeWavyLine |
( |
const std::vector< Point2D > | points, |
|
|
double | lineWidth = 2.0, |
|
|
bool | scaleLineWidth = false, |
|
|
const DrawColour & | col1 = DrawColour(0, 0, 0), |
|
|
const DrawColour & | col2 = DrawColour(0, 0, 0), |
|
|
double | offset = 0.05, |
|
|
int | atom1 = -1, |
|
|
int | atom2 = -1, |
|
|
int | bond = -1 ) |
◆ DrawShapeWavyLine() [2/3]
| RDKit::MolDraw2D_detail::DrawShapeWavyLine::DrawShapeWavyLine |
( |
const DrawShapeWavyLine & | | ) |
|
|
delete |
◆ DrawShapeWavyLine() [3/3]
| RDKit::MolDraw2D_detail::DrawShapeWavyLine::DrawShapeWavyLine |
( |
DrawShapeWavyLine && | | ) |
|
|
delete |
◆ ~DrawShapeWavyLine()
| RDKit::MolDraw2D_detail::DrawShapeWavyLine::~DrawShapeWavyLine |
( |
| ) |
|
|
overridedefault |
◆ doesRectClash()
| bool RDKit::MolDraw2D_detail::DrawShapeWavyLine::doesRectClash |
( |
const StringRect & | rect, |
|
|
double | padding ) const |
|
overridevirtual |
◆ myDraw()
| void RDKit::MolDraw2D_detail::DrawShapeWavyLine::myDraw |
( |
MolDraw2D & | drawer | ) |
const |
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ scale()
| void RDKit::MolDraw2D_detail::DrawShapeWavyLine::scale |
( |
const Point2D & | scaleFactor | ) |
|
|
overridevirtual |
◆ col2_
| DrawColour RDKit::MolDraw2D_detail::DrawShapeWavyLine::col2_ |
◆ offset_
| double RDKit::MolDraw2D_detail::DrawShapeWavyLine::offset_ |
The documentation for this class was generated from the following file: