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