#include "imgui.h"
#include "ini.h"
#include <string>
Go to the source code of this file.
|
void | ImGuiINI::set_style (int style_idx) |
|
bool | ImGuiINI::ShowStyleSelector (const char *label, int &style_idx, mINI::INIStructure &ini_cfg) |
|
bool | ImGuiINI::ShowFontSelector (const char *label, int &selectedFont, mINI::INIStructure &ini_cfg) |
|
void | ImGuiINI::set_font (int font_idx) |
|
template<typename T > |
std::vector< T > | ImGuiINI::split2T (std::string &s, char delimiter) |
|
std::string | ImGuiINI::ImVec2string (const ImVec4 &v) |
|
std::string | ImGuiINI::ImVec2string (const ImVec2 &v) |
|
void | ImGuiINI::check_ini_setting (mINI::INIStructure &ini_cfg, std::string section, std::string key, char *value) |
|
void | ImGuiINI::check_ini_setting (mINI::INIStructure &ini_cfg, std::string section, std::string key, std::string value) |
|
template<typename T > |
void | ImGuiINI::check_ini_setting (mINI::INIStructure &ini_cfg, std::string section, std::string key, T &value) |
|
void | ImGuiINI::check_ini_setting (mINI::INIStructure &ini_cfg, std::string section, std::string key, ImVec4 &value) |
|
void | ImGuiINI::check_ini_setting (mINI::INIStructure &ini_cfg, std::string section, std::string key, ImVec2 &value) |
|