yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
TextEditor::Breakpoint Struct Reference

#include <text_editor.h>

Public Member Functions

 Breakpoint ()
 

Public Attributes

int mLine
 
bool mEnabled
 
std::string mCondition
 

Detailed Description

Definition at line 46 of file text_editor.h.

Constructor & Destructor Documentation

◆ Breakpoint()

TextEditor::Breakpoint::Breakpoint ( )
inline

Definition at line 51 of file text_editor.h.

References mEnabled, and mLine.

Member Data Documentation

◆ mLine

int TextEditor::Breakpoint::mLine

Definition at line 47 of file text_editor.h.

Referenced by Breakpoint().

◆ mEnabled

bool TextEditor::Breakpoint::mEnabled

Definition at line 48 of file text_editor.h.

Referenced by Breakpoint().

◆ mCondition

std::string TextEditor::Breakpoint::mCondition

Definition at line 49 of file text_editor.h.


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