|
enum | Color {
ImGuiCol_Dialog_Directory_Background
, ImGuiCol_Dialog_Directory_Hover
, ImGuiCol_Dialog_Directory_Pressed
, ImGuiCol_Dialog_Directory_Text
,
ImGuiCol_Dialog_File_Background
, ImGuiCol_Dialog_File_Hover
, ImGuiCol_Dialog_File_Pressed
, ImGuiCol_Dialog_File_Text
,
ImGuiCol_Dialog_SelectedFolder_Text
, ImGuiCol_Dialog_ZipDirectory_Background
, ImGuiCol_Dialog_ZipDirectory_Hover
, ImGuiCol_Dialog_ZipDirectory_Pressed
,
ImGuiCol_Dialog_ZipDirectory_Text
, ImGuiCol_Dialog_Size
} |
|
Definition at line 1708 of file imguifilesystem.cpp.
◆ Color
Enumerator |
---|
ImGuiCol_Dialog_Directory_Background | |
ImGuiCol_Dialog_Directory_Hover | |
ImGuiCol_Dialog_Directory_Pressed | |
ImGuiCol_Dialog_Directory_Text | |
ImGuiCol_Dialog_File_Background | |
ImGuiCol_Dialog_File_Hover | |
ImGuiCol_Dialog_File_Pressed | |
ImGuiCol_Dialog_File_Text | |
ImGuiCol_Dialog_SelectedFolder_Text | |
ImGuiCol_Dialog_ZipDirectory_Background | |
ImGuiCol_Dialog_ZipDirectory_Hover | |
ImGuiCol_Dialog_ZipDirectory_Pressed | |
ImGuiCol_Dialog_ZipDirectory_Text | |
ImGuiCol_Dialog_Size | |
Definition at line 1841 of file imguifilesystem.cpp.
◆ ~Internal()
ImGuiFs::Internal::~Internal |
( |
| ) |
|
|
inline |
◆ calculateBrowsingDataTableSizes()
void ImGuiFs::Internal::calculateBrowsingDataTableSizes |
( |
const ImVec2 & |
childWindowSize = ImVec2(-1,-1) | ) |
|
|
inline |
◆ ColorCombine()
static void ImGuiFs::Internal::ColorCombine |
( |
ImVec4 & |
c, |
|
|
const ImVec4 & |
r, |
|
|
const ImVec4 & |
factor |
|
) |
| |
|
inlinestatic |
◆ freeMemory()
void ImGuiFs::Internal::freeMemory |
( |
| ) |
|
|
inline |
◆ FreeMemory()
◆ resetVariables()
void ImGuiFs::Internal::resetVariables |
( |
| ) |
|
|
inline |
◆ allowDirectoryCreation
bool ImGuiFs::Internal::allowDirectoryCreation |
◆ allowDisplayByOption
bool ImGuiFs::Internal::allowDisplayByOption |
◆ allowFiltering
bool ImGuiFs::Internal::allowFiltering |
◆ allowKnownDirectoriesSection
bool ImGuiFs::Internal::allowKnownDirectoriesSection |
◆ BrowsingPerRow
bool ImGuiFs::Internal::BrowsingPerRow = false |
|
static |
◆ chosenPath
◆ currentFolder
◆ currentSplitPath
◆ detectKnownDirectoriesAtEveryOpening
bool ImGuiFs::Internal::detectKnownDirectoriesAtEveryOpening |
◆ dirNames
◆ dirs
◆ editLocationCheckButtonPressed
bool ImGuiFs::Internal::editLocationCheckButtonPressed |
◆ editLocationInputText
◆ fileExtensionTypes
ImVector<int> ImGuiFs::Internal::fileExtensionTypes |
◆ fileNames
◆ files
◆ filter
ImGuiTextFilter ImGuiFs::Internal::filter |
◆ forbidDirectoryCreation
bool ImGuiFs::Internal::forbidDirectoryCreation |
◆ forceRescan
bool ImGuiFs::Internal::forceRescan |
◆ forceSetWindowPositionAndSize
bool ImGuiFs::Internal::forceSetWindowPositionAndSize |
◆ history
◆ isSaveFileDialog
bool ImGuiFs::Internal::isSaveFileDialog |
◆ isSelectFolderDialog
bool ImGuiFs::Internal::isSelectFolderDialog |
◆ mustFilterSaveFilePathWithFileFilterExtensionString
bool ImGuiFs::Internal::mustFilterSaveFilePathWithFileFilterExtensionString |
◆ newDirectoryName
◆ numBrowsingColumns
int ImGuiFs::Internal::numBrowsingColumns |
◆ numBrowsingEntriesPerColumn
int ImGuiFs::Internal::numBrowsingEntriesPerColumn |
◆ open
bool ImGuiFs::Internal::open |
◆ rescan
bool ImGuiFs::Internal::rescan |
◆ saveFileName
◆ sortingMode
int ImGuiFs::Internal::sortingMode |
◆ totalNumBrowsingEntries
int ImGuiFs::Internal::totalNumBrowsingEntries |
◆ uniqueNumber
int ImGuiFs::Internal::uniqueNumber |
◆ userHasJustCancelledDialog
bool ImGuiFs::Internal::userHasJustCancelledDialog |
◆ wndPos
ImVec2 ImGuiFs::Internal::wndPos |
◆ wndSize
ImVec2 ImGuiFs::Internal::wndSize |
◆ wndTitle
The documentation for this struct was generated from the following file: