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