openMSX
|
#include <ImGuiWaveViewer.hh>
Public Member Functions | |
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 |
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 | |
ImGuiPart & | operator= (const ImGuiPart &)=delete |
ImGuiPart & | operator= (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 | |
ImGuiManager & | manager |
Definition at line 8 of file ImGuiWaveViewer.hh.
|
delete |
|
inlineexplicit |
Definition at line 12 of file ImGuiPart.hh.
|
delete |
|
inlineoverridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 13 of file ImGuiWaveViewer.hh.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 131 of file ImGuiWaveViewer.cc.
References openmsx::loadOnePersistent().
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 448 of file ImGuiWaveViewer.cc.
References openmsx::MSXMixer::getDeviceInfos(), openmsx::MSXMotherBoard::getMSXMixer(), openmsx::HelpMarker(), im::ID(), im::Table(), and im::Window().
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 126 of file ImGuiWaveViewer.cc.
References openmsx::savePersistent().
bool openmsx::ImGuiWaveViewer::show = false |
Definition at line 19 of file ImGuiWaveViewer.hh.