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

#include <ImGuiBreakPoints.hh>

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

Public Member Functions

 ImGuiBreakPoints (ImGuiManager &manager)
 
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
 
void refreshSymbols ()
 
void paintBpTab (MSXCPUInterface &cpuInterface, uint16_t addr)
 
- 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 loadEnd ()
 
virtual void showMenu (MSXMotherBoard *)
 

Public Attributes

bool show = false
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::ImGuiPart
ImGuiManagermanager
 

Detailed Description

Definition at line 37 of file ImGuiBreakPoints.hh.

Constructor & Destructor Documentation

◆ ImGuiBreakPoints()

openmsx::ImGuiBreakPoints::ImGuiBreakPoints ( ImGuiManager manager)
explicit

Definition at line 34 of file ImGuiBreakPoints.cc.

Member Function Documentation

◆ iniName()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 42 of file ImGuiBreakPoints.hh.

◆ loadLine()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 45 of file ImGuiBreakPoints.cc.

References openmsx::loadOnePersistent().

◆ paint()

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

◆ paintBpTab()

void openmsx::ImGuiBreakPoints::paintBpTab ( MSXCPUInterface cpuInterface,
uint16_t  addr 
)

Definition at line 514 of file ImGuiBreakPoints.cc.

◆ refreshSymbols()

void openmsx::ImGuiBreakPoints::refreshSymbols ( )

Definition at line 668 of file ImGuiBreakPoints.cc.

◆ save()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 40 of file ImGuiBreakPoints.cc.

References openmsx::savePersistent().

Member Data Documentation

◆ show

bool openmsx::ImGuiBreakPoints::show = false

Definition at line 60 of file ImGuiBreakPoints.hh.

Referenced by paint().


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