28 #ifndef __itkOutputWindow_h
29 #define __itkOutputWindow_h
71 virtual void DisplayText(
const char *);
96 itkSetMacro(PromptUser,
bool);
97 itkGetConstMacro(PromptUser,
bool);
98 itkBooleanMacro(PromptUser);
104 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
108 void operator=(
const Self &);