Engauge Digitizer 2
|
Class that displays a view of the current Curve's point style. More...
#include <ViewPointStyle.h>
Public Member Functions | |
ViewPointStyle (QWidget *parent=0) | |
Single constructor. | |
void | setEnabled (bool enabled) |
Show the style with semi-transparency or full-transparency to indicate if associated Curve is active or not. | |
void | setPointStyle (const PointStyle &pointStyle) |
Apply the PointStyle of the currently selected curve. | |
void | unsetPointStyle () |
Apply no PointStyle. | |
Class that displays a view of the current Curve's point style.
Do NOT apply a visible border since that would hide a square drawn just inside the four sides.
Definition at line 16 of file ViewPointStyle.h.
ViewPointStyle::ViewPointStyle | ( | QWidget * | parent = 0 | ) |
Single constructor.
Definition at line 16 of file ViewPointStyle.cpp.
Show the style with semi-transparency or full-transparency to indicate if associated Curve is active or not.
Definition at line 72 of file ViewPointStyle.cpp.
void ViewPointStyle::setPointStyle | ( | const PointStyle & | pointStyle | ) |
Apply the PointStyle of the currently selected curve.
Definition at line 81 of file ViewPointStyle.cpp.
void ViewPointStyle::unsetPointStyle | ( | ) |
Apply no PointStyle.
Definition at line 89 of file ViewPointStyle.cpp.