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 |
Constructor & Destructor Documentation
◆ PythonDebuggerP()
| Gui::PythonDebuggerP::PythonDebuggerP | ( | PythonDebugger * | that | ) |
◆ ~PythonDebuggerP()
Member Data Documentation
◆ bps
| std::vector<Breakpoint> Gui::PythonDebuggerP::bps |
Referenced by Gui::PythonDebugger::getBreakpoint(), and Gui::PythonDebugger::toggleBreakpoint().
◆ err_n
| PyObject* Gui::PythonDebuggerP::err_n |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
◆ err_o
| PyObject* Gui::PythonDebuggerP::err_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
◆ exc_n
| PyObject* Gui::PythonDebuggerP::exc_n |
Referenced by PythonDebuggerP(), and ~PythonDebuggerP().
◆ exc_o
| PyObject* Gui::PythonDebuggerP::exc_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
◆ init
| bool Gui::PythonDebuggerP::init |
◆ loop
| QEventLoop Gui::PythonDebuggerP::loop |
Referenced by shipHydrostatics.TaskPanel.TaskPanel::externalFaces().
◆ out_n
| PyObject* Gui::PythonDebuggerP::out_n |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
◆ out_o
| PyObject* Gui::PythonDebuggerP::out_o |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and Gui::PythonDebugger::stop().
◆ pydbg
| PyObject* Gui::PythonDebuggerP::pydbg |
Referenced by PythonDebuggerP(), Gui::PythonDebugger::start(), and ~PythonDebuggerP().
◆ pypde
| PythonDebugExcept* Gui::PythonDebuggerP::pypde |
Referenced by PythonDebuggerP(), and ~PythonDebuggerP().
◆ running
| bool Gui::PythonDebuggerP::running |
Referenced by shipHydrostatics.TaskPanel.TaskPanel::accept(), draftguitools.gui_wire2spline.WireToBSpline::Activated(), draftguitools.gui_edit.Edit::Activated(), shipHydrostatics.TaskPanel.TaskPanel::externalFaces(), draftguitools.gui_offset.Offset::finish(), draftguitools.gui_edit.Edit::finish(), Gui::PythonDebugger::isRunning(), draftguitools.gui_snapper.Snapper::off(), shipHydrostatics.TaskPanel.TaskPanel::reject(), 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().
◆ trystop
| bool Gui::PythonDebuggerP::trystop |
Referenced by Gui::PythonDebugger::start(), and Gui::PythonDebugger::tryStop().
The documentation for this struct was generated from the following file:
- src/Gui/PythonDebugger.cpp
1.8.17