Package org.lwjgl.system.linux
Class XErrorEvent
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.linux.XErrorEvent
-
- All Implemented Interfaces:
java.lang.AutoCloseable,NativeResource,Pointer
public class XErrorEvent extends Struct implements NativeResource
Error event.Member documentation
display– display the event was read fromresourceid– resource idserial– serial number of failed requesterror_code– error code of failed requestrequest_code– major op-code of failed requestminor_code– minor op-code of failed request
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 Classes Modifier and Type Class Description static classXErrorEvent.BufferAn array ofXErrorEventstructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field Description static intALIGNOFThe struct alignment in bytes.static intDISPLAY
ERROR_CODE
MINOR_CODE
REQUEST_CODE
RESOURCEID
SERIALThe struct member offsets.static intSIZEOFThe struct size in bytes.static intTYPEThe struct member offsets.-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor Description XErrorEvent(java.nio.ByteBuffer container)Creates aXErrorEventinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XErrorEventcalloc()Returns a newXErrorEventinstance allocated withmemCalloc.static XErrorEvent.Buffercalloc(int capacity)Returns a newXErrorEvent.Bufferinstance allocated withmemCalloc.static XErrorEventcallocStack()Returns a newXErrorEventinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static XErrorEvent.BuffercallocStack(int capacity)Returns a newXErrorEvent.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static XErrorEvent.BuffercallocStack(int capacity, MemoryStack stack)Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XErrorEventcallocStack(MemoryStack stack)Returns a newXErrorEventinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.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 XErrorEventcreateSafe(long address)static XErrorEvent.BuffercreateSafe(long address, int capacity)longdisplay()Returns the value of thedisplayfield.XErrorEventdisplay(long value)Sets the specified value to thedisplayfield.byteerror_code()Returns the value of theerror_codefield.XErrorEventerror_code(byte value)Sets the specified value to theerror_codefield.static XErrorEventmalloc()Returns a newXErrorEventinstance allocated withmemAlloc.static XErrorEvent.Buffermalloc(int capacity)Returns a newXErrorEvent.Bufferinstance allocated withmemAlloc.static XErrorEventmallocStack()Returns a newXErrorEventinstance allocated on the thread-localMemoryStack.static XErrorEvent.BuffermallocStack(int capacity)Returns a newXErrorEvent.Bufferinstance allocated on the thread-localMemoryStack.static XErrorEvent.BuffermallocStack(int capacity, MemoryStack stack)Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStack.static XErrorEventmallocStack(MemoryStack stack)Returns a newXErrorEventinstance allocated on the specifiedMemoryStack.byteminor_code()Returns the value of theminor_codefield.XErrorEventminor_code(byte value)Sets the specified value to theminor_codefield.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.byterequest_code()Returns the value of therequest_codefield.XErrorEventrequest_code(byte value)Sets the specified value to therequest_codefield.longresourceid()Returns the value of theresourceidfield.XErrorEventresourceid(long value)Sets the specified value to theresourceidfield.longserial()Returns the value of theserialfield.XErrorEventserial(long value)Sets the specified value to theserialfield.XErrorEventset(int type, long display, long resourceid, long serial, byte error_code, byte request_code, byte minor_code)Initializes this struct with the specified values.XErrorEventset(XErrorEvent src)Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).inttype()Returns the value of thetypefield.XErrorEventtype(int value)Sets the specified value to thetypefield.static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)Callsvalidate(long)for each struct contained in the specified struct array.-
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
XErrorEvent
public XErrorEvent(java.nio.ByteBuffer container)
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 Detail
-
sizeof
public int sizeof()
Description copied from class:StructReturnssizeof(struct).
-
type
public int type()
Returns the value of thetypefield.
-
display
public long display()
Returns the value of thedisplayfield.
-
resourceid
public long resourceid()
Returns the value of theresourceidfield.
-
serial
public long serial()
Returns the value of theserialfield.
-
error_code
public byte error_code()
Returns the value of theerror_codefield.
-
request_code
public byte request_code()
Returns the value of therequest_codefield.
-
minor_code
public byte minor_code()
Returns the value of theminor_codefield.
-
type
public XErrorEvent type(int value)
Sets the specified value to thetypefield.
-
display
public XErrorEvent display(long value)
Sets the specified value to thedisplayfield.
-
resourceid
public XErrorEvent resourceid(long value)
Sets the specified value to theresourceidfield.
-
serial
public XErrorEvent serial(long value)
Sets the specified value to theserialfield.
-
error_code
public XErrorEvent error_code(byte value)
Sets the specified value to theerror_codefield.
-
request_code
public XErrorEvent request_code(byte value)
Sets the specified value to therequest_codefield.
-
minor_code
public XErrorEvent minor_code(byte value)
Sets the specified value to theminor_codefield.
-
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
public XErrorEvent set(XErrorEvent src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static XErrorEvent malloc()
Returns a newXErrorEventinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static XErrorEvent calloc()
Returns a newXErrorEventinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static XErrorEvent create()
Returns a newXErrorEventinstance allocated withBufferUtils.
-
create
public static XErrorEvent create(long address)
Returns a newXErrorEventinstance for the specified memory address.
-
createSafe
@Nullable public static XErrorEvent createSafe(long address)
-
malloc
public static XErrorEvent.Buffer malloc(int capacity)
Returns a newXErrorEvent.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static XErrorEvent.Buffer calloc(int capacity)
Returns a newXErrorEvent.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static XErrorEvent.Buffer create(int capacity)
Returns a newXErrorEvent.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static XErrorEvent.Buffer create(long address, int capacity)
Create aXErrorEvent.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static XErrorEvent.Buffer createSafe(long address, int capacity)
-
mallocStack
public static XErrorEvent mallocStack()
Returns a newXErrorEventinstance allocated on the thread-localMemoryStack.
-
callocStack
public static XErrorEvent callocStack()
Returns a newXErrorEventinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static XErrorEvent mallocStack(MemoryStack stack)
Returns a newXErrorEventinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static XErrorEvent callocStack(MemoryStack stack)
Returns a newXErrorEventinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static XErrorEvent.Buffer mallocStack(int capacity)
Returns a newXErrorEvent.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static XErrorEvent.Buffer callocStack(int capacity)
Returns a newXErrorEvent.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static XErrorEvent.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static XErrorEvent.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newXErrorEvent.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
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
-
validate
public static void validate(long array, int count)Callsvalidate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-