|
void | openmsx::HelpMarker (std::string_view desc) |
|
bool | openmsx::Checkbox (const HotKey &hotKey, BooleanSetting &setting) |
|
bool | openmsx::Checkbox (const HotKey &hotKey, const char *label, BooleanSetting &setting, function_ref< std::string(const Setting &)> getTooltip) |
|
bool | openmsx::SliderInt (IntegerSetting &setting, ImGuiSliderFlags flags) |
|
bool | openmsx::SliderInt (const char *label, IntegerSetting &setting, ImGuiSliderFlags flags) |
|
bool | openmsx::SliderFloat (FloatSetting &setting, const char *format, ImGuiSliderFlags flags) |
|
bool | openmsx::SliderFloat (const char *label, FloatSetting &setting, const char *format, ImGuiSliderFlags flags) |
|
bool | openmsx::InputText (Setting &setting) |
|
bool | openmsx::InputText (const char *label, Setting &setting) |
|
void | openmsx::ComboBox (const char *label, Setting &setting, function_ref< std::string(const std::string &)> displayValue, EnumToolTips toolTips) |
|
void | openmsx::ComboBox (const char *label, Setting &setting, EnumToolTips toolTips) |
|
void | openmsx::ComboBox (Setting &setting, EnumToolTips toolTips) |
|
void | openmsx::ComboBox (VideoSourceSetting &setting) |
|
void | openmsx::ComboBox (const char *label, VideoSourceSetting &setting) |
|
const char * | openmsx::getComboString (int item, const char *itemsSeparatedByZeros) |
|
std::string | openmsx::formatTime (std::optional< double > time) |
|
float | openmsx::calculateFade (float current, float target, float period) |
|
std::string | openmsx::getShortCutForCommand (const HotKey &hotkey, std::string_view command) |
|
std::string | openmsx::getKeyChordName (ImGuiKeyChord keyChord) |
|
std::optional< ImGuiKeyChord > | openmsx::parseKeyChord (std::string_view name) |
|
void | openmsx::setColors (int style) |
|