openMSX
|
#include <ImGuiAdjust.hh>
Public Member Functions | |
void | pre () |
bool | post () |
void | save (ImGuiTextBuffer &buf) |
bool | loadLine (std::string_view name, zstring_view value) |
Definition at line 26 of file ImGuiAdjust.hh.
bool openmsx::AdjustWindowInMainViewPort::loadLine | ( | std::string_view | name, |
zstring_view | value | ||
) |
Definition at line 98 of file ImGuiAdjust.cc.
References openmsx::loadOnePersistent().
Referenced by openmsx::ImGuiOsdIcons::loadLine(), and openmsx::ImGuiReverseBar::loadLine().
bool openmsx::AdjustWindowInMainViewPort::post | ( | ) |
Definition at line 55 of file ImGuiAdjust.cc.
Referenced by openmsx::ImGuiOsdIcons::paint().
void openmsx::AdjustWindowInMainViewPort::pre | ( | ) |
Definition at line 46 of file ImGuiAdjust.cc.
Referenced by openmsx::ImGuiOsdIcons::paint().
void openmsx::AdjustWindowInMainViewPort::save | ( | ImGuiTextBuffer & | buf | ) |
Definition at line 93 of file ImGuiAdjust.cc.
References openmsx::savePersistent().
Referenced by openmsx::ImGuiOsdIcons::save(), and openmsx::ImGuiReverseBar::save().