17 #ifndef vtkQtDebugLeaksView_h
18 #define vtkQtDebugLeaksView_h
20 #include "vtkGUISupportQtModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
42 bool filterEnabled()
const;
47 void setFilterEnabled(
bool value);
52 QString filterText()
const;
57 void setFilterText(
const QString& text);
61 virtual void onClassNameDoubleClicked(
const QString& className);
65 void onCurrentRowChanged(
const QModelIndex& current);
66 void onRowDoubleClicked(
const QModelIndex&);
67 void onFilterTextChanged(
const QString& filterText);
68 void onFilterToggled();
view class to display contents of vtkQtDebugLeaksModel
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects