28 #ifndef vtkQtDebugLeaksView_h
29 #define vtkQtDebugLeaksView_h
31 #include "vtkGUISupportQtModule.h"
32 #include "QVTKWin32Header.h"
51 bool filterEnabled()
const;
54 void setFilterEnabled(
bool value);
57 QString filterText()
const;
60 void setFilterText(
const QString& text);
65 virtual void onClassNameDoubleClicked(
const QString& className);
69 void onCurrentRowChanged(
const QModelIndex& current);
70 void onRowDoubleClicked(
const QModelIndex&);
71 void onFilterTextChanged(
const QString& filterText);
72 void onFilterToggled();
view class to display contents of vtkQtDebugLeaksModel
model class that observes the vtkDebugLeaks singleton
abstract base class for most VTK objects