28 #ifndef vtkQtDebugLeaksView_h
29 #define vtkQtDebugLeaksView_h
50 bool filterEnabled()
const;
53 void setFilterEnabled(
bool value);
56 QString filterText()
const;
59 void setFilterText(
const QString& text);
64 virtual void onClassNameDoubleClicked(
const QString& className);
68 void onCurrentRowChanged(
const QModelIndex& current);
69 void onRowDoubleClicked(
const QModelIndex&);
70 void onFilterTextChanged(
const QString& filterText);
71 void onFilterToggled();
view class to display contents of vtkQtDebugLeaksModel
model class that observes the vtkDebugLeaks singleton
#define VTKGUISUPPORTQT_EXPORT
abstract base class for most VTK objects