openMSX
Classes | Public Member Functions | Public Attributes | List of all members
openmsx::DebuggableEditor Class Referencefinal

#include <DebuggableEditor.hh>

Inheritance diagram for openmsx::DebuggableEditor:
Inheritance graph
[legend]
Collaboration diagram for openmsx::DebuggableEditor:
Collaboration graph
[legend]

Public Member Functions

 DebuggableEditor (ImGuiManager &manager_, std::string debuggableName, size_t index)
 
std::string_view getDebuggableName () const
 
zstring_view iniName () const override
 
void save (ImGuiTextBuffer &buf) override
 
void loadLine (std::string_view name, zstring_view value) override
 
void loadEnd () override
 
void paint (MSXMotherBoard *motherBoard) override
 
- Public Member Functions inherited from openmsx::ImGuiPart
 ImGuiPart (ImGuiManager &manager_)
 
 ~ImGuiPart ()
 
 ImGuiPart (const ImGuiPart &)=delete
 
 ImGuiPart (ImGuiPart &&)=delete
 
ImGuiPartoperator= (const ImGuiPart &)=delete
 
ImGuiPartoperator= (ImGuiPart &&)=delete
 
- Public Member Functions inherited from openmsx::ImGuiPartInterface
virtual void loadStart ()
 
virtual void showMenu (MSXMotherBoard *)
 

Public Attributes

bool open = true
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::ImGuiPart
ImGuiManagermanager
 

Detailed Description

Definition at line 26 of file DebuggableEditor.hh.

Constructor & Destructor Documentation

◆ DebuggableEditor()

openmsx::DebuggableEditor::DebuggableEditor ( ImGuiManager manager_,
std::string  debuggableName,
size_t  index 
)
explicit

Definition at line 38 of file DebuggableEditor.cc.

References strAppend().

Member Function Documentation

◆ getDebuggableName()

std::string_view openmsx::DebuggableEditor::getDebuggableName ( ) const
inline

◆ iniName()

zstring_view openmsx::DebuggableEditor::iniName ( ) const
inlineoverridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 45 of file DebuggableEditor.hh.

◆ loadEnd()

void openmsx::DebuggableEditor::loadEnd ( )
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 60 of file DebuggableEditor.cc.

◆ loadLine()

void openmsx::DebuggableEditor::loadLine ( std::string_view  name,
zstring_view  value 
)
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 54 of file DebuggableEditor.cc.

References openmsx::loadOnePersistent().

◆ paint()

void openmsx::DebuggableEditor::paint ( MSXMotherBoard motherBoard)
overridevirtual

◆ save()

void openmsx::DebuggableEditor::save ( ImGuiTextBuffer &  buf)
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 49 of file DebuggableEditor.cc.

References openmsx::savePersistent().

Member Data Documentation

◆ open

bool openmsx::DebuggableEditor::open = true

Definition at line 52 of file DebuggableEditor.hh.

Referenced by paint().


The documentation for this class was generated from the following files: