Package imgui.extension.nodeditor
Class NodeEditorConfig
java.lang.Object
imgui.binding.ImGuiStruct
imgui.binding.ImGuiStructDestroyable
imgui.extension.nodeditor.NodeEditorConfig
-
Field Summary
Fields inherited from class imgui.binding.ImGuiStruct
ptr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longcreate()intintintbooleanintintfloatintvoidnSetCanvasSizeMode(int value) voidsetCanvasSizeMode(int value) voidsetContextMenuButtonIndex(int value) voidsetDragButtonIndex(int value) voidsetEnableSmoothZoom(boolean value) voidsetNavigateButtonIndex(int value) voidsetSelectButtonIndex(int value) voidsetSettingsFile(String value) voidsetSmoothZoomPower(float value) Methods inherited from class imgui.binding.ImGuiStructDestroyable
destroyMethods inherited from class imgui.binding.ImGuiStruct
isNotValidPtr, isValidPtr
-
Constructor Details
-
NodeEditorConfig
public NodeEditorConfig()
-
-
Method Details
-
create
protected long create()- Specified by:
createin classImGuiStructDestroyable
-
getSettingsFile
-
setSettingsFile
-
getCanvasSizeMode
public int getCanvasSizeMode() -
setCanvasSizeMode
public void setCanvasSizeMode(int value) -
nGetCanvasSizeMode
public int nGetCanvasSizeMode() -
nSetCanvasSizeMode
public void nSetCanvasSizeMode(int value) -
getDragButtonIndex
public int getDragButtonIndex() -
setDragButtonIndex
public void setDragButtonIndex(int value) -
getSelectButtonIndex
public int getSelectButtonIndex() -
setSelectButtonIndex
public void setSelectButtonIndex(int value) -
getContextMenuButtonIndex
public int getContextMenuButtonIndex() -
setContextMenuButtonIndex
public void setContextMenuButtonIndex(int value) -
getEnableSmoothZoom
public boolean getEnableSmoothZoom() -
setEnableSmoothZoom
public void setEnableSmoothZoom(boolean value) -
getSmoothZoomPower
public float getSmoothZoomPower() -
setSmoothZoomPower
public void setSmoothZoomPower(float value)
-