VTK
|
#include <vtkQtDebugLeaksModel.h>
Public Member Functions | |
ReferenceCountModel (QObject *p=0) | |
~ReferenceCountModel () | |
void | addObject (vtkObjectBase *obj) |
void | removeObject (vtkObjectBase *obj) |
QString | pointerAsString (void *ptr) |
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
Protected Slots | |
void | updateReferenceCounts () |
Definition at line 79 of file vtkQtDebugLeaksModel.h.
ReferenceCountModel::ReferenceCountModel | ( | QObject * | p = 0 | ) |
void ReferenceCountModel::addObject | ( | vtkObjectBase * | obj | ) |
void ReferenceCountModel::removeObject | ( | vtkObjectBase * | obj | ) |
QString ReferenceCountModel::pointerAsString | ( | void * | ptr | ) |
virtual Qt::ItemFlags ReferenceCountModel::flags | ( | const QModelIndex & | index | ) | const [virtual] |
void ReferenceCountModel::updateReferenceCounts | ( | ) | [protected, slot] |