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.