voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
StbUndoState
derelict
imgui
types
Undocumented in source.
struct
StbUndoState {
StbUndoRecord
[
STB_TEXTEDIT_UNDOSTATECOUNT
]
undo_rec
;
STB_TEXTEDIT_CHARTYPE
[
STB_TEXTEDIT_UNDOCHARCOUNT
]
undo_char
;
short
undo_point
;
short
redo_point
;
short
undo_char_point
;
short
redo_char_point
;
}
Members
Variables
redo_char_point
short
redo_char_point
;
redo_point
short
redo_point
;
Undocumented in source.
undo_char
STB_TEXTEDIT_CHARTYPE
[
STB_TEXTEDIT_UNDOCHARCOUNT
]
undo_char
;
Undocumented in source.
undo_char_point
short
undo_char_point
;
Undocumented in source.
undo_point
short
undo_point
;
Undocumented in source.
undo_rec
StbUndoRecord
[
STB_TEXTEDIT_UNDOSTATECOUNT
]
undo_rec
;
Undocumented in source.
Meta
Source
See Implementation
derelict
imgui
types
aliases
GetClipboardTextFunc
ImDrawCallback
ImDrawIdx
ImGuiAlign
ImGuiButtonFlags
ImGuiCol
ImGuiColorEditMode
ImGuiID
ImGuiInputTextFlags
ImGuiKey
ImGuiLayoutType
ImGuiMouseCursor
ImGuiPlotType
ImGuiSelectableFlags
ImGuiSetCond
ImGuiStyleVar
ImGuiTextEditCallback
ImGuiTreeNodeFlags
ImGuiWindowFlags
ImTextureID
ImU32
ImWchar
ImeSetInputScreenPosFunc
MemAllocFunc
MemFreeFunc
RenderDrawListFunc
STB_TEXTEDIT_CHARTYPE
STB_TEXTEDIT_POSITIONTYPE
SetClipboardTextFunc
enums
ImGuiAlign_Left
ImGuiButtonFlags_Repeat
ImGuiCol_Text
ImGuiColorEditMode_UserSelect
ImGuiInputTextFlags_CharsDecimal
ImGuiKey_Tab
ImGuiLayoutType_Vertical
ImGuiMouseCursor_Arrow
ImGuiPlotType_Lines
ImGuiSelectableFlags_DontClosePopups
ImGuiSetCond_Always
ImGuiStyleVar_Alpha
ImGuiTreeNodeFlags_DefaultOpen
ImGuiWindowFlags_NoTitleBar
manifest constants
STB_TEXTEDIT_UNDOCHARCOUNT
STB_TEXTEDIT_UNDOSTATECOUNT
structs
ImColor
ImDrawChannel
ImDrawCmd
ImDrawData
ImDrawList
ImDrawVert
ImFont
ImFontAtlas
ImFontConfig
ImGuiColMod
ImGuiDrawContext
ImGuiGroupData
ImGuiIO
ImGuiIniData
ImGuiMouseCursorData
ImGuiPopupRef
ImGuiSimpleColumns
ImGuiState
ImGuiStorage
ImGuiStyle
ImGuiStyleMod
ImGuiTextBuffer
ImGuiTextEditCallbackData
ImGuiTextEditState
ImGuiWindow
ImRect
ImVec2
ImVec4
ImVector
STB_TexteditState
StbUndoRecord
StbUndoState