#include "app/gui/widgets/icon_browser.h"#include <cctype>#include <cstring>#include <string>#include "app/gui/core/common_icons.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::gui::icon_browser_internal |
| namespace | yaze::gui::icon_browser_internal::anonymous_namespace{icon_browser.cc} |
Functions | |
| bool | yaze::gui::icon_browser_internal::anonymous_namespace{icon_browser.cc}::ContainsIgnoreCase (const char *haystack, const char *needle, std::size_t needle_len) |
| bool | yaze::gui::icon_browser_internal::MatchesQuery (const char *search_key, const char *query) |
| const char * | yaze::gui::IconBrowser (const char *label) |