17#ifndef vtkQtDebugLeaksView_h 
   18#define vtkQtDebugLeaksView_h 
   20#include "vtkGUISupportQtModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
abstract base class for most VTK objects
 
model class that observes the vtkDebugLeaks singleton
 
view class to display contents of vtkQtDebugLeaksModel
 
~vtkQtDebugLeaksView() override
 
vtkQtDebugLeaksModel * model()
 
void onFilterTextChanged(const QString &filterText)
 
vtkQtDebugLeaksView(QWidget *p=nullptr)
 
void setFilterText(const QString &text)
Sets the current text in the regexp filter line edit.
 
virtual void onObjectDoubleClicked(vtkObjectBase *object)
 
void setFilterEnabled(bool value)
Enabled or disables the regexp filter.
 
virtual void onClassNameDoubleClicked(const QString &className)
 
bool filterEnabled() const
Returns whether or not the regexp filter is enabled.
 
QString filterText() const
Returns the regexp filter line edit's current text.
 
void onCurrentRowChanged(const QModelIndex ¤t)
 
void onRowDoubleClicked(const QModelIndex &)