4 #ifndef pqPythonMacroSettings_h 5 #define pqPythonMacroSettings_h 31 void setItemInSettings(
const QString& macroPath,
const QString&
value);
36 QString getItemFromSettings(
const QString& macroPath);
42 QMap<QString, QString> getItemSettings();
49 void writeItemSettings(
const QMap<QString, QString>& settingsMap);
55 void removeItemFromSettings(
const QString& macroPath);
62 bool getItemIndexInSettings(
const QString& macroPath,
int& idx,
int&
size);
67 #endif // pqPythonMacroSettings_h
pqPythonMacroSettings is a class to handle macro settings like names and tooltips.