openMSX
|
#include <ImGuiCharacter.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 11 of file ImGuiCharacter.hh.
|
delete |
|
inlineexplicit |
Definition at line 12 of file ImGuiPart.hh.
|
delete |
|
inlineoverridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 16 of file ImGuiCharacter.hh.
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 28 of file ImGuiCharacter.cc.
References openmsx::loadOnePersistent().
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 67 of file ImGuiCharacter.cc.
References gl::Texture::bind(), ImGui::CalcTextSize(), im::Child(), im::Disabled(), openmsx::MSXMotherBoard::findDevice(), gl::Texture::get(), openmsx::getColor(), openmsx::getComboString(), openmsx::VDPVRAM::getData(), gl::Texture::getImGui(), openmsx::VDP::getVRAM(), openmsx::DisplayMode::GRAPHIC1, openmsx::DisplayMode::GRAPHIC2, openmsx::DisplayMode::GRAPHIC3, openmsx::GRAY, im::Group(), im::ItemWidth(), openmsx::ImGuiPart::manager, openmsx::DisplayMode::MULTICOLOR, narrow(), openmsx::ImGuiManager::palette, openmsx::VramTable::setIndexSize(), openmsx::VramTable::setRegister(), show, ImGui::StrCat(), openmsx::DisplayMode::TEXT1, openmsx::DisplayMode::TEXT2, ImGui::TextUnformatted(), ranges::transform(), im::TreeNode(), im::Window(), and xrange().
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 23 of file ImGuiCharacter.cc.
References openmsx::savePersistent().
bool openmsx::ImGuiCharacter::show = false |
Definition at line 28 of file ImGuiCharacter.hh.
Referenced by paint().