openMSX
|
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) |
void | RightAlignText (std::string_view text, std::string_view maxWidthText) |
Variables | |
const ImGuiID | IMGUI_VIEWPORT_DEFAULT_ID = 0x11111111 |
|
inline |
Definition at line 39 of file ImGuiUtils.hh.
References CalcTextSize().
Referenced by CalcTextSize(), openmsx::Checkbox(), ExampleAssetsBrowser::Draw(), openmsx::ImGuiCharacter::paint(), openmsx::ImGuiCheatFinder::paint(), openmsx::ImGuiConsole::paint(), openmsx::ImGuiDiskManipulator::paint(), openmsx::ImGuiReverseBar::paint(), openmsx::ImGuiSymbols::paint(), openmsx::ImGuiWatchExpr::paint(), and RightAlignText().
|
inline |
Definition at line 51 of file ImGuiUtils.hh.
References CalcTextSize(), and TextUnformatted().
void ImGui::ShowFontAtlas | ( | ImFontAtlas * | atlas | ) |
void ImGui::StrCat | ( | Ts &&... | ts | ) |
Definition at line 45 of file ImGuiUtils.hh.
References TextUnformatted(), and tmpStrCat().
Referenced by openmsx::ImGuiBitmapViewer::paint(), openmsx::ImGuiCharacter::paint(), openmsx::ImGuiPalette::paint(), openmsx::ImGuiSpriteViewer::paint(), and openmsx::ImGuiMedia::showMenu().
|
inline |
Definition at line 26 of file ImGuiUtils.hh.
References begin(), end(), and TextUnformatted().
Referenced by ExampleAppConsole::Draw(), ExampleAppLog::Draw(), ExampleAppPropertyEditor::Draw(), openmsx::ImGuiBitmapViewer::paint(), openmsx::ImGuiCharacter::paint(), openmsx::ImGuiCheatFinder::paint(), openmsx::ImGuiConsole::paint(), openmsx::ImGuiDiskManipulator::paint(), openmsx::ImGuiPalette::paint(), openmsx::ImGuiReverseBar::paint(), openmsx::ImGuiSCCViewer::paint(), openmsx::ImGuiSpriteViewer::paint(), openmsx::ImGuiTools::paint(), openmsx::ImGuiTrainer::paint(), openmsx::ImGuiManager::paintImGui(), openmsx::ImGuiMedia::printDatabase(), RightAlignText(), openmsx::ImGuiConnector::showMenu(), openmsx::ImGuiMedia::showMenu(), openmsx::ImGuiReverseBar::showMenu(), openmsx::ImGuiSettings::showMenu(), openmsx::simpleToolTip(), openmsx::simpleToolTip(), StrCat(), TextUnformatted(), and TextUnformatted().
|
inline |
Definition at line 32 of file ImGuiUtils.hh.
References begin(), end(), and TextUnformatted().