#include "app/editor/system/user_settings.h"#include <algorithm>#include <filesystem>#include <fstream>#include <sstream>#include "absl/strings/str_format.h"#include "app/gui/core/style.h"#include "imgui/imgui.h"#include "util/file_util.h"#include "util/log.h"#include "util/platform_paths.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{user_settings.cc} |
Functions | |
| absl::Status | yaze::editor::anonymous_namespace{user_settings.cc}::EnsureParentDirectory (const std::filesystem::path &path) |
| absl::Status | yaze::editor::anonymous_namespace{user_settings.cc}::LoadPreferencesFromIni (const std::filesystem::path &path, UserSettings::Preferences *prefs) |
| absl::Status | yaze::editor::anonymous_namespace{user_settings.cc}::SavePreferencesToIni (const std::filesystem::path &path, const UserSettings::Preferences &prefs) |