Package com.jme3.system.jopenvr
Class VR_IVRChaperone_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRChaperone_FnTable
- Direct Known Subclasses:
- VR_IVRChaperone_FnTable.ByReference,- VR_IVRChaperone_FnTable.ByValue
public class VR_IVRChaperone_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:1915
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacenative declaration : headers\openvr_capi.h:1913static classstatic classstatic interfacenative declaration : headers\openvr_capi.h:1914static interfacenative declaration : headers\openvr_capi.h:1912static interfacenative declaration : headers\openvr_capi.h:1907static interfacenative declaration : headers\openvr_capi.h:1909static interfacenative declaration : headers\openvr_capi.h:1908static interfacenative declaration : headers\openvr_capi.h:1910static interfacenative declaration : headers\openvr_capi.h:1911Nested classes/interfaces inherited from class com.sun.jna.Structurecom.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionC type : AreBoundsVisible_callback*C type : ForceBoundsVisible_callback*C type : GetBoundsColor_callback*C type : GetCalibrationState_callback*C type : GetPlayAreaRect_callback*C type : GetPlayAreaSize_callback*C type : ReloadInfo_callback*C type : SetSceneColor_callback*Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionVR_IVRChaperone_FnTable(VR_IVRChaperone_FnTable.GetCalibrationState_callback GetCalibrationState, VR_IVRChaperone_FnTable.GetPlayAreaSize_callback GetPlayAreaSize, VR_IVRChaperone_FnTable.GetPlayAreaRect_callback GetPlayAreaRect, VR_IVRChaperone_FnTable.ReloadInfo_callback ReloadInfo, VR_IVRChaperone_FnTable.SetSceneColor_callback SetSceneColor, VR_IVRChaperone_FnTable.GetBoundsColor_callback GetBoundsColor, VR_IVRChaperone_FnTable.AreBoundsVisible_callback AreBoundsVisible, VR_IVRChaperone_FnTable.ForceBoundsVisible_callback ForceBoundsVisible) VR_IVRChaperone_FnTable(com.sun.jna.Pointer peer) 
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
GetCalibrationStateC type : GetCalibrationState_callback*
- 
GetPlayAreaSizeC type : GetPlayAreaSize_callback*
- 
GetPlayAreaRectC type : GetPlayAreaRect_callback*
- 
ReloadInfoC type : ReloadInfo_callback*
- 
SetSceneColorC type : SetSceneColor_callback*
- 
GetBoundsColorC type : GetBoundsColor_callback*
- 
AreBoundsVisibleC type : AreBoundsVisible_callback*
- 
ForceBoundsVisibleC type : ForceBoundsVisible_callback*
 
- 
- 
Constructor Details- 
VR_IVRChaperone_FnTablepublic VR_IVRChaperone_FnTable()
- 
VR_IVRChaperone_FnTablepublic VR_IVRChaperone_FnTable(VR_IVRChaperone_FnTable.GetCalibrationState_callback GetCalibrationState, VR_IVRChaperone_FnTable.GetPlayAreaSize_callback GetPlayAreaSize, VR_IVRChaperone_FnTable.GetPlayAreaRect_callback GetPlayAreaRect, VR_IVRChaperone_FnTable.ReloadInfo_callback ReloadInfo, VR_IVRChaperone_FnTable.SetSceneColor_callback SetSceneColor, VR_IVRChaperone_FnTable.GetBoundsColor_callback GetBoundsColor, VR_IVRChaperone_FnTable.AreBoundsVisible_callback AreBoundsVisible, VR_IVRChaperone_FnTable.ForceBoundsVisible_callback ForceBoundsVisible) - Parameters:
- GetCalibrationState- C type : GetCalibrationState_callback*
- GetPlayAreaSize- C type : GetPlayAreaSize_callback*
- GetPlayAreaRect- C type : GetPlayAreaRect_callback*
- ReloadInfo- C type : ReloadInfo_callback*
- SetSceneColor- C type : SetSceneColor_callback*
- GetBoundsColor- C type : GetBoundsColor_callback*
- AreBoundsVisible- C type : AreBoundsVisible_callback*
- ForceBoundsVisible- C type : ForceBoundsVisible_callback*
 
- 
VR_IVRChaperone_FnTablepublic VR_IVRChaperone_FnTable(com.sun.jna.Pointer peer) 
 
- 
- 
Method Details- 
getFieldOrder- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
 
 
-