Package org.lwjgl.system.windows
Class WNDCLASSEX.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<WNDCLASSEX.Buffer>
org.lwjgl.system.StructBuffer<WNDCLASSEX,WNDCLASSEX.Buffer>
org.lwjgl.system.windows.WNDCLASSEX.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<WNDCLASSEX>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
WNDCLASSEX
public static class WNDCLASSEX.Buffer
extends org.lwjgl.system.StructBuffer<WNDCLASSEX,WNDCLASSEX.Buffer>
implements org.lwjgl.system.NativeResource
An array of
WNDCLASSEX structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newWNDCLASSEX.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionintcbClsExtra(int value) Sets the specified value to theWNDCLASSEX.cbClsExtra()field.intcbSize()cbSize(int value) Sets the specified value to theWNDCLASSEX.cbSize()field.intcbWndExtra(int value) Sets the specified value to theWNDCLASSEX.cbWndExtra()field.longhbrBackground(long value) Sets the specified value to theWNDCLASSEX.hbrBackground()field.longhCursor()hCursor(long value) Sets the specified value to theWNDCLASSEX.hCursor()field.longhIcon()hIcon(long value) Sets the specified value to theWNDCLASSEX.hIcon()field.longhIconSm()hIconSm(long value) Sets the specified value to theWNDCLASSEX.hIconSm()field.longhInstance(long value) Sets the specified value to theWNDCLASSEX.hInstance()field.lpfnWndProc(WindowProcI value) Sets the specified value to theWNDCLASSEX.lpfnWndProc()field.lpszClassName(ByteBuffer value) Sets the address of the specified encoded string to theWNDCLASSEX.lpszClassName()field.@Nullable ByteBufferlpszMenuName(@Nullable ByteBuffer value) Sets the address of the specified encoded string to theWNDCLASSEX.lpszMenuName()field.@Nullable Stringintstyle()style(int value) Sets the specified value to theWNDCLASSEX.style()field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newWNDCLASSEX.Bufferinstance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
WNDCLASSEX.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
cbSize
public int cbSize()- Returns:
- the value of the
WNDCLASSEX.cbSize()field.
-
style
public int style()- Returns:
- the value of the
WNDCLASSEX.style()field.
-
lpfnWndProc
- Returns:
- the value of the
WNDCLASSEX.lpfnWndProc()field.
-
cbClsExtra
public int cbClsExtra()- Returns:
- the value of the
WNDCLASSEX.cbClsExtra()field.
-
cbWndExtra
public int cbWndExtra()- Returns:
- the value of the
WNDCLASSEX.cbWndExtra()field.
-
hInstance
public long hInstance()- Returns:
- the value of the
WNDCLASSEX.hInstance()field.
-
hIcon
public long hIcon()- Returns:
- the value of the
WNDCLASSEX.hIcon()field.
-
hCursor
public long hCursor()- Returns:
- the value of the
WNDCLASSEX.hCursor()field.
-
hbrBackground
public long hbrBackground()- Returns:
- the value of the
WNDCLASSEX.hbrBackground()field.
-
lpszMenuName
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by theWNDCLASSEX.lpszMenuName()field.
-
lpszMenuNameString
- Returns:
- the null-terminated string pointed to by the
WNDCLASSEX.lpszMenuName()field.
-
lpszClassName
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by theWNDCLASSEX.lpszClassName()field.
-
lpszClassNameString
- Returns:
- the null-terminated string pointed to by the
WNDCLASSEX.lpszClassName()field.
-
hIconSm
public long hIconSm()- Returns:
- the value of the
WNDCLASSEX.hIconSm()field.
-
cbSize
Sets the specified value to theWNDCLASSEX.cbSize()field. -
style
Sets the specified value to theWNDCLASSEX.style()field. -
lpfnWndProc
Sets the specified value to theWNDCLASSEX.lpfnWndProc()field. -
cbClsExtra
Sets the specified value to theWNDCLASSEX.cbClsExtra()field. -
cbWndExtra
Sets the specified value to theWNDCLASSEX.cbWndExtra()field. -
hInstance
Sets the specified value to theWNDCLASSEX.hInstance()field. -
hIcon
Sets the specified value to theWNDCLASSEX.hIcon()field. -
hCursor
Sets the specified value to theWNDCLASSEX.hCursor()field. -
hbrBackground
Sets the specified value to theWNDCLASSEX.hbrBackground()field. -
lpszMenuName
Sets the address of the specified encoded string to theWNDCLASSEX.lpszMenuName()field. -
lpszClassName
Sets the address of the specified encoded string to theWNDCLASSEX.lpszClassName()field. -
hIconSm
Sets the specified value to theWNDCLASSEX.hIconSm()field.
-