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>
,NativeResource
,Pointer
- Enclosing class:
WNDCLASSEX
public static class WNDCLASSEX.Buffer
extends StructBuffer<WNDCLASSEX,WNDCLASSEX.Buffer>
implements NativeResource
An array of
WNDCLASSEX
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionint
cbClsExtra
(int value) Sets the specified value to thecbClsExtra
field.int
cbSize()
cbSize
(int value) Sets the specified value to thecbSize
field.int
cbWndExtra
(int value) Sets the specified value to thecbWndExtra
field.long
hbrBackground
(long value) Sets the specified value to thehbrBackground
field.long
hCursor()
hCursor
(long value) Sets the specified value to thehCursor
field.long
hIcon()
hIcon
(long value) Sets the specified value to thehIcon
field.long
hIconSm()
hIconSm
(long value) Sets the specified value to thehIconSm
field.long
hInstance
(long value) Sets the specified value to thehInstance
field.lpfnWndProc
(WindowProcI value) Sets the specified value to thelpfnWndProc
field.lpszClassName
(ByteBuffer value) Sets the address of the specified encoded string to thelpszClassName
field.@Nullable ByteBuffer
lpszMenuName
(@Nullable ByteBuffer value) Sets the address of the specified encoded string to thelpszMenuName
field.@Nullable String
int
style()
style
(int value) Sets the specified value to thestyle
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods 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, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newWNDCLASSEX.Buffer
instance 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
cbSize
field.
-
style
public int style()- Returns:
- the value of the
style
field.
-
lpfnWndProc
- Returns:
- the value of the
lpfnWndProc
field.
-
cbClsExtra
public int cbClsExtra()- Returns:
- the value of the
cbClsExtra
field.
-
cbWndExtra
public int cbWndExtra()- Returns:
- the value of the
cbWndExtra
field.
-
hInstance
public long hInstance()- Returns:
- the value of the
hInstance
field.
-
hIcon
public long hIcon()- Returns:
- the value of the
hIcon
field.
-
hCursor
public long hCursor()- Returns:
- the value of the
hCursor
field.
-
hbrBackground
public long hbrBackground()- Returns:
- the value of the
hbrBackground
field.
-
lpszMenuName
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by thelpszMenuName
field.
-
lpszMenuNameString
- Returns:
- the null-terminated string pointed to by the
lpszMenuName
field.
-
lpszClassName
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by thelpszClassName
field.
-
lpszClassNameString
- Returns:
- the null-terminated string pointed to by the
lpszClassName
field.
-
hIconSm
public long hIconSm()- Returns:
- the value of the
hIconSm
field.
-
cbSize
Sets the specified value to thecbSize
field. -
style
Sets the specified value to thestyle
field. -
lpfnWndProc
Sets the specified value to thelpfnWndProc
field. -
cbClsExtra
Sets the specified value to thecbClsExtra
field. -
cbWndExtra
Sets the specified value to thecbWndExtra
field. -
hInstance
Sets the specified value to thehInstance
field. -
hIcon
Sets the specified value to thehIcon
field. -
hCursor
Sets the specified value to thehCursor
field. -
hbrBackground
Sets the specified value to thehbrBackground
field. -
lpszMenuName
Sets the address of the specified encoded string to thelpszMenuName
field. -
lpszClassName
Sets the address of the specified encoded string to thelpszClassName
field. -
hIconSm
Sets the specified value to thehIconSm
field.
-