12#ifndef ANAFOLD_FGRAPH_QWANNEALPARAMS_H
13#define ANAFOLD_FGRAPH_QWANNEALPARAMS_H
16#include <anatomist/observer/Observer.h>
21 class AnnealConfigurator;
44 virtual void update(
const anatomist::Observable* obs,
void* arg = 0 );
66 virtual bool event( QEvent* e );
68 sigraph::AnnealConfigurator *
_conf;
QAnnealParams(QWidget *parent, const char *name, anatomist::AFGraph *fusion)
virtual bool event(QEvent *e)
sigraph::AnnealConfigurator * _conf
anatomist::AFGraph * _fusion
void selectTranslationFile()
virtual void update(const anatomist::Observable *obs, void *arg=0)
void annealStepFinished()
friend class AnnealPThread