|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_VIS_QTOBJECTFACTORY_HPP
30 #define CDPL_VIS_QTOBJECTFACTORY_HPP
106 #endif // CDPL_VIS_QTOBJECTFACTORY_HPP
static QBrush createQBrush(const Brush &brush)
Creates a QBrush object that corresponds to the specified brush.
Specifies how to draw lines and outlines of shapes.
Definition: Pen.hpp:53
static QPen createQPen(const Pen &pen)
Creates a QPen object that corresponds to the specified pen.
static QPainterPath & createQPainterPath(const Path2D &path, QPainterPath &qt_path)
Creates a QPainterPath object that corresponds to the specified path.
Specifies a font for drawing text.
Definition: Font.hpp:54
Provides a container for painting operations, enabling arbitrary graphical shapes to be constructed a...
Definition: Path2D.hpp:78
static QFont createQFont(const Font &font)
Creates a QFont object that corresponds to the specified font.
static QColor createQColor(const Color &color)
Creates a QColor object that corresponds to the specified color.
Provides methods for the creation of QFont, QColor, QPen and QBrush objects from Font,...
Definition: QtObjectFactory.hpp:61
The namespace of the Chemical Data Processing Library.
Specifies the fill pattern and fill color of shapes.
Definition: Brush.hpp:50
#define CDPL_VIS_QT_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of the preprocessor macro CDPL_VIS_API.
Specifies a color in terms of its red, green and blue components and an alpha-channel for transparenc...
Definition: Color.hpp:52