openMSX
Public Attributes | List of all members
openmsx::ImGuiBreakPoints::GuiItem Struct Reference

#include <ImGuiBreakPoints.hh>

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

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
 

Detailed Description

Definition at line 38 of file ImGuiBreakPoints.hh.

Member Data Documentation

◆ addr

std::optional<uint16_t> openmsx::ImGuiBreakPoints::GuiItem::addr

Definition at line 43 of file ImGuiBreakPoints.hh.

◆ addrStr

TclObject openmsx::ImGuiBreakPoints::GuiItem::addrStr

Definition at line 45 of file ImGuiBreakPoints.hh.

◆ cmd

TclObject openmsx::ImGuiBreakPoints::GuiItem::cmd

Definition at line 48 of file ImGuiBreakPoints.hh.

◆ cond

TclObject openmsx::ImGuiBreakPoints::GuiItem::cond

Definition at line 47 of file ImGuiBreakPoints.hh.

◆ endAddr

std::optional<uint16_t> openmsx::ImGuiBreakPoints::GuiItem::endAddr

Definition at line 44 of file ImGuiBreakPoints.hh.

◆ endAddrStr

TclObject openmsx::ImGuiBreakPoints::GuiItem::endAddrStr

Definition at line 46 of file ImGuiBreakPoints.hh.

◆ id

int openmsx::ImGuiBreakPoints::GuiItem::id

Definition at line 39 of file ImGuiBreakPoints.hh.

◆ wantEnable

bool openmsx::ImGuiBreakPoints::GuiItem::wantEnable

Definition at line 41 of file ImGuiBreakPoints.hh.

◆ wpType

int openmsx::ImGuiBreakPoints::GuiItem::wpType

Definition at line 42 of file ImGuiBreakPoints.hh.


The documentation for this struct was generated from the following file: