#include <ImFileBrowser.hpp>
◆ FileBrowser() [1/2]
◆ FileBrowser() [2/2]
| ImGui::FileBrowser::FileBrowser |
( |
const FileBrowser & |
copyFrom | ) |
|
|
inline |
◆ ClearSelected()
| void ImGui::FileBrowser::ClearSelected |
( |
| ) |
|
|
inline |
◆ Close()
| void ImGui::FileBrowser::Close |
( |
| ) |
|
|
inline |
◆ Display()
| void ImGui::FileBrowser::Display |
( |
| ) |
|
|
inline |
◆ GetSelected()
| std::filesystem::path ImGui::FileBrowser::GetSelected |
( |
| ) |
const |
|
inline |
◆ HasSelected()
| bool ImGui::FileBrowser::HasSelected |
( |
| ) |
const |
|
inlinenoexcept |
◆ IsOpened()
| bool ImGui::FileBrowser::IsOpened |
( |
| ) |
const |
|
inlinenoexcept |
◆ Open()
| void ImGui::FileBrowser::Open |
( |
| ) |
|
|
inline |
◆ operator=()
◆ SetPwd()
| bool ImGui::FileBrowser::SetPwd |
( |
const std::filesystem::path & |
pwd = std::filesystem::current_path() | ) |
|
|
inline |
◆ SetPwdUncatched()
| void ImGui::FileBrowser::SetPwdUncatched |
( |
const std::filesystem::path & |
pwd | ) |
|
|
inlineprivate |
◆ SetTitle()
| void ImGui::FileBrowser::SetTitle |
( |
std::string |
title | ) |
|
|
inline |
◆ SetTypeFilters()
| void ImGui::FileBrowser::SetTypeFilters |
( |
const std::vector< const char *> & |
typeFilters | ) |
|
|
inline |
◆ closeFlag_
| bool ImGui::FileBrowser::closeFlag_ |
|
private |
◆ fileRecords_
| std::vector<FileRecord> ImGui::FileBrowser::fileRecords_ |
|
private |
◆ flags_
◆ INPUT_NAME_BUF_SIZE
| constexpr size_t ImGui::FileBrowser::INPUT_NAME_BUF_SIZE = 512 |
|
staticprivate |
◆ inputNameBuf_
◆ isOpened_
| bool ImGui::FileBrowser::isOpened_ |
|
private |
◆ newDirNameBuf_
◆ ok_
| bool ImGui::FileBrowser::ok_ |
|
private |
◆ openFlag_
| bool ImGui::FileBrowser::openFlag_ |
|
private |
◆ openLabel_
| std::string ImGui::FileBrowser::openLabel_ |
|
private |
◆ openNewDirLabel_
| std::string ImGui::FileBrowser::openNewDirLabel_ |
|
private |
◆ pwd_
| std::filesystem::path ImGui::FileBrowser::pwd_ |
|
private |
◆ selectedFilename_
| std::string ImGui::FileBrowser::selectedFilename_ |
|
private |
◆ statusStr_
| std::string ImGui::FileBrowser::statusStr_ |
|
private |
◆ title_
| std::string ImGui::FileBrowser::title_ |
|
private |
◆ typeFilterIndex_
| int ImGui::FileBrowser::typeFilterIndex_ |
|
private |
◆ typeFilters_
| std::vector<const char*> ImGui::FileBrowser::typeFilters_ |
|
private |
The documentation for this class was generated from the following file: