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