28 MolDraw2DQt(
int width,
int height, QPainter &qp,
int panelWidth = -1,
29 int panelHeight = -1);
34 void setFontSize(
double new_size);
38 void drawChar(
char c,
const Point2D &cds);
39 void drawPolygon(
const std::vector<Point2D> &cds);
44 void getStringSize(
const std::string &label,
double &label_width,
45 double &label_height)
const;
51 #endif // MOLDRAW2DQT_H
MolDraw2D is the base class for doing 2D renderings of molecules.
#define RDKIT_MOLDRAW2D_EXPORT
boost::tuple< float, float, float > DrawColour