derelict.imgui.types

Undocumented in source.

Members

Aliases

GetClipboardTextFunc
alias GetClipboardTextFunc = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImDrawCallback
alias ImDrawCallback = void function(const ImDrawList* parent_list, const ImDrawCmd* cmd) nothrow
Undocumented in source.
ImDrawIdx
alias ImDrawIdx = ushort
Undocumented in source.
ImGuiAlign
alias ImGuiAlign = int
Undocumented in source.
ImGuiButtonFlags
alias ImGuiButtonFlags = int
Undocumented in source.
ImGuiCol
alias ImGuiCol = int
Undocumented in source.
ImGuiColorEditMode
alias ImGuiColorEditMode = int
Undocumented in source.
ImGuiID
alias ImGuiID = ImU32
Undocumented in source.
ImGuiInputTextFlags
alias ImGuiInputTextFlags = int
Undocumented in source.
ImGuiKey
alias ImGuiKey = int
Undocumented in source.
ImGuiLayoutType
alias ImGuiLayoutType = int
Undocumented in source.
ImGuiMouseCursor
alias ImGuiMouseCursor = int
Undocumented in source.
ImGuiPlotType
alias ImGuiPlotType = int
Undocumented in source.
ImGuiSelectableFlags
alias ImGuiSelectableFlags = int
Undocumented in source.
ImGuiSetCond
alias ImGuiSetCond = int
Undocumented in source.
ImGuiStyleVar
alias ImGuiStyleVar = int
Undocumented in source.
ImGuiTextEditCallback
alias ImGuiTextEditCallback = int function(ImGuiTextEditCallbackData* data)
Undocumented in source.
ImGuiTreeNodeFlags
alias ImGuiTreeNodeFlags = int
Undocumented in source.
ImGuiWindowFlags
alias ImGuiWindowFlags = int
Undocumented in source.
ImTextureID
alias ImTextureID = void*
Undocumented in source.
ImU32
alias ImU32 = uint
Undocumented in source.
ImWchar
alias ImWchar = ushort
Undocumented in source.
ImeSetInputScreenPosFunc
alias ImeSetInputScreenPosFunc = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MemAllocFunc
alias MemAllocFunc = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MemFreeFunc
alias MemFreeFunc = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RenderDrawListFunc
alias RenderDrawListFunc = void function(ImDrawData* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STB_TEXTEDIT_CHARTYPE
alias STB_TEXTEDIT_CHARTYPE = int
Undocumented in source.
STB_TEXTEDIT_POSITIONTYPE
alias STB_TEXTEDIT_POSITIONTYPE = int
Undocumented in source.
SetClipboardTextFunc
alias SetClipboardTextFunc = void function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ImGuiAlign_Left
anonymousenum ImGuiAlign_Left
Undocumented in source.
ImGuiButtonFlags_Repeat
anonymousenum ImGuiButtonFlags_Repeat
Undocumented in source.
ImGuiCol_Text
anonymousenum ImGuiCol_Text
Undocumented in source.
ImGuiColorEditMode_UserSelect
anonymousenum ImGuiColorEditMode_UserSelect
Undocumented in source.
ImGuiInputTextFlags_CharsDecimal
anonymousenum ImGuiInputTextFlags_CharsDecimal
Undocumented in source.
ImGuiKey_Tab
anonymousenum ImGuiKey_Tab
Undocumented in source.
ImGuiLayoutType_Vertical
anonymousenum ImGuiLayoutType_Vertical
Undocumented in source.
ImGuiMouseCursor_Arrow
anonymousenum ImGuiMouseCursor_Arrow
Undocumented in source.
ImGuiPlotType_Lines
anonymousenum ImGuiPlotType_Lines
Undocumented in source.
ImGuiSelectableFlags_DontClosePopups
anonymousenum ImGuiSelectableFlags_DontClosePopups
Undocumented in source.
ImGuiSetCond_Always
anonymousenum ImGuiSetCond_Always
Undocumented in source.
ImGuiStyleVar_Alpha
anonymousenum ImGuiStyleVar_Alpha
Undocumented in source.
ImGuiTreeNodeFlags_DefaultOpen
anonymousenum ImGuiTreeNodeFlags_DefaultOpen
Undocumented in source.
ImGuiWindowFlags_NoTitleBar
anonymousenum ImGuiWindowFlags_NoTitleBar
Undocumented in source.

Manifest constants

STB_TEXTEDIT_UNDOCHARCOUNT
enum STB_TEXTEDIT_UNDOCHARCOUNT;
Undocumented in source.
STB_TEXTEDIT_UNDOSTATECOUNT
enum STB_TEXTEDIT_UNDOSTATECOUNT;
Undocumented in source.

Structs

ImColor
struct ImColor
Undocumented in source.
ImDrawChannel
struct ImDrawChannel
Undocumented in source.
ImDrawCmd
struct ImDrawCmd
Undocumented in source.
ImDrawData
struct ImDrawData
Undocumented in source.
ImDrawList
struct ImDrawList
Undocumented in source.
ImDrawVert
struct ImDrawVert
Undocumented in source.
ImFont
struct ImFont
Undocumented in source.
ImFontAtlas
struct ImFontAtlas
Undocumented in source.
ImFontConfig
struct ImFontConfig
Undocumented in source.
ImGuiColMod
struct ImGuiColMod
Undocumented in source.
ImGuiDrawContext
struct ImGuiDrawContext
Undocumented in source.
ImGuiGroupData
struct ImGuiGroupData
Undocumented in source.
ImGuiIO
struct ImGuiIO
Undocumented in source.
ImGuiIniData
struct ImGuiIniData
Undocumented in source.
ImGuiMouseCursorData
struct ImGuiMouseCursorData
Undocumented in source.
ImGuiPopupRef
struct ImGuiPopupRef
Undocumented in source.
ImGuiSimpleColumns
struct ImGuiSimpleColumns
Undocumented in source.
ImGuiState
struct ImGuiState
Undocumented in source.
ImGuiStorage
struct ImGuiStorage
Undocumented in source.
ImGuiStyle
struct ImGuiStyle
Undocumented in source.
ImGuiStyleMod
struct ImGuiStyleMod
Undocumented in source.
ImGuiTextBuffer
struct ImGuiTextBuffer
Undocumented in source.
ImGuiTextEditCallbackData
struct ImGuiTextEditCallbackData
Undocumented in source.
ImGuiTextEditState
struct ImGuiTextEditState
Undocumented in source.
ImGuiWindow
struct ImGuiWindow
Undocumented in source.
ImRect
struct ImRect
Undocumented in source.
ImVec2
struct ImVec2
Undocumented in source.
ImVec4
struct ImVec4
Undocumented in source.
ImVector
struct ImVector(T)
Undocumented in source.
STB_TexteditState
struct STB_TexteditState
Undocumented in source.
StbUndoRecord
struct StbUndoRecord
Undocumented in source.
StbUndoState
struct StbUndoState
Undocumented in source.

Meta