PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
TextEditor::Breakpoint Struct Reference

#include <TextEditor.h>

Public Member Functions

 Breakpoint ()
 

Public Attributes

int mLine
 
bool mEnabled
 
std::string mCondition
 

Detailed Description

Definition at line 49 of file TextEditor.h.

Constructor & Destructor Documentation

◆ Breakpoint()

TextEditor::Breakpoint::Breakpoint ( )
inline

Definition at line 55 of file TextEditor.h.

56 : mLine(-1)
57 , mEnabled(false)
58 {}

Member Data Documentation

◆ mCondition

std::string TextEditor::Breakpoint::mCondition

Definition at line 53 of file TextEditor.h.

◆ mEnabled

bool TextEditor::Breakpoint::mEnabled

Definition at line 52 of file TextEditor.h.

◆ mLine

int TextEditor::Breakpoint::mLine

Definition at line 51 of file TextEditor.h.


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