openMSX
|
#include <ImGuiMachine.hh>
Classes | |
struct | MachineInfo |
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 | |
ImGuiPart & | operator= (const ImGuiPart &)=delete |
ImGuiPart & | operator= (ImGuiPart &&)=delete |
Public Member Functions inherited from openmsx::ImGuiPartInterface | |
virtual void | loadStart () |
virtual void | loadEnd () |
Public Attributes | |
bool | showSelectMachine = false |
bool | showTestHardware = false |
Additional Inherited Members | |
Protected Attributes inherited from openmsx::ImGuiPart | |
ImGuiManager & | manager |
Definition at line 13 of file ImGuiMachine.hh.
|
delete |
|
inlineexplicit |
Definition at line 12 of file ImGuiPart.hh.
|
delete |
|
inlineoverridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 26 of file ImGuiMachine.hh.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 41 of file ImGuiMachine.cc.
References circular_buffer< T >::push_back().
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 87 of file ImGuiMachine.cc.
References showSelectMachine, and showTestHardware.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 34 of file ImGuiMachine.cc.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 48 of file ImGuiMachine.cc.
References openmsx::Checkbox(), openmsx::ImGuiManager::executeDelayed(), openmsx::Reactor::getHotKey(), openmsx::MSXMotherBoard::getMSXCommandController(), openmsx::ImGuiManager::getReactor(), openmsx::getShortCutForCommand(), openmsx::ImGuiPart::manager, im::Menu(), showSelectMachine, and showTestHardware.
bool openmsx::ImGuiMachine::showSelectMachine = false |
Definition at line 41 of file ImGuiMachine.hh.
Referenced by paint(), and showMenu().
bool openmsx::ImGuiMachine::showTestHardware = false |
Definition at line 42 of file ImGuiMachine.hh.
Referenced by paint(), and showMenu().