|
Engauge Digitizer 2
|
Manage storage and retrieval of the settings for the curves. More...
#include <SettingsForGraph.h>

Public Member Functions | |
| SettingsForGraph () | |
| Single constructor. | |
| QString | defaultCurveName (int indexOneBased, const QString &defaultName) const |
| Default graph name for the specified curve index. | |
| QString | groupNameForNthCurve (int indexOneBased) const |
| Return the group name, that appears in the settings file/registry, for the specified curve index. | |
| int | numberOfCurvesForImport () const |
| Return the number of curve names to be generated. Value is maximum of 1 and the number in the configuration file. | |
Manage storage and retrieval of the settings for the curves.
Definition at line 13 of file SettingsForGraph.h.
| SettingsForGraph::SettingsForGraph | ( | ) |
| QString SettingsForGraph::defaultCurveName | ( | int | indexOneBased, |
| const QString & | defaultName ) const |
Default graph name for the specified curve index.
Definition at line 16 of file SettingsForGraph.cpp.
| QString SettingsForGraph::groupNameForNthCurve | ( | int | indexOneBased | ) | const |
Return the group name, that appears in the settings file/registry, for the specified curve index.
Definition at line 32 of file SettingsForGraph.cpp.
| int SettingsForGraph::numberOfCurvesForImport | ( | ) | const |
Return the number of curve names to be generated. Value is maximum of 1 and the number in the configuration file.
Definition at line 43 of file SettingsForGraph.cpp.