A B C M N O S
A
- ALIGNOF - Static variable in class org.lwjgl.util.nfd.NFDPathSet
-
The struct alignment in bytes.
B
- Buffer(long, int) - Constructor for class org.lwjgl.util.nfd.NFDPathSet.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.nfd.NFDPathSet.Buffer
-
Creates a new
NFDPathSet.Buffer
instance backed by the specified container.
C
- calloc() - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated withmemCalloc
. - callocStack() - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - create() - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance for the specified memory address. - create(long, int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Create a
NFDPathSet.Buffer
instance at the specified memory. - createSafe(long) - Static method in class org.lwjgl.util.nfd.NFDPathSet
- createSafe(long, int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
M
- malloc() - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated withmemAlloc
. - mallocStack() - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.util.nfd.NFDPathSet
-
Returns a new
NFDPathSet
instance allocated on the specifiedMemoryStack
.
N
- NativeFileDialog - Class in org.lwjgl.util.nfd
-
Bindings to Native File Dialog, a tiny, neat C library that portably invokes native file open and save dialogs.
- NFD_CANCEL - Static variable in class org.lwjgl.util.nfd.NativeFileDialog
-
Result values.
- NFD_ERROR - Static variable in class org.lwjgl.util.nfd.NativeFileDialog
-
Result values.
- NFD_Free(ByteBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Frees memory allocated by NativeFileDialog.
- NFD_GetError() - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Returns the last error.
- NFD_OKAY - Static variable in class org.lwjgl.util.nfd.NativeFileDialog
-
Result values.
- NFD_OpenDialog(CharSequence, CharSequence, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a single file open dialog.
- NFD_OpenDialog(ByteBuffer, ByteBuffer, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a single file open dialog.
- NFD_OpenDialogMultiple(CharSequence, CharSequence, NFDPathSet) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a multiple file open dialog.
- NFD_OpenDialogMultiple(ByteBuffer, ByteBuffer, NFDPathSet) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a multiple file open dialog.
- NFD_PathSet_Free(NFDPathSet) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Frees the contents of the specified path set.
- NFD_PathSet_GetCount(NFDPathSet) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Returns the number of entries stored in
pathSet
. - NFD_PathSet_GetPath(NFDPathSet, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Returns the UTF-8 path at offset
index
. - NFD_PickFolder(CharSequence, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a select folder dialog.
- NFD_PickFolder(ByteBuffer, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a select folder dialog.
- NFD_SaveDialog(CharSequence, CharSequence, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a save dialog.
- NFD_SaveDialog(ByteBuffer, ByteBuffer, PointerBuffer) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Launches a save dialog.
- NFDPathSet - Class in org.lwjgl.util.nfd
-
An opaque data structure to be used with
OpenDialogMultiple
. - NFDPathSet(ByteBuffer) - Constructor for class org.lwjgl.util.nfd.NFDPathSet
-
Creates a
NFDPathSet
instance at the current position of the specifiedByteBuffer
container. - NFDPathSet.Buffer - Class in org.lwjgl.util.nfd
-
An array of
NFDPathSet
structs. - nNFD_Free(long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
Free
- nNFD_GetError() - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
GetError
- nNFD_OpenDialog(long, long, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
OpenDialog
- nNFD_OpenDialogMultiple(long, long, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
OpenDialogMultiple
- nNFD_PathSet_Free(long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
PathSet_Free
- nNFD_PathSet_GetCount(long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
PathSet_GetCount
- nNFD_PathSet_GetPath(long, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
PathSet_GetPath
- nNFD_PickFolder(long, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
PickFolder
- nNFD_SaveDialog(long, long, long) - Static method in class org.lwjgl.util.nfd.NativeFileDialog
-
Unsafe version of:
SaveDialog
O
- org.lwjgl.util.nfd - package org.lwjgl.util.nfd
-
Contains bindings to Native File Dialog, a tiny, neat C library that portably invokes native file open and save dialogs.
S
- sizeof() - Method in class org.lwjgl.util.nfd.NFDPathSet
- SIZEOF - Static variable in class org.lwjgl.util.nfd.NFDPathSet
-
The struct size in bytes.