openMSX
Functions | Variables
ImGui Namespace Reference

Functions

IMGUI_API void ShowFontAtlas (ImFontAtlas *atlas)
 
void TextUnformatted (const std::string &str)
 
void TextUnformatted (std::string_view str)
 
auto CalcTextSize (std::string_view str)
 
template<typename... Ts>
void StrCat (Ts &&...ts)
 

Variables

const ImGuiID IMGUI_VIEWPORT_DEFAULT_ID = 0x11111111
 

Function Documentation

◆ CalcTextSize()

auto ImGui::CalcTextSize ( std::string_view  str)
inline

◆ ShowFontAtlas()

void ImGui::ShowFontAtlas ( ImFontAtlas *  atlas)

Definition at line 19836 of file imgui.cc.

References g, and GImGui.

◆ StrCat()

template<typename... Ts>
void ImGui::StrCat ( Ts &&...  ts)

◆ TextUnformatted() [1/2]

void ImGui::TextUnformatted ( const std::string &  str)
inline

◆ TextUnformatted() [2/2]

void ImGui::TextUnformatted ( std::string_view  str)
inline

Definition at line 30 of file ImGuiUtils.hh.

References begin(), end(), and TextUnformatted().

Variable Documentation

◆ IMGUI_VIEWPORT_DEFAULT_ID

const ImGuiID ImGui::IMGUI_VIEWPORT_DEFAULT_ID = 0x11111111

Definition at line 1144 of file imgui.cc.