riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
Namespaces | Functions | Variables
ImGuiINI.hpp File Reference
#include "imgui.h"
#include "ini.h"
#include <string>
Include dependency graph for ImGuiINI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ImGuiINI
 

Functions

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)
 

Variables

const char * ImGuiINI::font_names [6]