Widget to track VTK object references.
More...
#include <pqPythonDebugLeaksView.h>
Widget to track VTK object references.
pqPythonDebugLeaksView extends vtkQtDebugLeaksView
to add support for double clicking on a row and adding corresponding objects to the interpreter in a Python shell. The Python shell must be provided using pqPythonDebugLeaksView::setShell
.
Definition at line 22 of file pqPythonDebugLeaksView.h.
◆ pqPythonDebugLeaksView()
pqPythonDebugLeaksView::pqPythonDebugLeaksView |
( |
QWidget * |
p = nullptr | ) |
|
◆ ~pqPythonDebugLeaksView()
pqPythonDebugLeaksView::~pqPythonDebugLeaksView |
( |
| ) |
|
|
override |
◆ setShell()
◆ shell()
◆ onObjectDoubleClicked()
void pqPythonDebugLeaksView::onObjectDoubleClicked |
( |
vtkObjectBase * |
object | ) |
|
|
overrideprotectedvirtual |
◆ onClassNameDoubleClicked()
void pqPythonDebugLeaksView::onClassNameDoubleClicked |
( |
const QString & |
className | ) |
|
|
overrideprotectedvirtual |
◆ addObjectToPython()
virtual void pqPythonDebugLeaksView::addObjectToPython |
( |
vtkObjectBase * |
object | ) |
|
|
protectedvirtual |
◆ addObjectsToPython()
virtual void pqPythonDebugLeaksView::addObjectsToPython |
( |
const QList< vtkObjectBase *> & |
objects | ) |
|
|
protectedvirtual |
◆ Shell
The documentation for this class was generated from the following file: