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

#include <ImGuiWaveViewer.hh>

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

Public Member Functions

 ImGuiWaveViewer (ImGuiManager &manager_)
 
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 8 of file ImGuiWaveViewer.hh.

Constructor & Destructor Documentation

◆ ImGuiWaveViewer()

openmsx::ImGuiWaveViewer::ImGuiWaveViewer ( ImGuiManager manager_)
inlineexplicit

Definition at line 11 of file ImGuiWaveViewer.hh.

Member Function Documentation

◆ iniName()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 14 of file ImGuiWaveViewer.hh.

◆ loadLine()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 131 of file ImGuiWaveViewer.cc.

References openmsx::loadOnePersistent().

◆ paint()

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

◆ save()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 126 of file ImGuiWaveViewer.cc.

References openmsx::savePersistent().

Member Data Documentation

◆ show

bool openmsx::ImGuiWaveViewer::show = false

Definition at line 20 of file ImGuiWaveViewer.hh.


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