Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ViewPointStyle Class Reference

Class that displays a view of the current Curve's point style. More...

#include <ViewPointStyle.h>

Inheritance diagram for ViewPointStyle:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ViewPointStyle()

ViewPointStyle::ViewPointStyle ( QWidget *  parent = 0)

Single constructor.

Definition at line 16 of file ViewPointStyle.cpp.

Member Function Documentation

◆ setEnabled()

void ViewPointStyle::setEnabled ( bool  enabled)

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.

◆ setPointStyle()

void ViewPointStyle::setPointStyle ( const PointStyle pointStyle)

Apply the PointStyle of the currently selected curve.

Definition at line 81 of file ViewPointStyle.cpp.

◆ unsetPointStyle()

void ViewPointStyle::unsetPointStyle ( )

Apply no PointStyle.

Definition at line 89 of file ViewPointStyle.cpp.


The documentation for this class was generated from the following files: