28 #ifndef vtkQtDebugLeaksModel_h 29 #define vtkQtDebugLeaksModel_h 31 #include "vtkGUISupportQtModule.h" 32 #include <QStandardItemModel> 48 QList<vtkObjectBase*> getObjects(
const QString& className);
55 QStandardItemModel* referenceCountModel(
const QString& className);
62 void processPendingObjects();
66 Qt::ItemFlags flags(
const QModelIndex &
index)
const override;
91 QString pointerAsString(
void* ptr);
94 Qt::ItemFlags flags(
const QModelIndex &
index)
const override;
97 void updateReferenceCounts();
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects