openMSX
|
#include <ImGuiBreakPoints.hh>
Public Attributes | |
int | id |
bool | wantEnable |
int | wpType |
std::optional< uint16_t > | addr |
std::optional< uint16_t > | endAddr |
TclObject | addrStr |
TclObject | endAddrStr |
TclObject | cond |
TclObject | cmd |
Definition at line 38 of file ImGuiBreakPoints.hh.
std::optional<uint16_t> openmsx::ImGuiBreakPoints::GuiItem::addr |
Definition at line 43 of file ImGuiBreakPoints.hh.
TclObject openmsx::ImGuiBreakPoints::GuiItem::addrStr |
Definition at line 45 of file ImGuiBreakPoints.hh.
TclObject openmsx::ImGuiBreakPoints::GuiItem::cmd |
Definition at line 48 of file ImGuiBreakPoints.hh.
TclObject openmsx::ImGuiBreakPoints::GuiItem::cond |
Definition at line 47 of file ImGuiBreakPoints.hh.
std::optional<uint16_t> openmsx::ImGuiBreakPoints::GuiItem::endAddr |
Definition at line 44 of file ImGuiBreakPoints.hh.
TclObject openmsx::ImGuiBreakPoints::GuiItem::endAddrStr |
Definition at line 46 of file ImGuiBreakPoints.hh.
int openmsx::ImGuiBreakPoints::GuiItem::id |
Definition at line 39 of file ImGuiBreakPoints.hh.
bool openmsx::ImGuiBreakPoints::GuiItem::wantEnable |
Definition at line 41 of file ImGuiBreakPoints.hh.
int openmsx::ImGuiBreakPoints::GuiItem::wpType |
Definition at line 42 of file ImGuiBreakPoints.hh.