Package org.lwjgl.system.linux
Class XErrorEvent
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XErrorEvent>
org.lwjgl.system.linux.XErrorEvent
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class XErrorEvent
extends org.lwjgl.system.Struct<XErrorEvent>
implements org.lwjgl.system.NativeResource
Error event.
Layout
struct XErrorEvent {
int type;
Display * display();
XID resourceid();
unsigned long serial();
unsigned char error_code();
unsigned char request_code();
unsigned char minor_code();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXErrorEvent(ByteBuffer container) Creates aXErrorEventinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic XErrorEventcalloc()Returns a newXErrorEventinstance allocated withmemCalloc.static XErrorEvent.Buffercalloc(int capacity) Returns a newXErrorEvent.Bufferinstance allocated withmemCalloc.static XErrorEvent.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XErrorEventcalloc(org.lwjgl.system.MemoryStack stack) Returns a newXErrorEventinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XErrorEventDeprecated.static XErrorEvent.BuffercallocStack(int capacity) Deprecated.static XErrorEvent.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static XErrorEventcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static XErrorEventcreate()Returns a newXErrorEventinstance allocated withBufferUtils.static XErrorEvent.Buffercreate(int capacity) Returns a newXErrorEvent.Bufferinstance allocated withBufferUtils.static XErrorEventcreate(long address) Returns a newXErrorEventinstance for the specified memory address.static XErrorEvent.Buffercreate(long address, int capacity) Create aXErrorEvent.Bufferinstance at the specified memory.static @Nullable XErrorEventcreateSafe(long address) static @Nullable XErrorEvent.BuffercreateSafe(long address, int capacity) longdisplay()display the event was read fromdisplay(long value) Sets the specified value to thedisplay()field.byteerror code of failed requesterror_code(byte value) Sets the specified value to theerror_code()field.static XErrorEventmalloc()Returns a newXErrorEventinstance allocated withmemAlloc.static XErrorEvent.Buffermalloc(int capacity) Returns a newXErrorEvent.Bufferinstance allocated withmemAlloc.static XErrorEvent.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStack.static XErrorEventmalloc(org.lwjgl.system.MemoryStack stack) Returns a newXErrorEventinstance allocated on the specifiedMemoryStack.static XErrorEventDeprecated.static XErrorEvent.BuffermallocStack(int capacity) Deprecated.static XErrorEvent.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static XErrorEventmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.byteminor op-code of failed requestminor_code(byte value) Sets the specified value to theminor_code()field.static longndisplay(long struct) Unsafe version ofdisplay().static voidndisplay(long struct, long value) Unsafe version ofdisplay.static bytenerror_code(long struct) Unsafe version oferror_code().static voidnerror_code(long struct, byte value) Unsafe version oferror_code.static bytenminor_code(long struct) Unsafe version ofminor_code().static voidnminor_code(long struct, byte value) Unsafe version ofminor_code.static bytenrequest_code(long struct) Unsafe version ofrequest_code().static voidnrequest_code(long struct, byte value) Unsafe version ofrequest_code.static longnresourceid(long struct) Unsafe version ofresourceid().static voidnresourceid(long struct, long value) Unsafe version ofresourceid.static longnserial(long struct) Unsafe version ofserial().static voidnserial(long struct, long value) Unsafe version ofserial.static intntype(long struct) Unsafe version oftype().static voidntype(long struct, int value) Unsafe version oftype.bytemajor op-code of failed requestrequest_code(byte value) Sets the specified value to therequest_code()field.longresource idresourceid(long value) Sets the specified value to theresourceid()field.longserial()serial number of failed requestserial(long value) Sets the specified value to theserial()field.set(int type, long display, long resourceid, long serial, byte error_code, byte request_code, byte minor_code) Initializes this struct with the specified values.set(XErrorEvent src) Copies the specified struct data to this struct.intsizeof()inttype()type(int value) Sets the specified value to thetypefield.static voidvalidate(long struct) Validates pointer members that should not beNULL.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TYPE
public static final int TYPEThe struct member offsets. -
DISPLAY
public static final int DISPLAYThe struct member offsets. -
RESOURCEID
public static final int RESOURCEIDThe struct member offsets. -
SERIAL
public static final int SERIALThe struct member offsets. -
ERROR_CODE
public static final int ERROR_CODEThe struct member offsets. -
REQUEST_CODE
public static final int REQUEST_CODEThe struct member offsets. -
MINOR_CODE
public static final int MINOR_CODEThe struct member offsets.
-
-
Constructor Details
-
XErrorEvent
Creates aXErrorEventinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<XErrorEvent>
-
type
public int type()- Returns:
- the value of the
typefield.
-
display
public long display()display the event was read from -
resourceid
public long resourceid()resource id -
serial
public long serial()serial number of failed request -
error_code
public byte error_code()error code of failed request -
request_code
public byte request_code()major op-code of failed request -
minor_code
public byte minor_code()minor op-code of failed request -
type
Sets the specified value to thetypefield. -
display
Sets the specified value to thedisplay()field. -
resourceid
Sets the specified value to theresourceid()field. -
serial
Sets the specified value to theserial()field. -
error_code
Sets the specified value to theerror_code()field. -
request_code
Sets the specified value to therequest_code()field. -
minor_code
Sets the specified value to theminor_code()field. -
set
public XErrorEvent set(int type, long display, long resourceid, long serial, byte error_code, byte request_code, byte minor_code) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newXErrorEventinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newXErrorEventinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newXErrorEventinstance allocated withBufferUtils. -
create
Returns a newXErrorEventinstance for the specified memory address. -
createSafe
-
malloc
Returns a newXErrorEvent.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newXErrorEvent.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newXErrorEvent.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aXErrorEvent.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static XErrorEvent.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static XErrorEvent.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newXErrorEventinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newXErrorEventinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ntype
public static int ntype(long struct) Unsafe version oftype(). -
ndisplay
public static long ndisplay(long struct) Unsafe version ofdisplay(). -
nresourceid
public static long nresourceid(long struct) Unsafe version ofresourceid(). -
nserial
public static long nserial(long struct) Unsafe version ofserial(). -
nerror_code
public static byte nerror_code(long struct) Unsafe version oferror_code(). -
nrequest_code
public static byte nrequest_code(long struct) Unsafe version ofrequest_code(). -
nminor_code
public static byte nminor_code(long struct) Unsafe version ofminor_code(). -
ntype
public static void ntype(long struct, int value) Unsafe version oftype. -
ndisplay
public static void ndisplay(long struct, long value) Unsafe version ofdisplay. -
nresourceid
public static void nresourceid(long struct, long value) Unsafe version ofresourceid. -
nserial
public static void nserial(long struct, long value) Unsafe version ofserial. -
nerror_code
public static void nerror_code(long struct, byte value) Unsafe version oferror_code. -
nrequest_code
public static void nrequest_code(long struct, byte value) Unsafe version ofrequest_code. -
nminor_code
public static void nminor_code(long struct, byte value) Unsafe version ofminor_code. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-