44 #include "ui_postProcessorWidget.h" 100 void closeEvent(QCloseEvent *_event);
102 void showEvent ( QShowEvent * );
void slotMoveDown()
move the selected active postprocessor 1 down
void slotSaveActive()
saves active post processor chain
unsigned currentExaminer_
holds the examiner id for the window
void initWindow()
initiaize the window with the post processors of the current examiner
static QStringList getSavedPostProcessorNames(const unsigned _examiner)
return the names of all saved post processors
void refresh()
refreshes the content of the dialog with current examiner
void slotMoveUp()
move the selected active postprocessor 1 up
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 slotDeactivatePostProcessor()
Deactivates the current postProcessor.
void slotActivatePostProcessor()
Activates the post processor (triggered via the context menu)
void slotContextMenuDeactivate(const QPoint &_point)
Show the custom context menu for deactivation.
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.
static void loadSavedPostProcessors(const unsigned _examiner)
append all saved post processors