Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
vtkMRMLApplicationLogic::InvokeRequest Struct Reference

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. More...
 
vtkObject * Caller {nullptr}
 the caller to call InvokeEvent() on. More...
 
unsigned int Delay {100}
 100ms by default. More...
 
unsigned long EventID {vtkCommand::ModifiedEvent}
 The event id of InvokeEvent. ModifiedEvent by default. More...
 

Detailed Description

Structure passed as calldata pointer in the RequestEvent invoked event.

Definition at line 197 of file vtkMRMLApplicationLogic.h.

Constructor & Destructor Documentation

◆ InvokeRequest()

vtkMRMLApplicationLogic::InvokeRequest::InvokeRequest ( )

Member Data Documentation

◆ CallData

void* vtkMRMLApplicationLogic::InvokeRequest::CallData {nullptr}

Optional call data. 0 by default.

Definition at line 206 of file vtkMRMLApplicationLogic.h.

◆ Caller

vtkObject* vtkMRMLApplicationLogic::InvokeRequest::Caller {nullptr}

the caller to call InvokeEvent() on.

Definition at line 202 of file vtkMRMLApplicationLogic.h.

◆ Delay

unsigned int vtkMRMLApplicationLogic::InvokeRequest::Delay {100}

100ms by default.

Definition at line 200 of file vtkMRMLApplicationLogic.h.

◆ EventID

unsigned long vtkMRMLApplicationLogic::InvokeRequest::EventID {vtkCommand::ModifiedEvent}

The event id of InvokeEvent. ModifiedEvent by default.

Definition at line 204 of file vtkMRMLApplicationLogic.h.


The documentation for this struct was generated from the following file: