ParaView
Public Member Functions | Protected Member Functions | List of all members
pqPythonDebugLeaksView Class Reference

#include <pqPythonDebugLeaksView.h>

Inherits vtkQtDebugLeaksView.

Public Member Functions

 pqPythonDebugLeaksView (QWidget *p=0)
 
virtual ~pqPythonDebugLeaksView ()
 

Protected Member Functions

virtual void onObjectDoubleClicked (vtkObjectBase *object)
 
virtual void onClassNameDoubleClicked (const QString &className)
 
virtual void addObjectToPython (vtkObjectBase *object)
 
virtual void addObjectsToPython (const QList< vtkObjectBase *> &objects)
 

Detailed Description

Definition at line 38 of file pqPythonDebugLeaksView.h.

Constructor & Destructor Documentation

◆ pqPythonDebugLeaksView()

pqPythonDebugLeaksView::pqPythonDebugLeaksView ( QWidget *  p = 0)

◆ ~pqPythonDebugLeaksView()

virtual pqPythonDebugLeaksView::~pqPythonDebugLeaksView ( )
virtual

Member Function Documentation

◆ onObjectDoubleClicked()

virtual void pqPythonDebugLeaksView::onObjectDoubleClicked ( vtkObjectBase *  object)
protectedvirtual

◆ onClassNameDoubleClicked()

virtual void pqPythonDebugLeaksView::onClassNameDoubleClicked ( const QString &  className)
protectedvirtual

◆ addObjectToPython()

virtual void pqPythonDebugLeaksView::addObjectToPython ( vtkObjectBase *  object)
protectedvirtual

◆ addObjectsToPython()

virtual void pqPythonDebugLeaksView::addObjectsToPython ( const QList< vtkObjectBase *> &  objects)
protectedvirtual

The documentation for this class was generated from the following file: