#include <BatchDialog.h>
Definition at line 12 of file BatchDialog.h.
◆ BatchManager()
BatchManager::BatchManager |
( |
| ) |
|
|
inline |
◆ clone()
◆ deleteRun()
void BatchManager::deleteRun |
( |
const Size |
rowIdx | ) |
|
|
inline |
◆ duplicateRun()
void BatchManager::duplicateRun |
( |
const Size |
rowIdx | ) |
|
|
inline |
◆ getCell()
std::string BatchManager::getCell |
( |
const Size |
colIdx, |
|
|
const Size |
rowIdx |
|
) |
| const |
|
inline |
◆ getParamCount()
Size BatchManager::getParamCount |
( |
| ) |
const |
|
inline |
◆ getParamKey()
std::string BatchManager::getParamKey |
( |
const Size |
colIdx | ) |
const |
|
inline |
◆ getParamNode()
◆ getRunCount()
Size BatchManager::getRunCount |
( |
| ) |
const |
|
inline |
◆ getRunName()
std::string BatchManager::getRunName |
( |
const Size |
rowIdx | ) |
const |
|
inline |
◆ load()
◆ modifyHierarchy()
Modifies the settings of the given node hierarchy.
Nodes are modified according to parameters of given run. Other parameters or nodes not specified in the manager are unchanged.
Definition at line 14 of file BatchDialog.cpp.
◆ resize()
void BatchManager::resize |
( |
const Size |
rowCnt, |
|
|
const Size |
colCnt |
|
) |
| |
|
inline |
◆ save()
void BatchManager::save |
( |
Config & |
config | ) |
|
◆ setCell()
void BatchManager::setCell |
( |
const Size |
colIdx, |
|
|
const Size |
rowIdx, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ setParam()
void BatchManager::setParam |
( |
const Size |
colIdx, |
|
|
const SharedPtr< JobNode > & |
node, |
|
|
const std::string & |
key |
|
) |
| |
|
inline |
◆ setRunName()
void BatchManager::setRunName |
( |
const Size |
rowIdx, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: