VTK  9.3.20240419
Public Attributes | List of all members
vtkOpenXRRenderWindowInteractor::ActionData Struct Reference

#include <vtkOpenXRRenderWindowInteractor.h>

Collaboration diagram for vtkOpenXRRenderWindowInteractor::ActionData:
[legend]

Public Attributes

std::string Name
 
vtkEventDataDeviceInput DeviceInput = vtkEventDataDeviceInput::Unknown
 
Action_t ActionStruct { XR_NULL_HANDLE }
 
vtkCommand::EventIds EventId
 
std::function< void(vtkEventData *)> Function
 
bool UseFunction = false
 

Detailed Description

Definition at line 123 of file vtkOpenXRRenderWindowInteractor.h.

Member Data Documentation

◆ Name

std::string vtkOpenXRRenderWindowInteractor::ActionData::Name

Definition at line 125 of file vtkOpenXRRenderWindowInteractor.h.

◆ DeviceInput

vtkEventDataDeviceInput vtkOpenXRRenderWindowInteractor::ActionData::DeviceInput = vtkEventDataDeviceInput::Unknown

Definition at line 127 of file vtkOpenXRRenderWindowInteractor.h.

◆ ActionStruct

Action_t vtkOpenXRRenderWindowInteractor::ActionData::ActionStruct { XR_NULL_HANDLE }

Definition at line 131 of file vtkOpenXRRenderWindowInteractor.h.

◆ EventId

vtkCommand::EventIds vtkOpenXRRenderWindowInteractor::ActionData::EventId

Definition at line 133 of file vtkOpenXRRenderWindowInteractor.h.

◆ Function

std::function<void(vtkEventData*)> vtkOpenXRRenderWindowInteractor::ActionData::Function

Definition at line 134 of file vtkOpenXRRenderWindowInteractor.h.

◆ UseFunction

bool vtkOpenXRRenderWindowInteractor::ActionData::UseFunction = false

Definition at line 135 of file vtkOpenXRRenderWindowInteractor.h.


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