openMSX
|
#include <ImGuiPartInterface.hh>
Public Member Functions | |
constexpr | PersistentElementMax (zstring_view name_, int C::*p_, int max_) |
void | load (C &c, std::string_view value) const |
Public Member Functions inherited from openmsx::PersistentElement< C, int > | |
void | save (ImGuiTextBuffer &buf, C &c) const |
void | load (C &c, zstring_view value) const |
Public Member Functions inherited from openmsx::PersistentElementBase< C, int > | |
constexpr | PersistentElementBase (zstring_view name_, int C::*p_) |
int & | get (C &c) const |
Public Attributes | |
int | max |
Public Attributes inherited from openmsx::PersistentElementBase< C, int > | |
zstring_view | name |
int C::* | p |
Definition at line 66 of file ImGuiPartInterface.hh.
|
inlineconstexpr |
Definition at line 68 of file ImGuiPartInterface.hh.
|
inline |
Definition at line 71 of file ImGuiPartInterface.hh.
References openmsx::PersistentElementBase< C, int >::get(), and openmsx::PersistentElementMax< C >::max.
int openmsx::PersistentElementMax< C >::max |
Definition at line 67 of file ImGuiPartInterface.hh.
Referenced by openmsx::PersistentElementMax< C >::load().