Method | Description | |
---|---|---|
AddInputCharacter ( char keyChar ) : void | ||
BeginChild ( string id, Vector2 size, bool border, WindowFlags flags ) : bool | ||
BeginChild ( uint id, Vector2 size, bool border, WindowFlags flags ) : bool | ||
BeginChildFrame ( uint id, Vector2 size, WindowFlags flags ) : bool | ||
BeginMainMenuBar ( ) : bool | ||
BeginMenu ( string label ) : bool | ||
BeginMenu ( string label, bool enabled ) : bool | ||
BeginMenuBar ( ) : void | ||
BeginPopup ( string id ) : bool | ||
BeginPopupContextItem ( string id ) : bool | ||
BeginPopupContextItem ( string id, int mouseButton ) : bool | ||
BeginPopupModal ( string name ) : bool | ||
BeginPopupModal ( string name, WindowFlags extraFlags ) : bool | ||
BeginPopupModal ( string name, bool &opened ) : bool | ||
BeginPopupModal ( string name, bool &opened, WindowFlags extraFlags ) : bool | ||
BeginWindow ( string windowTitle ) : bool | ||
BeginWindow ( string windowTitle, WindowFlags flags ) : bool | ||
BeginWindow ( string windowTitle, bool &opened, Vector2 startingSize, WindowFlags flags ) : bool | ||
BeginWindow ( string windowTitle, bool &opened, Vector2 startingSize, float backgroundAlpha, WindowFlags flags ) : bool | ||
BeginWindow ( string windowTitle, bool &opened, WindowFlags flags ) : bool | ||
BeginWindow ( string windowTitle, bool &opened, float backgroundAlpha, WindowFlags flags ) : bool | ||
Bullet ( ) : void | ||
BulletText ( string text ) : void | ||
Button ( string message ) : bool | ||
Button ( string message, Vector2 size ) : bool | ||
Checkbox ( string label, bool &value ) : bool | ||
CloseCurrentPopup ( ) : void | ||
CollapsingHeader ( string label, string id, bool displayFrame, bool defaultOpen ) : bool | ||
ColorButton ( Vector4 color, bool smallHeight, bool outlineBorder ) : bool | ||
ColorEdit3 ( string label, Vector3 &color, bool showAlpha ) : bool | ||
ColorEdit3 ( string label, float &r, float &g, float &b, bool showAlpha ) : bool | ||
ColorEdit4 ( string label, Vector4 &color, bool showAlpha ) : bool | ||
ColorEdit4 ( string label, float &r, float &g, float &b, float &a, bool showAlpha ) : bool | ||
ColorEditMode ( ColorEditMode mode ) : void | ||
Columns ( int count, string id, bool border ) : void | ||
Combo ( string label, int ¤t_item, string items ) : bool | ||
Combo ( string label, int ¤t_item, string items, int heightInItems ) : bool | ||
DragFloat ( string label, float &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
DragFloatRange2 ( string label, float ¤tMinValue, float ¤tMaxValue, float speed = 1.0f, float minValueLimit = 0.0f, float maxValueLimit = 0.0f, string displayFormat = "%.3f", string displayFormatMax = null, float power = 1.0f ) : bool | ||
DragInt ( string label, int &value, float speed, int minValue, int maxValue, string displayText ) : bool | ||
DragInt2 ( string label, |
||
DragInt3 ( string label, |
||
DragInt4 ( string label, |
||
DragIntRange2 ( string label, int ¤tMinValue, int ¤tMaxValue, float speed = 1.0f, int minLimit, int maxLimit, string displayFormat = "%.0f", string displayFormatMax = null ) : bool | ||
DragVector2 ( string label, Vector2 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
DragVector3 ( string label, Vector3 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
DragVector4 ( string label, Vector4 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
Dummy ( Vector2 size ) : void | ||
Dummy ( float width, float height ) : void | ||
EndChild ( ) : void | ||
EndChildFrame ( ) : void | ||
EndMainMenuBar ( ) : void | ||
EndMenu ( ) : void | ||
EndMenuBar ( ) : void | ||
EndPopup ( ) : void | ||
EndWindow ( ) : void | ||
GetColumnIndex ( ) : int | ||
GetColumnOffset ( int columnIndex ) : float | ||
GetColumnWidth ( int columnIndex ) : float | ||
GetColumnsCount ( ) : int | ||
GetContentRegionAvailable ( ) : Vector2 | ||
GetContentRegionAvailableWidth ( ) : float | ||
GetContentRegionMax ( ) : Vector2 | ||
GetDrawData ( ) : DrawData* | ||
GetID ( string id ) : uint | ||
GetID ( string idBegin, string idEnd ) : uint | ||
GetIO ( ) : |
||
GetLastItemRectMax ( ) : Vector2 | ||
GetLastItemRectMin ( ) : Vector2 | ||
GetLastItemRectSize ( ) : Vector2 | ||
GetMouseDragDelta ( int button, float lockThreshold ) : Vector2 | ||
GetMousePos ( ) : Vector2 | ||
GetMousePosOnOpeningCurrentPopup ( ) : Vector2 | ||
GetStyle ( ) : |
||
GetTextSize ( string text, float wrapWidth = Int32.MaxValue ) : Vector2 | ||
GetWindowContentRegionMax ( ) : Vector2 | ||
GetWindowContentRegionMin ( ) : Vector2 | ||
GetWindowContentRegionWidth ( ) : float | ||
GetWindowHeight ( ) : float | ||
GetWindowWidth ( ) : float | ||
Image ( |
||
ImageButton ( |
||
InputText ( string label, |
||
InputText ( string label, |
||
InputTextMultiline ( string label, |
||
InputTextMultiline ( string label, |
||
InvisibleButton ( string id ) : bool | ||
InvisibleButton ( string id, Vector2 size ) : bool | ||
IsAnyItemActive ( ) : bool | ||
IsAnyItemHovered ( ) : bool | ||
IsKeyDown ( int keyIndex ) : bool | ||
IsKeyPressed ( int keyIndex, bool repeat ) : bool | ||
IsKeyReleased ( int keyIndex ) : bool | ||
IsLastItemActive ( ) : bool | ||
IsLastItemHovered ( ) : bool | ||
IsLastItemHoveredRect ( ) : bool | ||
IsLastItemVisible ( ) : bool | ||
IsMouseClicked ( int button, bool repeat ) : bool | ||
IsMouseDoubleClicked ( int button ) : bool | ||
IsMouseDown ( int button ) : bool | ||
IsMouseDragging ( int button, float lockThreshold ) : bool | ||
IsMouseHoveringAnyWindow ( ) : bool | ||
IsMouseHoveringRect ( Vector2 minPosition, Vector2 maxPosition, bool clip ) : bool | ||
IsMouseHoveringWindow ( ) : bool | ||
IsMouseReleased ( int button ) : bool | ||
LabelText ( string label, string text ) : void | ||
MenuItem ( string label ) : bool | ||
MenuItem ( string label, bool enabled ) : bool | ||
MenuItem ( string label, string shortcut ) : bool | ||
MenuItem ( string label, string shortcut, bool selected, bool enabled ) : bool | ||
NewFrame ( ) : void | ||
NextColumn ( ) : void | ||
OpenPopup ( string id ) : void | ||
PlotHistogram ( string label, float values, int valuesOffset, string overlayText, float scaleMin, float scaleMax, Vector2 graphSize, int stride ) : void | ||
PlotLines ( string label, float values, int valuesOffset, string overlayText, float scaleMin, float scaleMax, Vector2 graphSize, int stride ) : void | ||
PopFont ( ) : void | ||
PopID ( ) : void | ||
PopItemWidth ( ) : void | ||
PopStyleColor ( ) : void | ||
PopStyleColor ( int numStyles ) : void | ||
PopStyleVar ( ) : void | ||
PopStyleVar ( int count ) : void | ||
PushFont ( |
||
PushID ( int id ) : void | ||
PushID ( string id ) : void | ||
PushIDRange ( string idBegin, string idEnd ) : void | ||
PushItemWidth ( float width ) : void | ||
PushStyleColor ( ColorTarget target, Vector4 color ) : void | ||
PushStyleVar ( StyleVar var, Vector2 value ) : void | ||
PushStyleVar ( StyleVar var, float value ) : void | ||
RadioButton ( string label, int &target, int buttonValue ) : bool | ||
RadioButtonBool ( string label, bool active ) : bool | ||
Render ( ) : void | ||
ResetMouseDragDelta ( int button ) : void | ||
SameLine ( ) : void | ||
SameLine ( float localPositionX, float spacingW ) : void | ||
ScaleClipRects ( |
Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than ImGui expects, or if there is a difference between your window resolution and framebuffer resolution.
|
|
Selectable ( string label ) : bool | ||
Selectable ( string label, bool isSelected ) : bool | ||
Selectable ( string label, bool isSelected, SelectableFlags flags ) : bool | ||
Selectable ( string label, bool isSelected, SelectableFlags flags, Vector2 size ) : bool | ||
SelectableEx ( string label, bool &isSelected ) : bool | ||
SelectableEx ( string label, bool &isSelected, SelectableFlags flags, Vector2 size ) : bool | ||
Separator ( ) : void | ||
SetColumnOffset ( int columnIndex, float offsetX ) : void | ||
SetKeyboardFocusHere ( ) : void | ||
SetKeyboardFocusHere ( int offset ) : void | ||
SetNextTreeNodeOpened ( bool opened ) : void | ||
SetNextTreeNodeOpened ( bool opened, SetCondition setCondition ) : void | ||
SetNextWindowPos ( Vector2 position, SetCondition condition ) : void | ||
SetNextWindowPosCenter ( SetCondition condition ) : void | ||
SetNextWindowSize ( Vector2 size, SetCondition condition ) : void | ||
SetScrollHere ( ) : void | ||
SetScrollHere ( float centerYRatio ) : void | ||
SetTooltip ( string text ) : void | ||
SetWindowFontScale ( float scale ) : void | ||
Shutdown ( ) : void | ||
SliderAngle ( string label, float &radians, float minDegrees, float maxDegrees ) : bool | ||
SliderFloat ( string sliderLabel, float &value, float min, float max, string displayText, float power ) : bool | ||
SliderInt ( string sliderLabel, int &value, int min, int max, string displayText ) : bool | ||
SliderInt2 ( string label, |
||
SliderInt3 ( string label, |
||
SliderInt4 ( string label, |
||
SliderVector2 ( string label, Vector2 &value, float min, float max, string displayText, float power ) : bool | ||
SliderVector3 ( string label, Vector3 &value, float min, float max, string displayText, float power ) : bool | ||
SliderVector4 ( string label, Vector4 &value, float min, float max, string displayText, float power ) : bool | ||
SmallButton ( string label ) : bool | ||
Spacing ( ) : void | ||
Text ( string message ) : void | ||
Text ( string message, Vector4 color ) : void | ||
TextDisabled ( string text ) : void | ||
TextWrapped ( string text ) : void | ||
TreeNode ( string label ) : bool | ||
TreePop ( ) : void |
public static AddInputCharacter ( char keyChar ) : void | ||
keyChar | char | |
return | void |
public static BeginChild ( string id, Vector2 size, bool border, WindowFlags flags ) : bool | ||
id | string | |
size | Vector2 | |
border | bool | |
flags | WindowFlags | |
return | bool |
public static BeginChild ( uint id, Vector2 size, bool border, WindowFlags flags ) : bool | ||
id | uint | |
size | Vector2 | |
border | bool | |
flags | WindowFlags | |
return | bool |
public static BeginChildFrame ( uint id, Vector2 size, WindowFlags flags ) : bool | ||
id | uint | |
size | Vector2 | |
flags | WindowFlags | |
return | bool |
public static BeginMenu ( string label ) : bool | ||
label | string | |
return | bool |
public static BeginMenu ( string label, bool enabled ) : bool | ||
label | string | |
enabled | bool | |
return | bool |
public static BeginPopup ( string id ) : bool | ||
id | string | |
return | bool |
public static BeginPopupContextItem ( string id ) : bool | ||
id | string | |
return | bool |
public static BeginPopupContextItem ( string id, int mouseButton ) : bool | ||
id | string | |
mouseButton | int | |
return | bool |
public static BeginPopupModal ( string name ) : bool | ||
name | string | |
return | bool |
public static BeginPopupModal ( string name, WindowFlags extraFlags ) : bool | ||
name | string | |
extraFlags | WindowFlags | |
return | bool |
public static BeginPopupModal ( string name, bool &opened ) : bool | ||
name | string | |
opened | bool | |
return | bool |
public static BeginPopupModal ( string name, bool &opened, WindowFlags extraFlags ) : bool | ||
name | string | |
opened | bool | |
extraFlags | WindowFlags | |
return | bool |
public static BeginWindow ( string windowTitle ) : bool | ||
windowTitle | string | |
return | bool |
public static BeginWindow ( string windowTitle, WindowFlags flags ) : bool | ||
windowTitle | string | |
flags | WindowFlags | |
return | bool |
public static BeginWindow ( string windowTitle, bool &opened, Vector2 startingSize, WindowFlags flags ) : bool | ||
windowTitle | string | |
opened | bool | |
startingSize | Vector2 | |
flags | WindowFlags | |
return | bool |
public static BeginWindow ( string windowTitle, bool &opened, Vector2 startingSize, float backgroundAlpha, WindowFlags flags ) : bool | ||
windowTitle | string | |
opened | bool | |
startingSize | Vector2 | |
backgroundAlpha | float | |
flags | WindowFlags | |
return | bool |
public static BeginWindow ( string windowTitle, bool &opened, WindowFlags flags ) : bool | ||
windowTitle | string | |
opened | bool | |
flags | WindowFlags | |
return | bool |
public static BeginWindow ( string windowTitle, bool &opened, float backgroundAlpha, WindowFlags flags ) : bool | ||
windowTitle | string | |
opened | bool | |
backgroundAlpha | float | |
flags | WindowFlags | |
return | bool |
public static BulletText ( string text ) : void | ||
text | string | |
return | void |
public static Button ( string message ) : bool | ||
message | string | |
return | bool |
public static Button ( string message, Vector2 size ) : bool | ||
message | string | |
size | Vector2 | |
return | bool |
public static Checkbox ( string label, bool &value ) : bool | ||
label | string | |
value | bool | |
return | bool |
public static CollapsingHeader ( string label, string id, bool displayFrame, bool defaultOpen ) : bool | ||
label | string | |
id | string | |
displayFrame | bool | |
defaultOpen | bool | |
return | bool |
public static ColorButton ( Vector4 color, bool smallHeight, bool outlineBorder ) : bool | ||
color | Vector4 | |
smallHeight | bool | |
outlineBorder | bool | |
return | bool |
public static ColorEdit3 ( string label, Vector3 &color, bool showAlpha ) : bool | ||
label | string | |
color | Vector3 | |
showAlpha | bool | |
return | bool |
public static ColorEdit3 ( string label, float &r, float &g, float &b, bool showAlpha ) : bool | ||
label | string | |
r | float | |
g | float | |
b | float | |
showAlpha | bool | |
return | bool |
public static ColorEdit4 ( string label, Vector4 &color, bool showAlpha ) : bool | ||
label | string | |
color | Vector4 | |
showAlpha | bool | |
return | bool |
public static ColorEdit4 ( string label, float &r, float &g, float &b, float &a, bool showAlpha ) : bool | ||
label | string | |
r | float | |
g | float | |
b | float | |
a | float | |
showAlpha | bool | |
return | bool |
public static ColorEditMode ( ColorEditMode mode ) : void | ||
mode | ColorEditMode | |
return | void |
public static Columns ( int count, string id, bool border ) : void | ||
count | int | |
id | string | |
border | bool | |
return | void |
public static Combo ( string label, int ¤t_item, string items ) : bool | ||
label | string | |
current_item | int | |
items | string | |
return | bool |
public static Combo ( string label, int ¤t_item, string items, int heightInItems ) : bool | ||
label | string | |
current_item | int | |
items | string | |
heightInItems | int | |
return | bool |
public static DragFloat ( string label, float &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
label | string | |
value | float | |
min | float | |
max | float | |
dragSpeed | float | |
displayFormat | string | |
dragPower | float | |
return | bool |
public static DragFloatRange2 ( string label, float ¤tMinValue, float ¤tMaxValue, float speed = 1.0f, float minValueLimit = 0.0f, float maxValueLimit = 0.0f, string displayFormat = "%.3f", string displayFormatMax = null, float power = 1.0f ) : bool | ||
label | string | |
currentMinValue | float | |
currentMaxValue | float | |
speed | float | |
minValueLimit | float | |
maxValueLimit | float | |
displayFormat | string | |
displayFormatMax | string | |
power | float | |
return | bool |
public static DragInt ( string label, int &value, float speed, int minValue, int maxValue, string displayText ) : bool | ||
label | string | |
value | int | |
speed | float | |
minValue | int | |
maxValue | int | |
displayText | string | |
return | bool |
public static DragInt2 ( string label, |
||
label | string | |
value | ||
speed | float | |
minValue | int | |
maxValue | int | |
displayText | string | |
return | bool |
public static DragInt3 ( string label, |
||
label | string | |
value | ||
speed | float | |
minValue | int | |
maxValue | int | |
displayText | string | |
return | bool |
public static DragInt4 ( string label, |
||
label | string | |
value | ||
speed | float | |
minValue | int | |
maxValue | int | |
displayText | string | |
return | bool |
public static DragIntRange2 ( string label, int ¤tMinValue, int ¤tMaxValue, float speed = 1.0f, int minLimit, int maxLimit, string displayFormat = "%.0f", string displayFormatMax = null ) : bool | ||
label | string | |
currentMinValue | int | |
currentMaxValue | int | |
speed | float | |
minLimit | int | |
maxLimit | int | |
displayFormat | string | |
displayFormatMax | string | |
return | bool |
public static DragVector2 ( string label, Vector2 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
label | string | |
value | Vector2 | |
min | float | |
max | float | |
dragSpeed | float | |
displayFormat | string | |
dragPower | float | |
return | bool |
public static DragVector3 ( string label, Vector3 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
label | string | |
value | Vector3 | |
min | float | |
max | float | |
dragSpeed | float | |
displayFormat | string | |
dragPower | float | |
return | bool |
public static DragVector4 ( string label, Vector4 &value, float min, float max, float dragSpeed = 1f, string displayFormat = "%f", float dragPower = 1f ) : bool | ||
label | string | |
value | Vector4 | |
min | float | |
max | float | |
dragSpeed | float | |
displayFormat | string | |
dragPower | float | |
return | bool |
public static Dummy ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public static GetColumnOffset ( int columnIndex ) : float | ||
columnIndex | int | |
return | float |
public static GetColumnWidth ( int columnIndex ) : float | ||
columnIndex | int | |
return | float |
public static GetContentRegionAvailable ( ) : Vector2 | ||
return | Vector2 |
public static GetContentRegionAvailableWidth ( ) : float | ||
return | float |
public static GetContentRegionMax ( ) : Vector2 | ||
return | Vector2 |
public static GetID ( string idBegin, string idEnd ) : uint | ||
idBegin | string | |
idEnd | string | |
return | uint |
public static GetLastItemRectMax ( ) : Vector2 | ||
return | Vector2 |
public static GetLastItemRectMin ( ) : Vector2 | ||
return | Vector2 |
public static GetLastItemRectSize ( ) : Vector2 | ||
return | Vector2 |
public static GetMouseDragDelta ( int button, float lockThreshold ) : Vector2 | ||
button | int | |
lockThreshold | float | |
return | Vector2 |
public static GetMousePosOnOpeningCurrentPopup ( ) : Vector2 | ||
return | Vector2 |
public static GetTextSize ( string text, float wrapWidth = Int32.MaxValue ) : Vector2 | ||
text | string | |
wrapWidth | float | |
return | Vector2 |
public static GetWindowContentRegionMax ( ) : Vector2 | ||
return | Vector2 |
public static GetWindowContentRegionMin ( ) : Vector2 | ||
return | Vector2 |
public static GetWindowContentRegionWidth ( ) : float | ||
return | float |
public static Image ( |
||
userTextureID | ||
size | Vector2 | |
uv0 | Vector2 | |
uv1 | Vector2 | |
tintColor | Vector4 | |
borderColor | Vector4 | |
return | void |
public static ImageButton ( |
||
userTextureID | ||
size | Vector2 | |
uv0 | Vector2 | |
uv1 | Vector2 | |
framePadding | int | |
backgroundColor | Vector4 | |
tintColor | Vector4 | |
return | bool |
public static InputText ( string label, |
||
label | string | |
textBuffer | ||
bufferSize | uint | |
flags | InputTextFlags | |
textEditCallback | TextEditCallback | |
return | bool |
public static InputText ( string label, |
||
label | string | |
textBuffer | ||
bufferSize | uint | |
flags | InputTextFlags | |
textEditCallback | TextEditCallback | |
userData | ||
return | bool |
public static InputTextMultiline ( string label, |
||
label | string | |
textBuffer | ||
bufferSize | uint | |
size | Vector2 | |
flags | InputTextFlags | |
callback | TextEditCallback | |
return | void |
public static InputTextMultiline ( string label, |
||
label | string | |
textBuffer | ||
bufferSize | uint | |
size | Vector2 | |
flags | InputTextFlags | |
callback | TextEditCallback | |
userData | ||
return | void |
public static InvisibleButton ( string id ) : bool | ||
id | string | |
return | bool |
public static InvisibleButton ( string id, Vector2 size ) : bool | ||
id | string | |
size | Vector2 | |
return | bool |
public static IsKeyDown ( int keyIndex ) : bool | ||
keyIndex | int | |
return | bool |
public static IsKeyPressed ( int keyIndex, bool repeat ) : bool | ||
keyIndex | int | |
repeat | bool | |
return | bool |
public static IsKeyReleased ( int keyIndex ) : bool | ||
keyIndex | int | |
return | bool |
public static IsLastItemHoveredRect ( ) : bool | ||
return | bool |
public static IsMouseClicked ( int button, bool repeat ) : bool | ||
button | int | |
repeat | bool | |
return | bool |
public static IsMouseDoubleClicked ( int button ) : bool | ||
button | int | |
return | bool |
public static IsMouseDown ( int button ) : bool | ||
button | int | |
return | bool |
public static IsMouseDragging ( int button, float lockThreshold ) : bool | ||
button | int | |
lockThreshold | float | |
return | bool |
public static IsMouseHoveringAnyWindow ( ) : bool | ||
return | bool |
public static IsMouseHoveringRect ( Vector2 minPosition, Vector2 maxPosition, bool clip ) : bool | ||
minPosition | Vector2 | |
maxPosition | Vector2 | |
clip | bool | |
return | bool |
public static IsMouseHoveringWindow ( ) : bool | ||
return | bool |
public static IsMouseReleased ( int button ) : bool | ||
button | int | |
return | bool |
public static LabelText ( string label, string text ) : void | ||
label | string | |
text | string | |
return | void |
public static MenuItem ( string label ) : bool | ||
label | string | |
return | bool |
public static MenuItem ( string label, bool enabled ) : bool | ||
label | string | |
enabled | bool | |
return | bool |
public static MenuItem ( string label, string shortcut ) : bool | ||
label | string | |
shortcut | string | |
return | bool |
public static MenuItem ( string label, string shortcut, bool selected, bool enabled ) : bool | ||
label | string | |
shortcut | string | |
selected | bool | |
enabled | bool | |
return | bool |
public static PlotHistogram ( string label, float values, int valuesOffset, string overlayText, float scaleMin, float scaleMax, Vector2 graphSize, int stride ) : void | ||
label | string | |
values | float | |
valuesOffset | int | |
overlayText | string | |
scaleMin | float | |
scaleMax | float | |
graphSize | Vector2 | |
stride | int | |
return | void |
public static PlotLines ( string label, float values, int valuesOffset, string overlayText, float scaleMin, float scaleMax, Vector2 graphSize, int stride ) : void | ||
label | string | |
values | float | |
valuesOffset | int | |
overlayText | string | |
scaleMin | float | |
scaleMax | float | |
graphSize | Vector2 | |
stride | int | |
return | void |
public static PopStyleColor ( int numStyles ) : void | ||
numStyles | int | |
return | void |
public static PopStyleVar ( int count ) : void | ||
count | int | |
return | void |
public static PushIDRange ( string idBegin, string idEnd ) : void | ||
idBegin | string | |
idEnd | string | |
return | void |
public static PushItemWidth ( float width ) : void | ||
width | float | |
return | void |
public static PushStyleColor ( ColorTarget target, Vector4 color ) : void | ||
target | ColorTarget | |
color | Vector4 | |
return | void |
public static PushStyleVar ( StyleVar var, Vector2 value ) : void | ||
var | StyleVar | |
value | Vector2 | |
return | void |
public static PushStyleVar ( StyleVar var, float value ) : void | ||
var | StyleVar | |
value | float | |
return | void |
public static RadioButton ( string label, int &target, int buttonValue ) : bool | ||
label | string | |
target | int | |
buttonValue | int | |
return | bool |
public static RadioButtonBool ( string label, bool active ) : bool | ||
label | string | |
active | bool | |
return | bool |
public static ResetMouseDragDelta ( int button ) : void | ||
button | int | |
return | void |
public static SameLine ( float localPositionX, float spacingW ) : void | ||
localPositionX | float | |
spacingW | float | |
return | void |
public static ScaleClipRects ( |
||
drawData | Pointer to the DrawData to scale. | |
scale | Vector2 | The scale to apply. |
return | void |
public static Selectable ( string label ) : bool | ||
label | string | |
return | bool |
public static Selectable ( string label, bool isSelected ) : bool | ||
label | string | |
isSelected | bool | |
return | bool |
public static Selectable ( string label, bool isSelected, SelectableFlags flags ) : bool | ||
label | string | |
isSelected | bool | |
flags | SelectableFlags | |
return | bool |
public static Selectable ( string label, bool isSelected, SelectableFlags flags, Vector2 size ) : bool | ||
label | string | |
isSelected | bool | |
flags | SelectableFlags | |
size | Vector2 | |
return | bool |
public static SelectableEx ( string label, bool &isSelected ) : bool | ||
label | string | |
isSelected | bool | |
return | bool |
public static SelectableEx ( string label, bool &isSelected, SelectableFlags flags, Vector2 size ) : bool | ||
label | string | |
isSelected | bool | |
flags | SelectableFlags | |
size | Vector2 | |
return | bool |
public static SetColumnOffset ( int columnIndex, float offsetX ) : void | ||
columnIndex | int | |
offsetX | float | |
return | void |
public static SetKeyboardFocusHere ( ) : void | ||
return | void |
public static SetKeyboardFocusHere ( int offset ) : void | ||
offset | int | |
return | void |
public static SetNextTreeNodeOpened ( bool opened ) : void | ||
opened | bool | |
return | void |
public static SetNextTreeNodeOpened ( bool opened, SetCondition setCondition ) : void | ||
opened | bool | |
setCondition | SetCondition | |
return | void |
public static SetNextWindowPos ( Vector2 position, SetCondition condition ) : void | ||
position | Vector2 | |
condition | SetCondition | |
return | void |
public static SetNextWindowPosCenter ( SetCondition condition ) : void | ||
condition | SetCondition | |
return | void |
public static SetNextWindowSize ( Vector2 size, SetCondition condition ) : void | ||
size | Vector2 | |
condition | SetCondition | |
return | void |
public static SetScrollHere ( float centerYRatio ) : void | ||
centerYRatio | float | |
return | void |
public static SetTooltip ( string text ) : void | ||
text | string | |
return | void |
public static SetWindowFontScale ( float scale ) : void | ||
scale | float | |
return | void |
public static SliderAngle ( string label, float &radians, float minDegrees, float maxDegrees ) : bool | ||
label | string | |
radians | float | |
minDegrees | float | |
maxDegrees | float | |
return | bool |
public static SliderFloat ( string sliderLabel, float &value, float min, float max, string displayText, float power ) : bool | ||
sliderLabel | string | |
value | float | |
min | float | |
max | float | |
displayText | string | |
power | float | |
return | bool |
public static SliderInt ( string sliderLabel, int &value, int min, int max, string displayText ) : bool | ||
sliderLabel | string | |
value | int | |
min | int | |
max | int | |
displayText | string | |
return | bool |
public static SliderInt2 ( string label, |
||
label | string | |
value | ||
min | int | |
max | int | |
displayText | string | |
return | bool |
public static SliderInt3 ( string label, |
||
label | string | |
value | ||
min | int | |
max | int | |
displayText | string | |
return | bool |
public static SliderInt4 ( string label, |
||
label | string | |
value | ||
min | int | |
max | int | |
displayText | string | |
return | bool |
public static SliderVector2 ( string label, Vector2 &value, float min, float max, string displayText, float power ) : bool | ||
label | string | |
value | Vector2 | |
min | float | |
max | float | |
displayText | string | |
power | float | |
return | bool |
public static SliderVector3 ( string label, Vector3 &value, float min, float max, string displayText, float power ) : bool | ||
label | string | |
value | Vector3 | |
min | float | |
max | float | |
displayText | string | |
power | float | |
return | bool |
public static SliderVector4 ( string label, Vector4 &value, float min, float max, string displayText, float power ) : bool | ||
label | string | |
value | Vector4 | |
min | float | |
max | float | |
displayText | string | |
power | float | |
return | bool |
public static SmallButton ( string label ) : bool | ||
label | string | |
return | bool |
public static Text ( string message, Vector4 color ) : void | ||
message | string | |
color | Vector4 | |
return | void |
public static TextDisabled ( string text ) : void | ||
text | string | |
return | void |
public static TextWrapped ( string text ) : void | ||
text | string | |
return | void |
public static TreeNode ( string label ) : bool | ||
label | string | |
return | bool |