50 #include "ui_postProcessorWidget.hh"
56 #include <QStringList>
108 void closeEvent(QCloseEvent *_event);
110 void showEvent ( QShowEvent * );
void slotContextMenuActivate(const QPoint &_point)
Show the custom context menu for activation.
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
static void loadSavedPostProcessors(const unsigned _examiner)
append all saved post processors
void slotContextMenuDeactivate(const QPoint &_point)
Show the custom context menu for deactivation.
void slotDeactivatePostProcessor()
Deactivates the current postProcessor.
void refresh()
refreshes the content of the dialog with current examiner
void slotMoveUp()
move the selected active postprocessor 1 up
void slotMovePostProcessor(unsigned _from, unsigned _to)
Move the position/ordering of postprocessor in the postprocessor.
void slotMoveDown()
move the selected active postprocessor 1 down
void initWindow()
initiaize the window with the post processors of the current examiner
void slotSaveActive()
saves active post processor chain
void slotActivatePostProcessor()
Activates the post processor (triggered via the context menu)
static QStringList getSavedPostProcessorNames(const unsigned _examiner)
return the names of all saved post processors