Public Types

vtkKWEWidgetGroup::ActionFunction< TWidget > Struct Template Reference

#include <vtkKWEWidgetGroup.h>

List of all members.

Public Types

typedef int(TWidget::* TActionFunctionPointer )(TWidget *dispatcher)

Detailed Description

template<class TWidget>
struct vtkKWEWidgetGroup::ActionFunction< TWidget >

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.


Member Typedef Documentation

template<class TWidget>
typedef int(TWidget::* vtkKWEWidgetGroup::ActionFunction< TWidget >::TActionFunctionPointer)(TWidget *dispatcher)

Definition at line 158 of file vtkKWEWidgetGroup.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines