view class to display contents of vtkQtDebugLeaksModel
More...
#include <vtkQtDebugLeaksView.h>
Inherits QWidget.
view class to display contents of vtkQtDebugLeaksModel
A widget the displays all vtkObjectBase derived objects that are alive in memory. The widget is designed to be a debugging tool that is instantiated at program startup and displayed as a top level widget. Simply create the widget and call show().
- Tests:
- vtkQtDebugLeaksView (Tests)
Definition at line 39 of file vtkQtDebugLeaksView.h.
vtkQtDebugLeaksView::vtkQtDebugLeaksView |
( |
QWidget * |
p = nullptr | ) |
|
vtkQtDebugLeaksView::~vtkQtDebugLeaksView |
( |
| ) |
|
|
override |
bool vtkQtDebugLeaksView::filterEnabled |
( |
| ) |
const |
Returns whether or not the regexp filter is enabled.
void vtkQtDebugLeaksView::setFilterEnabled |
( |
bool |
value | ) |
|
Enabled or disables the regexp filter.
QString vtkQtDebugLeaksView::filterText |
( |
| ) |
const |
Returns the regexp filter line edit's current text.
void vtkQtDebugLeaksView::setFilterText |
( |
const QString & |
text | ) |
|
Sets the current text in the regexp filter line edit.
virtual void vtkQtDebugLeaksView::onObjectDoubleClicked |
( |
vtkObjectBase * |
object | ) |
|
|
protectedvirtual |
virtual void vtkQtDebugLeaksView::onClassNameDoubleClicked |
( |
const QString & |
className | ) |
|
|
protectedvirtual |
void vtkQtDebugLeaksView::onCurrentRowChanged |
( |
const QModelIndex & |
current | ) |
|
|
protectedslot |
void vtkQtDebugLeaksView::onRowDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
protectedslot |
void vtkQtDebugLeaksView::onFilterTextChanged |
( |
const QString & |
filterText | ) |
|
|
protectedslot |
void vtkQtDebugLeaksView::onFilterToggled |
( |
| ) |
|
|
protectedslot |
void vtkQtDebugLeaksView::onFilterHelp |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following file: