#include <pqPythonMacroSupervisor.h>
Inherits QObject.
Definition at line 44 of file pqPythonMacroSupervisor.h.
§ pqPythonMacroSupervisor()
pqPythonMacroSupervisor::pqPythonMacroSupervisor |
( |
QObject * |
p = 0 | ) |
|
§ ~pqPythonMacroSupervisor()
pqPythonMacroSupervisor::~pqPythonMacroSupervisor |
( |
| ) |
|
§ addWidgetForRunMacros()
void pqPythonMacroSupervisor::addWidgetForRunMacros |
( |
QWidget * |
widget | ) |
|
§ addWidgetForEditMacros()
void pqPythonMacroSupervisor::addWidgetForEditMacros |
( |
QWidget * |
widget | ) |
|
§ addWidgetForDeleteMacros()
void pqPythonMacroSupervisor::addWidgetForDeleteMacros |
( |
QWidget * |
widget | ) |
|
§ getMacro()
QAction* pqPythonMacroSupervisor::getMacro |
( |
const QString & |
fileName | ) |
|
§ getStoredMacros()
static QMap<QString, QString> pqPythonMacroSupervisor::getStoredMacros |
( |
| ) |
|
|
static |
§ removeStoredMacro()
static void pqPythonMacroSupervisor::removeStoredMacro |
( |
const QString & |
filename | ) |
|
|
static |
§ macroNameFromFileName()
static QString pqPythonMacroSupervisor::macroNameFromFileName |
( |
const QString & |
filename | ) |
|
|
static |
§ getMacrosFilePaths()
static QStringList pqPythonMacroSupervisor::getMacrosFilePaths |
( |
| ) |
|
|
static |
§ executeScriptRequested
void pqPythonMacroSupervisor::executeScriptRequested |
( |
const QString & |
filename | ) |
|
|
signal |
§ onEditMacro
void pqPythonMacroSupervisor::onEditMacro |
( |
const QString & |
filename | ) |
|
|
signal |
§ addMacro [1/2]
void pqPythonMacroSupervisor::addMacro |
( |
const QString & |
macroName, |
|
|
const QString & |
filename |
|
) |
| |
|
slot |
§ addMacro [2/2]
void pqPythonMacroSupervisor::addMacro |
( |
const QString & |
filename | ) |
|
|
slot |
§ removeMacro
void pqPythonMacroSupervisor::removeMacro |
( |
const QString & |
filename | ) |
|
|
slot |
§ updateMacroList
void pqPythonMacroSupervisor::updateMacroList |
( |
| ) |
|
|
slot |
§ onMacroTriggered
void pqPythonMacroSupervisor::onMacroTriggered |
( |
| ) |
|
|
protectedslot |
§ onDeleteMacroTriggered
void pqPythonMacroSupervisor::onDeleteMacroTriggered |
( |
| ) |
|
|
protectedslot |
§ onEditMacroTriggered
void pqPythonMacroSupervisor::onEditMacroTriggered |
( |
| ) |
|
|
protectedslot |
§ addWidgetForMacros()
void pqPythonMacroSupervisor::addWidgetForMacros |
( |
QWidget * |
widget, |
|
|
int |
actionType |
|
) |
| |
|
protected |
§ resetActions()
void pqPythonMacroSupervisor::resetActions |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: