类 JImFileDialog
java.lang.Object
org.ice1000.jimgui.JImFileDialogGen
org.ice1000.jimgui.JImFileDialog
- 所有已实现的接口:
AutoCloseable,DeallocatableObject
https://github.com/aiekick/ImGuiFileDialog
- 从以下版本开始:
- v0.13.0
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 org.ice1000.jimgui.JImFileDialogGen
nativeObjectPtr -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull NativeString@NotNull NativeStringvoidbooleandisplay(@NotNull NativeString key, int flags)booleandisplay(@NotNull NativeString key, int flags, float minSizeX, float minSizeY, float maxSizeX, float maxSizeY)@NotNull NativeStringstatic voidloadIcons(float fontSize)@NotNull NativeStringsvoidsetExtensionInfo(@NotNull String filters, @NotNull JImVec4 color)voidsetExtensionInfo(@NotNull JImStr filters, @NotNull JImVec4 color)从类继承的方法 org.ice1000.jimgui.JImFileDialogGen
clearExtensionInfo, clearExtensionInfo, close, close, display, display, display, display, display, display, display, display, display, display, display, getExtensionInfo, getExtensionInfo, getExtensionInfo, getExtensionInfo, getExtensionInfo, isOk, isOk, isOpened, isOpened, isOpened, isOpened, isOpened, openDialog, openDialog, openDialog, openDialog, openDialog, openDialog, openDialog, openModal, openModal, openModal, openModal, openModal, openModal, openModal, setExtensionInfo, setExtensionInfo, setExtensionInfo, setExtensionInfo, setExtensionInfo, wasOpenedThisFrame, wasOpenedThisFrame, wasOpenedThisFrame, wasOpenedThisFrame, wasOpenedThisFrame从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ice1000.jimgui.cpp.DeallocatableObject
close
-
构造器详细资料
-
JImFileDialog
public JImFileDialog()
-
-
方法详细资料
-
setExtensionInfo
-
setExtensionInfo
-
display
-
display
public boolean display(@NotNull @NotNull NativeString key, int flags, float minSizeX, float minSizeY, float maxSizeX, float maxSizeY) -
currentPath
-
currentFileName
-
filePathName
-
selections
-
loadIcons
public static void loadIcons(float fontSize) -
deallocateNativeObject
public void deallocateNativeObject()- 指定者:
deallocateNativeObject在接口中DeallocatableObject
-