openMSX
Public Member Functions | List of all members
openmsx::PersistentElement< C, im::WindowStatus > Struct Template Reference

#include <ImGuiPartInterface.hh>

Inheritance diagram for openmsx::PersistentElement< C, im::WindowStatus >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::PersistentElement< C, im::WindowStatus >:
Collaboration graph
[legend]

Public Member Functions

void save (ImGuiTextBuffer &buf, C &c) const
 
void load (C &c, zstring_view value) const
 
- Public Member Functions inherited from openmsx::PersistentElementBase< C, im::WindowStatus >
constexpr PersistentElementBase (zstring_view name_, im::WindowStatus C::*p_)
 
im::WindowStatusget (C &c) const
 

Additional Inherited Members

- Public Attributes inherited from openmsx::PersistentElementBase< C, im::WindowStatus >
zstring_view name
 
im::WindowStatus C::* p
 

Detailed Description

template<typename C>
struct openmsx::PersistentElement< C, im::WindowStatus >

Definition at line 181 of file ImGuiPartInterface.hh.

Member Function Documentation

◆ load()

template<typename C >
void openmsx::PersistentElement< C, im::WindowStatus >::load ( C c,
zstring_view  value 
) const
inline

Definition at line 186 of file ImGuiPartInterface.hh.

References StringOp::stringToBool().

◆ save()

template<typename C >
void openmsx::PersistentElement< C, im::WindowStatus >::save ( ImGuiTextBuffer &  buf,
C c 
) const
inline

Definition at line 183 of file ImGuiPartInterface.hh.


The documentation for this struct was generated from the following file: