26 #ifndef vtkQtDebugLeaksView_h 27 #define vtkQtDebugLeaksView_h 29 #include "vtkGUISupportQtModule.h" 50 bool filterEnabled()
const;
55 void setFilterEnabled(
bool value);
60 QString filterText()
const;
65 void setFilterText(
const QString& text);
70 virtual void onClassNameDoubleClicked(
const QString& className);
74 void onCurrentRowChanged(
const QModelIndex& current);
75 void onRowDoubleClicked(
const QModelIndex&);
76 void onFilterTextChanged(
const QString& filterText);
77 void onFilterToggled();
view class to display contents of vtkQtDebugLeaksModel
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects