Go to the documentation of this file.
93 #ifndef vtkWidgetSet_h
94 #define vtkWidgetSet_h
153 template <
class TW
idget >
159 it != this->Widget.end() ; ++it)
161 TWidget *
w =
static_cast<TWidget *
>(*it);
164 ((*w).*(action))(caller);
172 it != this->Widget.end() ; ++it)
174 TWidget *
w =
static_cast<TWidget *
>(*it);
175 if (caller !=
w) ((*w).*(action))(caller);
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
GLubyte GLubyte GLubyte GLubyte w
void(TWidget::* TActionFunctionPointer)(TWidget *dispatcher)