![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "imgui.h"#include "imgui_internal.h"#include <ctype.h>#include <stdint.h>#include "imstb_textedit.h"
Include dependency graph for imgui_widgets.cpp:Classes | |
| struct | ImGuiPlotArrayGetterData |
Namespaces | |
| ImStb | |
| ImGui | |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
| #define | STB_TEXTEDIT_MOVEWORDLEFT STB_TEXTEDIT_MOVEWORDLEFT_IMPL |
| #define | STB_TEXTEDIT_MOVEWORDRIGHT STB_TEXTEDIT_MOVEWORDRIGHT_IMPL |
| #define | STB_TEXTEDIT_K_LEFT 0x200000 |
| #define | STB_TEXTEDIT_K_RIGHT 0x200001 |
| #define | STB_TEXTEDIT_K_UP 0x200002 |
| #define | STB_TEXTEDIT_K_DOWN 0x200003 |
| #define | STB_TEXTEDIT_K_LINESTART 0x200004 |
| #define | STB_TEXTEDIT_K_LINEEND 0x200005 |
| #define | STB_TEXTEDIT_K_TEXTSTART 0x200006 |
| #define | STB_TEXTEDIT_K_TEXTEND 0x200007 |
| #define | STB_TEXTEDIT_K_DELETE 0x200008 |
| #define | STB_TEXTEDIT_K_BACKSPACE 0x200009 |
| #define | STB_TEXTEDIT_K_UNDO 0x20000A |
| #define | STB_TEXTEDIT_K_REDO 0x20000B |
| #define | STB_TEXTEDIT_K_WORDLEFT 0x20000C |
| #define | STB_TEXTEDIT_K_WORDRIGHT 0x20000D |
| #define | STB_TEXTEDIT_K_SHIFT 0x400000 |
| #define | STB_TEXTEDIT_IMPLEMENTATION |
Functions | |
| IM_STATIC_ASSERT (IM_ARRAYSIZE(GDataTypeInfo)==ImGuiDataType_COUNT) | |
| const char * | ImParseFormatFindStart (const char *fmt) |
| const char * | ImParseFormatFindEnd (const char *fmt) |
| const char * | ImParseFormatTrimDecorations (const char *fmt, char *buf, size_t buf_size) |
| int | ImParseFormatPrecision (const char *fmt, int default_precision) |
| #define IMGUI_DEFINE_MATH_OPERATORS |
| #define STB_TEXTEDIT_IMPLEMENTATION |
| #define STB_TEXTEDIT_K_BACKSPACE 0x200009 |
| #define STB_TEXTEDIT_K_DELETE 0x200008 |
| #define STB_TEXTEDIT_K_DOWN 0x200003 |
| #define STB_TEXTEDIT_K_LEFT 0x200000 |
| #define STB_TEXTEDIT_K_LINEEND 0x200005 |
| #define STB_TEXTEDIT_K_LINESTART 0x200004 |
| #define STB_TEXTEDIT_K_REDO 0x20000B |
| #define STB_TEXTEDIT_K_RIGHT 0x200001 |
| #define STB_TEXTEDIT_K_SHIFT 0x400000 |
| #define STB_TEXTEDIT_K_TEXTEND 0x200007 |
| #define STB_TEXTEDIT_K_TEXTSTART 0x200006 |
| #define STB_TEXTEDIT_K_UNDO 0x20000A |
| #define STB_TEXTEDIT_K_UP 0x200002 |
| #define STB_TEXTEDIT_K_WORDLEFT 0x20000C |
| #define STB_TEXTEDIT_K_WORDRIGHT 0x20000D |
| #define STB_TEXTEDIT_MOVEWORDLEFT STB_TEXTEDIT_MOVEWORDLEFT_IMPL |
| #define STB_TEXTEDIT_MOVEWORDRIGHT STB_TEXTEDIT_MOVEWORDRIGHT_IMPL |
| IM_STATIC_ASSERT | ( | IM_ARRAYSIZE(GDataTypeInfo) | = =ImGuiDataType_COUNT | ) |
| const char* ImParseFormatFindEnd | ( | const char * | fmt | ) |
Here is the caller graph for this function:| const char* ImParseFormatFindStart | ( | const char * | fmt | ) |
Here is the caller graph for this function:| int ImParseFormatPrecision | ( | const char * | fmt, |
| int | default_precision | ||
| ) |
Here is the call graph for this function:| const char* ImParseFormatTrimDecorations | ( | const char * | fmt, |
| char * | buf, | ||
| size_t | buf_size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: