23QPixmap ViewPointStyle::pixmapForCurrentSettings ()
const
46 color =
QColor (Qt::black);
52 QImage::Format_RGB32);
75 <<
" enabled=" << (
enabled ?
"true" :
"false");
78 setPixmap (pixmapForCurrentSettings ());
85 m_pointStyle = pointStyle;
86 setPixmap (pixmapForCurrentSettings ());
const int INNER_RADIUS_MIN
QColor ColorPaletteToQColor(ColorPalette color)
log4cpp::Category * mainCat
const QColor COLOR_FOR_BRUSH_DISABLED(Qt::gray)
const QColor COLOR_FOR_BRUSH_ENABLED(Qt::white)
Details for a specific Point.
QPolygonF polygon() const
Return the polygon for creating a QGraphicsPolygonItem. The size is determined by the radius.
ColorPalette paletteColor() const
Get method for point color.
int lineWidth() const
Get method for line width.
ViewPointStyle(QWidget *parent=0)
Single constructor.
void unsetPointStyle()
Apply no PointStyle.
void setPointStyle(const PointStyle &pointStyle)
Apply the PointStyle of the currently selected curve.
void setEnabled(bool enabled)
Show the style with semi-transparency or full-transparency to indicate if associated Curve is active ...
#define LOG4CPP_INFO_S(logger)