#include <vtkKWEWidgetGroup.h>
Public Types | |
| typedef int(TWidget::* | TActionFunctionPointer )(TWidget *dispatcher) |
Pointer to a member function that takes a vtkAbstractWidget (the active child) and another vtkAbstractWidget (the widget to dispatch an action) to. All "Action" funtions in a widget must conform to this signature. A return value of 0 from the active widget indicates that there is no need to for the widget set to dispatch the action to other widgets in the set.
Definition at line 156 of file vtkKWEWidgetGroup.h.
| typedef int(TWidget::* vtkKWEWidgetGroup::ActionFunction< TWidget >::TActionFunctionPointer)(TWidget *dispatcher) |
Definition at line 158 of file vtkKWEWidgetGroup.h.
1.7.1