Engauge Digitizer 2
|
This class adds validation to the Curves page. More...
#include <ChecklistGuidePageCurves.h>
Public Slots | |
void | slotTableChanged () |
Update after curve table update. | |
bool | withLines () const |
Drawn with lines, else points. | |
Public Member Functions | |
ChecklistGuidePageCurves (const QString &title) | |
Single constructor. | |
QStringList | curveNames () const |
Wizard selection for curve names. | |
virtual bool | isComplete () const |
Validate the contents of this page. | |
![]() | |
ChecklistGuidePage (const QString &title) | |
Single constructor. | |
void | addHtml (const QString &html) |
Insert html for display. | |
QRadioButton * | addLabelAndRadioButton (const QString &label, const QString &whatsThis) |
Insert radio button and corresponding label. | |
void | addLineEdit (ChecklistLineEdit *edit, const QString &whatsThis) |
Insert line edit. | |
This class adds validation to the Curves page.
Definition at line 17 of file ChecklistGuidePageCurves.h.
Single constructor.
Definition at line 16 of file ChecklistGuidePageCurves.cpp.
QStringList ChecklistGuidePageCurves::curveNames | ( | ) | const |
Wizard selection for curve names.
Definition at line 56 of file ChecklistGuidePageCurves.cpp.
|
virtual |
Validate the contents of this page.
Definition at line 82 of file ChecklistGuidePageCurves.cpp.
|
slot |
Update after curve table update.
Definition at line 90 of file ChecklistGuidePageCurves.cpp.
|
slot |
Drawn with lines, else points.
Definition at line 97 of file ChecklistGuidePageCurves.cpp.