18 #ifndef __otbImageWidgetActionHandler_h
19 #define __otbImageWidgetActionHandler_h
59 virtual bool HandleWidgetEvent(
const std::string& itkNotUsed(widgetId),
int itkNotUsed(event))
70 virtual bool HandleWidgetMove(
const std::string& itkNotUsed(widgetId),
int itkNotUsed(x),
int itkNotUsed(y))
81 virtual bool HandleWidgetResize(
const std::string& itkNotUsed(widgetId),
int itkNotUsed(w),
int itkNotUsed(h))
87 itkSetMacro(IsActive,
bool);
88 itkGetMacro(IsActive,
bool);
89 itkBooleanMacro(IsActive);