|
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. | |
Manage storage and retrieval of the settings for the curves.
Definition at line 13 of file SettingsForGraph.h.
| SettingsForGraph::SettingsForGraph | ( | ) |
Single constructor.
Definition at line 12 of file SettingsForGraph.cpp.
| QString SettingsForGraph::defaultCurveName | ( | int | indexOneBased, |
| const QString & | defaultName | ||
| ) | const |
Default graph name for the specified curve index.
Definition at line 27 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 16 of file SettingsForGraph.cpp.