openMSX
Public Member Functions | List of all members
openmsx::ImGuiTools Class Referencefinal

#include <ImGuiTools.hh>

Inheritance diagram for openmsx::ImGuiTools:
Inheritance graph
[legend]
Collaboration diagram for openmsx::ImGuiTools:
Collaboration graph
[legend]

Public Member Functions

zstring_view iniName () const override
 
void save (ImGuiTextBuffer &buf) override
 
void loadLine (std::string_view name, zstring_view value) override
 
void showMenu (MSXMotherBoard *motherBoard) override
 
void paint (MSXMotherBoard *motherBoard) override
 
 ImGuiPart (ImGuiManager &manager_)
 
 ImGuiPart (const ImGuiPart &)=delete
 
 ImGuiPart (ImGuiPart &&)=delete
 
- Public Member Functions inherited from openmsx::ImGuiPart
 ImGuiPart (ImGuiManager &manager_)
 
 ~ImGuiPart ()
 
 ImGuiPart (const ImGuiPart &)=delete
 
 ImGuiPart (ImGuiPart &&)=delete
 
ImGuiPartoperator= (const ImGuiPart &)=delete
 
ImGuiPartoperator= (ImGuiPart &&)=delete
 
- Public Member Functions inherited from openmsx::ImGuiPartInterface
virtual void loadStart ()
 
virtual void loadEnd ()
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::ImGuiPart
ImGuiManagermanager
 

Detailed Description

Definition at line 10 of file ImGuiTools.hh.

Member Function Documentation

◆ ImGuiPart() [1/3]

openmsx::ImGuiPart::ImGuiPart ( const ImGuiPart )
delete

◆ ImGuiPart() [2/3]

openmsx::ImGuiPart::ImGuiPart ( ImGuiManager manager_)
inlineexplicit

Definition at line 12 of file ImGuiPart.hh.

◆ ImGuiPart() [3/3]

openmsx::ImGuiPart::ImGuiPart ( ImGuiPart &&  )
delete

◆ iniName()

zstring_view openmsx::ImGuiTools::iniName ( ) const
inlineoverridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 15 of file ImGuiTools.hh.

◆ loadLine()

void openmsx::ImGuiTools::loadLine ( std::string_view  name,
zstring_view  value 
)
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 35 of file ImGuiTools.cc.

References openmsx::loadOnePersistent().

◆ paint()

void openmsx::ImGuiTools::paint ( MSXMotherBoard motherBoard)
overridevirtual

◆ save()

void openmsx::ImGuiTools::save ( ImGuiTextBuffer &  buf)
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 30 of file ImGuiTools.cc.

References openmsx::savePersistent().

◆ showMenu()

void openmsx::ImGuiTools::showMenu ( MSXMotherBoard motherBoard)
overridevirtual

The documentation for this class was generated from the following files: