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

Method m_DrawSidePane

ImGuiFileDialog.cpp:4677–4684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4675#endif
4676
4677void IGFD::FileDialog::m_DrawSidePane(float vHeight) {
4678 ImGui::SameLine();
4679
4680 ImGui::BeginChild("##FileTypes", ImVec2(0, vHeight));
4681
4682 m_FileDialogInternal.getDialogConfig().sidePane(m_FileDialogInternal.filterManager.GetSelectedFilter().getFirstFilter().c_str(), m_FileDialogInternal.getDialogConfigRef().userDatas, &m_FileDialogInternal.canWeContinue);
4683 ImGui::EndChild();
4684}
4685
4686void IGFD::FileDialog::Close() {
4687 m_FileDialogInternal.dLGkey.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected