VTK
Public Member Functions | Protected Slots | List of all members
ReferenceCountModel Class Reference

#include <vtkQtDebugLeaksModel.h>

Inherits QStandardItemModel.

Public Member Functions

 ReferenceCountModel (QObject *p=nullptr)
 
 ~ReferenceCountModel () override
 
void addObject (vtkObjectBase *obj)
 
void removeObject (vtkObjectBase *obj)
 
QString pointerAsString (void *ptr)
 
Qt::ItemFlags flags (const QModelIndex &index) const override
 

Protected Slots

void updateReferenceCounts ()
 

Detailed Description

Definition at line 82 of file vtkQtDebugLeaksModel.h.

Constructor & Destructor Documentation

ReferenceCountModel::ReferenceCountModel ( QObject *  p = nullptr)
ReferenceCountModel::~ReferenceCountModel ( )
override

Member Function Documentation

void ReferenceCountModel::addObject ( vtkObjectBase obj)
void ReferenceCountModel::removeObject ( vtkObjectBase obj)
QString ReferenceCountModel::pointerAsString ( void *  ptr)
Qt::ItemFlags ReferenceCountModel::flags ( const QModelIndex &  index) const
override
void ReferenceCountModel::updateReferenceCounts ( )
protectedslot

The documentation for this class was generated from the following file: