35 #ifndef __itkQtProgressDialog_h
36 #define __itkQtProgressDialog_h
38 #include <QProgressDialog>
39 #include "itkCommand.h"
41 #include "itkQtConfigure.h"
56 const QString & cancelButtonText,
66 void ProcessEvent(itk::Object *caller,
const itk::EventObject & event);
68 void ConstProcessEvent(
const itk::Object *caller,
const itk::EventObject & event);
71 void Observe(itk::Object *caller);
itk::MemberCommand< QtProgressDialog > RedrawCommandType
RedrawCommandType::Pointer m_RedrawCommand