29 #ifndef vtkQtDebugLeaksView_h
30 #define vtkQtDebugLeaksView_h
32 #include "vtkGUISupportQtModule.h"
52 bool filterEnabled()
const;
57 void setFilterEnabled(
bool value);
62 QString filterText()
const;
67 void setFilterText(
const QString& text);
71 virtual void onClassNameDoubleClicked(
const QString& className);
75 void onCurrentRowChanged(
const QModelIndex& current);
76 void onRowDoubleClicked(
const QModelIndex&);
77 void onFilterTextChanged(
const QString& filterText);
78 void onFilterToggled();
view class to display contents of vtkQtDebugLeaksModel
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects