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