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