#include <pqExpressionsManager.h>
Definition at line 14 of file pqExpressionsManager.h.
◆ pqExpressionsManager()
pqExpressionsManager::pqExpressionsManager |
( |
| ) |
|
|
default |
◆ ~pqExpressionsManager()
pqExpressionsManager::~pqExpressionsManager |
( |
| ) |
|
|
default |
◆ getExpressionsFromSettings() [1/2]
static QList<pqExpression> pqExpressionsManager::getExpressionsFromSettings |
( |
| ) |
|
|
static |
Read and parse settings to return the list of available expressions.
◆ getExpressionsFromSettings() [2/2]
static QList<pqExpression> pqExpressionsManager::getExpressionsFromSettings |
( |
const QString & |
group | ) |
|
|
static |
◆ addExpressionToSettings()
static bool pqExpressionsManager::addExpressionToSettings |
( |
const QString & |
group, |
|
|
const QString & |
value |
|
) |
| |
|
static |
Add the expression under the given group and store it in the settings.
Preserve existent expressions. Return true if the expression was correctly added. Return false if an error occured or if expression was already present.
◆ storeToSettings()
static void pqExpressionsManager::storeToSettings |
( |
const QList< pqExpression > & |
expressions | ) |
|
|
static |
Store the given list to the settings.
Replace previous settings.
◆ SETTINGS_GROUP()
static constexpr const char* pqExpressionsManager::SETTINGS_GROUP |
( |
| ) |
|
|
inlinestatic |
◆ SETTINGS_KEY()
static constexpr const char* pqExpressionsManager::SETTINGS_KEY |
( |
| ) |
|
|
inlinestatic |
Name of QSettings key containing the expression concatenated in one string.
Definition at line 108 of file pqExpressionsManager.h.
◆ EXPRESSION_GROUP()
static constexpr const char* pqExpressionsManager::EXPRESSION_GROUP |
( |
| ) |
|
|
inlinestatic |
◆ PYTHON_EXPRESSION_GROUP()
static constexpr const char* pqExpressionsManager::PYTHON_EXPRESSION_GROUP |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: