#include <PythonDebugger.h>
◆ Breakpoint() [1/2]
Breakpoint::Breakpoint |
( |
| ) |
|
◆ Breakpoint() [2/2]
◆ ~Breakpoint()
Breakpoint::~Breakpoint |
( |
| ) |
|
◆ addLine()
void Breakpoint::addLine |
( |
int |
line | ) |
|
◆ checkBreakpoint()
bool Gui::Breakpoint::checkBreakpoint |
( |
const QString & |
fn, |
|
|
int |
line |
|
) |
| |
◆ checkLine()
bool Breakpoint::checkLine |
( |
int |
line | ) |
|
◆ countLines()
int Gui::Breakpoint::countLines |
( |
| ) |
const |
◆ filename()
const QString & Gui::Breakpoint::filename |
( |
| ) |
const |
◆ lineIndex()
int Breakpoint::lineIndex |
( |
int |
ind | ) |
const |
◆ operator=()
◆ operator==() [1/2]
◆ operator==() [2/2]
bool Gui::Breakpoint::operator== |
( |
const QString & |
fn | ) |
|
◆ removeLine()
void Breakpoint::removeLine |
( |
int |
line | ) |
|
◆ setFilename()
void Breakpoint::setFilename |
( |
const QString & |
fn | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/PythonDebugger.h
- FreeCAD/src/Gui/PythonDebugger.cpp