public final class NodeEditorConfig extends ImGuiStructDestroyable
ptr
Constructor and Description |
---|
NodeEditorConfig() |
Modifier and Type | Method and Description |
---|---|
protected long |
create() |
int |
getCanvasSizeMode() |
int |
getContextMenuButtonIndex() |
int |
getDragButtonIndex() |
boolean |
getEnableSmoothZoom() |
int |
getNavigateButtonIndex() |
int |
getSelectButtonIndex() |
java.lang.String |
getSettingsFile() |
float |
getSmoothZoomPower() |
int |
nGetCanvasSizeMode() |
void |
nSetCanvasSizeMode(int value) |
void |
setCanvasSizeMode(int value) |
void |
setContextMenuButtonIndex(int value) |
void |
setDragButtonIndex(int value) |
void |
setEnableSmoothZoom(boolean value) |
void |
setNavigateButtonIndex(int value) |
void |
setSelectButtonIndex(int value) |
void |
setSettingsFile(java.lang.String value) |
void |
setSmoothZoomPower(float value) |
destroy
isNotValidPtr, isValidPtr
protected long create()
create
in class ImGuiStructDestroyable
public java.lang.String getSettingsFile()
public void setSettingsFile(java.lang.String value)
public int getCanvasSizeMode()
public void setCanvasSizeMode(int value)
public int nGetCanvasSizeMode()
public void nSetCanvasSizeMode(int value)
public int getDragButtonIndex()
public void setDragButtonIndex(int value)
public int getSelectButtonIndex()
public void setSelectButtonIndex(int value)
public int getNavigateButtonIndex()
public void setNavigateButtonIndex(int value)
public int getContextMenuButtonIndex()
public void setContextMenuButtonIndex(int value)
public boolean getEnableSmoothZoom()
public void setEnableSmoothZoom(boolean value)
public float getSmoothZoomPower()
public void setSmoothZoomPower(float value)