Package com.jme3.system.jopenvr
Class VR_IVRScreenshots_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRScreenshots_FnTable
- Direct Known Subclasses:
- VR_IVRScreenshots_FnTable.ByReference,- VR_IVRScreenshots_FnTable.ByValue
public class VR_IVRScreenshots_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:2299
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 classstatic classstatic interfacenative declaration : headers\openvr_capi.h:2295static interfacenative declaration : headers\openvr_capi.h:2294static interfacenative declaration : headers\openvr_capi.h:2293static interfacenative declaration : headers\openvr_capi.h:2292static interfacenative declaration : headers\openvr_capi.h:2298static interfacenative declaration : headers\openvr_capi.h:2297static interfacenative declaration : headers\openvr_capi.h:2296Nested classes/interfaces inherited from class com.sun.jna.Structurecom.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionC type : GetScreenshotPropertyFilename_callback*C type : GetScreenshotPropertyType_callback*C type : HookScreenshot_callback*C type : RequestScreenshot_callback*C type : SubmitScreenshot_callback*C type : TakeStereoScreenshot_callback*C type : UpdateScreenshotProgress_callback*Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionVR_IVRScreenshots_FnTable(VR_IVRScreenshots_FnTable.RequestScreenshot_callback RequestScreenshot, VR_IVRScreenshots_FnTable.HookScreenshot_callback HookScreenshot, VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback GetScreenshotPropertyType, VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilename, VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback UpdateScreenshotProgress, VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback TakeStereoScreenshot, VR_IVRScreenshots_FnTable.SubmitScreenshot_callback SubmitScreenshot) VR_IVRScreenshots_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- 
RequestScreenshotC type : RequestScreenshot_callback*
- 
HookScreenshotC type : HookScreenshot_callback*
- 
GetScreenshotPropertyTypeC type : GetScreenshotPropertyType_callback*
- 
GetScreenshotPropertyFilenamepublic VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilenameC type : GetScreenshotPropertyFilename_callback*
- 
UpdateScreenshotProgressC type : UpdateScreenshotProgress_callback*
- 
TakeStereoScreenshotC type : TakeStereoScreenshot_callback*
- 
SubmitScreenshotC type : SubmitScreenshot_callback*
 
- 
- 
Constructor Details- 
VR_IVRScreenshots_FnTablepublic VR_IVRScreenshots_FnTable()
- 
VR_IVRScreenshots_FnTablepublic VR_IVRScreenshots_FnTable(VR_IVRScreenshots_FnTable.RequestScreenshot_callback RequestScreenshot, VR_IVRScreenshots_FnTable.HookScreenshot_callback HookScreenshot, VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback GetScreenshotPropertyType, VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilename, VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback UpdateScreenshotProgress, VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback TakeStereoScreenshot, VR_IVRScreenshots_FnTable.SubmitScreenshot_callback SubmitScreenshot) - Parameters:
- RequestScreenshot- C type : RequestScreenshot_callback*
- HookScreenshot- C type : HookScreenshot_callback*
- GetScreenshotPropertyType- C type : GetScreenshotPropertyType_callback*
- GetScreenshotPropertyFilename- C type : GetScreenshotPropertyFilename_callback*
- UpdateScreenshotProgress- C type : UpdateScreenshotProgress_callback*
- TakeStereoScreenshot- C type : TakeStereoScreenshot_callback*
- SubmitScreenshot- C type : SubmitScreenshot_callback*
 
- 
VR_IVRScreenshots_FnTablepublic VR_IVRScreenshots_FnTable(com.sun.jna.Pointer peer) 
 
- 
- 
Method Details- 
getFieldOrder- Overrides:
- getFieldOrderin class- com.sun.jna.Structure
 
 
-