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

#include <ImGuiConsole.hh>

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

Public Member Functions

 ImGuiConsole (ImGuiManager &manager)
 
 ~ImGuiConsole ()
 
zstring_view iniName () const override
 
void save (ImGuiTextBuffer &buf) override
 
void loadLine (std::string_view name, zstring_view value) override
 
void paint (MSXMotherBoard *motherBoard) override
 
- 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 ()
 
virtual void showMenu (MSXMotherBoard *)
 

Public Attributes

bool show = false
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::ImGuiPart
ImGuiManagermanager
 

Detailed Description

Definition at line 20 of file ImGuiConsole.hh.

Constructor & Destructor Documentation

◆ ImGuiConsole()

openmsx::ImGuiConsole::ImGuiConsole ( ImGuiManager manager)
explicit

◆ ~ImGuiConsole()

openmsx::ImGuiConsole::~ImGuiConsole ( )

Definition at line 64 of file ImGuiConsole.cc.

References openmsx::Subject< T >::detach().

Member Function Documentation

◆ iniName()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 28 of file ImGuiConsole.hh.

◆ loadLine()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 74 of file ImGuiConsole.cc.

References openmsx::loadOnePersistent().

◆ paint()

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

◆ save()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 69 of file ImGuiConsole.cc.

References openmsx::savePersistent().

Member Data Documentation

◆ show

bool openmsx::ImGuiConsole::show = false

Definition at line 34 of file ImGuiConsole.hh.

Referenced by paint().


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