#include "app/editor/agent/panels/feature_flag_editor_panel.h"
#include <algorithm>
#include <cctype>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <sstream>
#include "absl/strings/str_format.h"
#include "app/gui/core/icons.h"
#include "app/gui/core/style_guard.h"
#include "core/project.h"
#include "imgui/imgui.h"
Go to the source code of this file.
|
| constexpr ImVec4 | yaze::editor::anonymous_namespace{feature_flag_editor_panel.cc}::kColorEnabled (0.2f, 0.8f, 0.2f, 1.0f) |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{feature_flag_editor_panel.cc}::kColorDisabled (0.8f, 0.2f, 0.2f, 1.0f) |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{feature_flag_editor_panel.cc}::kColorDirty (0.9f, 0.7f, 0.1f, 1.0f) |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{feature_flag_editor_panel.cc}::kColorInfo (0.6f, 0.6f, 0.6f, 1.0f) |
| |
| bool | yaze::editor::anonymous_namespace{feature_flag_editor_panel.cc}::ContainsCaseInsensitive (const std::string &haystack, const std::string &needle) |
| |