MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / m_EndFileColorIconStyle

Method m_EndFileColorIconStyle

ImGuiFileDialog.cpp:4259–4266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4257}
4258
4259void IGFD::FileDialog::m_EndFileColorIconStyle(const bool vShowColor, ImFont* vFont) {
4260 if (vFont) {
4261 ImGui::PopFont();
4262 }
4263 if (vShowColor) {
4264 ImGui::PopStyleColor();
4265 }
4266}
4267
4268void IGFD::FileDialog::m_drawColumnText(int /*vColIdx*/, const char* vFmt, const char* vLabel, bool /*vSelected*/, bool /*vHovered*/) {
4269 ImGui::Text(vFmt, vLabel);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected