28 #ifndef itkOutputWindow_h
29 #define itkOutputWindow_h
39 struct OutputWindowGlobals;
83 DisplayText(
const char *);
100 this->DisplayText(t);
109 this->DisplayText(t);
118 this->DisplayText(t);
124 itkSetMacro(PromptUser,
bool);
125 itkGetConstMacro(PromptUser,
bool);
126 itkBooleanMacro(PromptUser);
133 PrintSelf(std::ostream & os,
Indent indent)
const override;
138 std::atomic<bool> m_PromptUser{};
139 std::mutex m_cerrMutex{};