25 #ifndef vtkQtDebugLeaksModel_h 26 #define vtkQtDebugLeaksModel_h 28 #include "vtkGUISupportQtModule.h" 29 #include <QStandardItemModel> 44 QList<vtkObjectBase*> getObjects(
const QString& className);
51 QStandardItemModel* referenceCountModel(
const QString& className);
58 void processPendingObjects();
62 Qt::ItemFlags flags(
const QModelIndex&
index)
const override;
85 QString pointerAsString(
void* ptr);
88 Qt::ItemFlags flags(
const QModelIndex&
index)
const override;
91 void updateReferenceCounts();
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects