![]() |
VR-Vantage 3.1.1 API Documentation
|
Public Member Functions | |
| ImGuiTextBuffer () | |
| char | operator[] (int i) const |
| const char * | begin () const |
| const char * | end () const |
| int | size () const |
| bool | empty () const |
| void | clear () |
| void | reserve (int capacity) |
| const char * | c_str () const |
| IMGUI_API void | append (const char *str, const char *str_end=NULL) |
| IMGUI_API void | appendf (const char *fmt,...) IM_FMTARGS(2) |
| IMGUI_API void | appendfv (const char *fmt, va_list args) IM_FMTLIST(2) |
Public Attributes | |
| ImVector< char > | Buf |
Static Public Attributes | |
| static IMGUI_API char | EmptyString [1] |
|
inline |
|
inline |
References Buf, ImVector< T >::Data, and IM_ASSERT.
|
inline |
References Buf, ImVector< T >::Data, EmptyString, and ImVector< T >::front().
|
inline |
References ImVector< T >::back(), Buf, ImVector< T >::Data, and EmptyString.
|
inline |
References Buf, and ImVector< T >::Size.
Referenced by ImGui::ListBoxHeader().
|
inline |
References Buf, and ImVector< T >::Size.
|
inline |
References Buf, and ImVector< T >::clear().
|
inline |
References Buf, and ImVector< T >::reserve().
|
inline |
References Buf, ImVector< T >::Data, and EmptyString.
| IMGUI_API void ImGuiTextBuffer::append | ( | const char * | str, |
| const char * | str_end = NULL |
||
| ) |
| IMGUI_API void ImGuiTextBuffer::appendf | ( | const char * | fmt, |
| ... | |||
| ) |
| IMGUI_API void ImGuiTextBuffer::appendfv | ( | const char * | fmt, |
| va_list | args | ||
| ) |
| ImVector<char> ImGuiTextBuffer::Buf |
Referenced by begin(), c_str(), clear(), empty(), end(), ImGuiTabBar::GetTabName(), operator[](), reserve(), and size().