#include <DrawShape.h>
|
| DrawShapeDashedWedge (const std::vector< Point2D > points, const DrawColour &col1, const DrawColour &col2, bool oneLessDash=true, double lineWidth=1.0, int atom1=-1, int atom2=-1, int bond=-1) |
|
| DrawShapeDashedWedge (const DrawShapeDashedWedge &)=delete |
|
| DrawShapeDashedWedge (DrawShapeDashedWedge &&)=delete |
|
| ~DrawShapeDashedWedge ()=default |
|
DrawShapeDashedWedge & | operator= (const DrawShapeDashedWedge &)=delete |
|
DrawShapeDashedWedge & | operator= (DrawShapeDashedWedge &&)=delete |
|
void | buildLines () |
|
void | myDraw (MolDraw2D &drawer) const override |
|
void | scale (const Point2D &scale_factor) override |
|
void | move (const Point2D &trans) override |
|
void | findExtremes (double &xmin, double &xmax, double &ymin, double &ymax) 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) |
|
Definition at line 169 of file DrawShape.h.
◆ DrawShapeDashedWedge() [1/3]
RDKit::MolDraw2D_detail::DrawShapeDashedWedge::DrawShapeDashedWedge |
( |
const std::vector< Point2D > | points, |
|
|
const DrawColour & | col1, |
|
|
const DrawColour & | col2, |
|
|
bool | oneLessDash = true, |
|
|
double | lineWidth = 1.0, |
|
|
int | atom1 = -1, |
|
|
int | atom2 = -1, |
|
|
int | bond = -1 ) |
◆ DrawShapeDashedWedge() [2/3]
RDKit::MolDraw2D_detail::DrawShapeDashedWedge::DrawShapeDashedWedge |
( |
const DrawShapeDashedWedge & | | ) |
|
|
delete |
◆ DrawShapeDashedWedge() [3/3]
◆ ~DrawShapeDashedWedge()
RDKit::MolDraw2D_detail::DrawShapeDashedWedge::~DrawShapeDashedWedge |
( |
| ) |
|
|
default |
◆ buildLines()
void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::buildLines |
( |
| ) |
|
◆ doesRectClash()
bool RDKit::MolDraw2D_detail::DrawShapeDashedWedge::doesRectClash |
( |
const StringRect & | rect, |
|
|
double | padding ) const |
|
overridevirtual |
◆ findExtremes()
void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::findExtremes |
( |
double & | xmin, |
|
|
double & | xmax, |
|
|
double & | ymin, |
|
|
double & | ymax ) const |
|
overridevirtual |
◆ move()
void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::move |
( |
const Point2D & | trans | ) |
|
|
overridevirtual |
◆ myDraw()
void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::myDraw |
( |
MolDraw2D & | drawer | ) |
const |
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ scale()
void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::scale |
( |
const Point2D & | scale_factor | ) |
|
|
overridevirtual |
◆ at1Cds_
Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::at1Cds_ |
◆ col2_
DrawColour RDKit::MolDraw2D_detail::DrawShapeDashedWedge::col2_ |
◆ end1Cds_
Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::end1Cds_ |
◆ end2Cds_
Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::end2Cds_ |
◆ lineColours_
std::vector<DrawColour> RDKit::MolDraw2D_detail::DrawShapeDashedWedge::lineColours_ |
◆ oneLessDash_
bool RDKit::MolDraw2D_detail::DrawShapeDashedWedge::oneLessDash_ |
The documentation for this class was generated from the following file: