Public Member Functions | |
PythonDebuggerP (PythonDebugger *that) | |
~PythonDebuggerP () | |
Public Attributes | |
std::vector< Breakpoint > | bps |
PyObject * | err_n |
PyObject * | err_o |
PyObject * | exc_n |
PyObject * | exc_o |
bool | init |
QEventLoop | loop |
PyObject * | out_n |
PyObject * | out_o |
PyObject * | pydbg |
PythonDebugExcept * | pypde |
bool | running |
bool | trystop |
Gui::PythonDebuggerP::PythonDebuggerP | ( | PythonDebugger * | that | ) |
std::vector<Breakpoint> Gui::PythonDebuggerP::bps |
Referenced by Gui::PythonDebugger::getBreakpoint(), and Gui::PythonDebugger::toggleBreakpoint().
PyObject* Gui::PythonDebuggerP::err_n |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
PyObject* Gui::PythonDebuggerP::err_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
PyObject* Gui::PythonDebuggerP::exc_n |
Referenced by PythonDebuggerP(), and ~PythonDebuggerP().
PyObject* Gui::PythonDebuggerP::exc_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
bool Gui::PythonDebuggerP::init |
QEventLoop Gui::PythonDebuggerP::loop |
PyObject* Gui::PythonDebuggerP::out_n |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
PyObject* Gui::PythonDebuggerP::out_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
PyObject* Gui::PythonDebuggerP::pydbg |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
PythonDebugExcept* Gui::PythonDebuggerP::pypde |
Referenced by PythonDebuggerP(), and ~PythonDebuggerP().
bool Gui::PythonDebuggerP::running |
Referenced by draftguitools.gui_edit.Edit::Activated(), draftguitools.gui_wire2spline.WireToBSpline::Activated(), draftguitools.gui_edit.Edit::finish(), draftguitools.gui_offset.Offset::finish(), Gui::PythonDebugger::isRunning(), draftguitools.gui_snapper.Snapper::off(), ArchNesting.Nester::run(), Gui::PythonDebugger::runFile(), draftguitools.gui_snapper.Snapper::snap(), draftguitools.gui_snapper.Snapper::snapToObject(), femsolver.task.Task::start(), ArchNesting.Nester::stop(), and ArchNesting.Nester::update().
bool Gui::PythonDebuggerP::trystop |
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::tryStop().