|
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Structure passed as calldata pointer in the RequestEvent invoked event. More...
#include <Libs/MRML/Logic/vtkMRMLApplicationLogic.h>
Public Member Functions | |
| InvokeRequest () | |
Public Attributes | |
| void * | CallData { nullptr } |
| Optional call data. 0 by default. | |
| vtkObject * | Caller { nullptr } |
| the caller to call InvokeEvent() on. | |
| unsigned int | Delay { 100 } |
| 100ms by default. | |
| unsigned long | EventID { vtkCommand::ModifiedEvent } |
| The event id of InvokeEvent. ModifiedEvent by default. | |
Structure passed as calldata pointer in the RequestEvent invoked event.
Definition at line 206 of file vtkMRMLApplicationLogic.h.
| vtkMRMLApplicationLogic::InvokeRequest::InvokeRequest | ( | ) |
| void* vtkMRMLApplicationLogic::InvokeRequest::CallData { nullptr } |
Optional call data. 0 by default.
Definition at line 216 of file vtkMRMLApplicationLogic.h.
| vtkObject* vtkMRMLApplicationLogic::InvokeRequest::Caller { nullptr } |
the caller to call InvokeEvent() on.
Definition at line 212 of file vtkMRMLApplicationLogic.h.
| unsigned int vtkMRMLApplicationLogic::InvokeRequest::Delay { 100 } |
100ms by default.
Definition at line 210 of file vtkMRMLApplicationLogic.h.
| unsigned long vtkMRMLApplicationLogic::InvokeRequest::EventID { vtkCommand::ModifiedEvent } |
The event id of InvokeEvent. ModifiedEvent by default.
Definition at line 214 of file vtkMRMLApplicationLogic.h.