|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <TextEditor.h>
Public Member Functions | |
| Breakpoint () | |
Public Attributes | |
| int | mLine |
| bool | mEnabled |
| std::string | mCondition |
Definition at line 49 of file TextEditor.h.
|
inline |
Definition at line 55 of file TextEditor.h.
| std::string TextEditor::Breakpoint::mCondition |
Definition at line 53 of file TextEditor.h.
| bool TextEditor::Breakpoint::mEnabled |
Definition at line 52 of file TextEditor.h.
| int TextEditor::Breakpoint::mLine |
Definition at line 51 of file TextEditor.h.