openMSX
|
#include <ImGuiCheatFinder.hh>
Public Member Functions | |
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 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 11 of file ImGuiCheatFinder.hh.
|
delete |
|
inlineexplicit |
Definition at line 12 of file ImGuiPart.hh.
|
delete |
|
overridevirtual |
Reimplemented from openmsx::ImGuiPartInterface.
Definition at line 15 of file ImGuiCheatFinder.cc.
References ImGui::CalcTextSize(), im::Child(), im::Disabled(), openmsx::HelpMarker(), im::Indent(), show, openmsx::simpleToolTip(), strCat(), im::Table(), ImGui::TextUnformatted(), and im::Window().
bool openmsx::ImGuiCheatFinder::show = false |
Definition at line 19 of file ImGuiCheatFinder.hh.
Referenced by paint().