void initWindow()
initiaize the window with the post processors of the current examiner
static void loadSavedPostProcessors(const unsigned _examiner)
append all saved post processors
std::vector< unsigned > activeRowToRow_
maps activeRow from activeList (same as chainIdx from RendererInfo) to row from list (same as activeI...
static QStringList getSavedPostProcessorNames(const unsigned _examiner)
return the names of all saved post processors
void slotMoveUp()
move the selected active postprocessor 1 up
void slotDeactivatePostProcessor()
Deactivates the current postProcessor.
void slotContextMenuActivate(const QPoint &_point)
Show the custom context menu for activation.
void slotMovePostProcessor(unsigned _from, unsigned _to)
Move the position/ordering of postprocessor in the postprocessor.
void updateExaminer(unsigned _viewer)
request an update for an specified viewer
unsigned currentExaminer_
holds the examiner id for the window
void slotSaveActive()
saves active post processor chain
void refresh()
refreshes the content of the dialog with current examiner
void slotActivatePostProcessor()
Activates the post processor (triggered via the context menu)
void slotMoveDown()
move the selected active postprocessor 1 down
void slotContextMenuDeactivate(const QPoint &_point)
Show the custom context menu for deactivation.