65 void CoreWidget::slotShowPostProcessorManager() {
67 if ( OpenFlipper::Options::nogui() )
70 if ( ! postProcessorDialog_ ) {
75 connect(postProcessorDialog_,SIGNAL(updateExaminer(
unsigned)),
this,SLOT(
slotUpdateExaminer(
unsigned)));
77 postProcessorDialog_->show();
void slotUpdateExaminer(unsigned _id)
update the content of the specified examiner