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

#include <ImGuiWatchExpr.hh>

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

Public Member Functions

 ImGuiWatchExpr (ImGuiManager &manager)
 
zstring_view iniName () const override
 
void save (ImGuiTextBuffer &buf) override
 
void loadStart () override
 
void loadLine (std::string_view name, zstring_view value) override
 
void paint (MSXMotherBoard *motherBoard) override
 
void refreshSymbols ()
 
- 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 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 14 of file ImGuiWatchExpr.hh.

Constructor & Destructor Documentation

◆ ImGuiWatchExpr()

openmsx::ImGuiWatchExpr::ImGuiWatchExpr ( ImGuiManager manager)
explicit

Definition at line 21 of file ImGuiWatchExpr.cc.

Member Function Documentation

◆ iniName()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 19 of file ImGuiWatchExpr.hh.

◆ loadLine()

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

◆ loadStart()

void openmsx::ImGuiWatchExpr::loadStart ( )
overridevirtual

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 36 of file ImGuiWatchExpr.cc.

◆ paint()

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

◆ refreshSymbols()

void openmsx::ImGuiWatchExpr::refreshSymbols ( )

Definition at line 177 of file ImGuiWatchExpr.cc.

◆ save()

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

Reimplemented from openmsx::ImGuiPartInterface.

Definition at line 27 of file ImGuiWatchExpr.cc.

References openmsx::makeTclList(), and openmsx::savePersistent().

Member Data Documentation

◆ show

bool openmsx::ImGuiWatchExpr::show = false

Definition at line 31 of file ImGuiWatchExpr.hh.

Referenced by paint().


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