openMSX
|
#include <ImGuiSCCViewer.hh>
Public Member Functions | |
ImGuiSCCViewer (ImGuiManager &manager) | |
void | paint (MSXMotherBoard *motherBoard) override |
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 zstring_view | iniName () const |
virtual void | save (ImGuiTextBuffer &) |
virtual void | loadStart () |
virtual void | loadLine (std::string_view, zstring_view) |
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 ImGuiSCCViewer.hh.
|
explicit |
Definition at line 13 of file ImGuiSCCViewer.cc.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 40 of file ImGuiSCCViewer.cc.
References openmsx::MSXMixer::getDeviceInfos(), openmsx::MSXMotherBoard::getMSXMixer(), ImGui::TextUnformatted(), and im::Window().
bool openmsx::ImGuiSCCViewer::show = false |
Definition at line 16 of file ImGuiSCCViewer.hh.