50 #include "ui_postProcessorWidget.hh" 56 #include <QStringList> 108 void closeEvent(QCloseEvent *_event);
110 void showEvent ( QShowEvent * );
void slotMoveDown()
move the selected active postprocessor 1 down
void initWindow()
initiaize the window with the post processors of the current examiner
std::vector< unsigned > activeRowToRow_
maps activeRow from activeList (same as chainIdx from RendererInfo) to row from list (same as activeI...
static void loadSavedPostProcessors(const unsigned _examiner)
append all saved post processors
void slotMovePostProcessor(unsigned _from, unsigned _to)
Move the position/ordering of postprocessor in the postprocessor.
unsigned currentExaminer_
holds the examiner id for the window
void slotMoveUp()
move the selected active postprocessor 1 up
void slotDeactivatePostProcessor()
Deactivates the current postProcessor.
void slotContextMenuDeactivate(const QPoint &_point)
Show the custom context menu for deactivation.
void updateExaminer(unsigned _viewer)
request an update for an specified viewer
void slotSaveActive()
saves active post processor chain
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 slotContextMenuActivate(const QPoint &_point)
Show the custom context menu for activation.
void refresh()
refreshes the content of the dialog with current examiner