| 
    Slicer
    4.8
    
   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 | 
| Optional call data. 0 by default.  More... | |
| vtkObject * | Caller | 
| the caller to call InvokeEvent() on.  More... | |
| unsigned int | Delay | 
| 100ms by default.  More... | |
| unsigned long | EventID | 
| The event id of InvokeEvent. ModifiedEvent by default.  More... | |
Structure passed as calldata pointer in the RequestEvent invoked event.
Definition at line 183 of file vtkMRMLApplicationLogic.h.
| vtkMRMLApplicationLogic::InvokeRequest::InvokeRequest | ( | ) | 
| void* vtkMRMLApplicationLogic::InvokeRequest::CallData | 
Optional call data. 0 by default.
Definition at line 192 of file vtkMRMLApplicationLogic.h.
| vtkObject* vtkMRMLApplicationLogic::InvokeRequest::Caller | 
the caller to call InvokeEvent() on.
Definition at line 188 of file vtkMRMLApplicationLogic.h.
| unsigned int vtkMRMLApplicationLogic::InvokeRequest::Delay | 
100ms by default.
Definition at line 186 of file vtkMRMLApplicationLogic.h.
| unsigned long vtkMRMLApplicationLogic::InvokeRequest::EventID | 
The event id of InvokeEvent. ModifiedEvent by default.
Definition at line 190 of file vtkMRMLApplicationLogic.h.
 1.8.13