openMSX
|
#include <ImGuiPart.hh>
Public Member Functions | |
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 *) |
virtual void | paint (MSXMotherBoard *) |
Protected Attributes | |
ImGuiManager & | manager |
Definition at line 9 of file ImGuiPart.hh.
|
inlineexplicit |
Definition at line 12 of file ImGuiPart.hh.
References manager, and openmsx::ImGuiManager::registerPart().
|
inline |
Definition at line 18 of file ImGuiPart.hh.
References manager, and openmsx::ImGuiManager::unregisterPart().
|
delete |
|
delete |
|
protected |
Definition at line 30 of file ImGuiPart.hh.
Referenced by openmsx::ImGuiMedia::displayNameForDriveContent(), openmsx::ImGuiMedia::displayNameForRom(), openmsx::ImGuiMedia::getAllExtensions(), openmsx::ImGuiMedia::getTestResult(), openmsx::ImGuiConsole::ImGuiConsole(), openmsx::ImGuiMessages::ImGuiMessages(), ImGuiPart(), openmsx::ImGuiDebugger::loadLine(), openmsx::ImGuiBreakPoints::loadStart(), openmsx::DebuggableEditor::paint(), openmsx::ImGuiBitmapViewer::paint(), openmsx::ImGuiCharacter::paint(), openmsx::ImGuiConsole::paint(), openmsx::ImGuiKeyboard::paint(), openmsx::ImGuiOsdIcons::paint(), openmsx::ImGuiSpriteViewer::paint(), openmsx::ImGuiSymbols::paint(), openmsx::ImGuiTools::paint(), openmsx::ImGuiTrainer::paint(), openmsx::ImGuiConnector::showMenu(), openmsx::ImGuiDebugger::showMenu(), openmsx::ImGuiMachine::showMenu(), openmsx::ImGuiMedia::showMenu(), openmsx::ImGuiReverseBar::showMenu(), openmsx::ImGuiSettings::showMenu(), openmsx::ImGuiTools::showMenu(), openmsx::ImGuiMessages::~ImGuiMessages(), and ~ImGuiPart().