Doxygen Source Code Documentation
SUMA_ACTION_STACK_DATA Struct Reference
#include <SUMA_define.h>
Data Fields | |
SUMA_ACTION_RESULT(* | ActionFunction )(void *ActionData, SUMA_ACTION_POLARITY Pol) |
void * | ActionData |
void(* | ActionDataDestructor )(void *Actiondata) |
Field Documentation
|
The data to be passed to the function performing the action Definition at line 347 of file SUMA_define.h. Referenced by SUMA_FreeActionStackData(), SUMA_PushActionStack(), SUMA_RedoAction(), SUMA_ReleaseActionStackData(), and SUMA_UndoAction(). |
|
The function to call that destroys ActionData Referenced by SUMA_FreeActionStackData(), and SUMA_PushActionStack(). |
|
The function to call for performing the action Referenced by SUMA_PushActionStack(), SUMA_RedoAction(), and SUMA_UndoAction(). |
The documentation for this struct was generated from the following file: