Engauge Digitizer  2
SettingsForGraph.h
1 #ifndef SETTINGS_FOR_GRAPH_H
2 #define SETTINGS_FOR_GRAPH_H
3 
4 #include <QString>
5 
8 {
9  public:
12 
14  QString defaultCurveName (int indexOneBased,
15  const QString &defaultName) const;
16 
18  QString groupNameForNthCurve (int indexOneBased) const;
19 };
20 
21 #endif // SETTINGS_FOR_GRAPH_H
Manage storage and retrieval of the settings for the curves.
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...
SettingsForGraph()
Single constructor.