#include <qMRMLItemHelper.h>
Public Member Functions | |
| virtual qMRMLAbstractItemHelper * | child (int row, int column) const |
| virtual int | childCount () const |
| virtual QVariant | data (int role=Qt::DisplayRole) const |
| virtual Qt::ItemFlags | flags () const |
| virtual bool | hasChildren () const |
| virtual vtkObject * | object () const |
| virtual qMRMLAbstractItemHelper * | parent () const |
| virtual int | row () const |
| virtual | ~qMRMLAbstractRootItemHelper () |
Protected Member Functions | |
| virtual int | childIndex (const qMRMLAbstractItemHelper *child) const |
| here we know for sure that child is a child of this. | |
| vtkMRMLScene * | mrmlScene () const |
| qMRMLAbstractRootItemHelper (vtkMRMLScene *scene, const qMRMLAbstractItemHelperFactory *factory) | |
Private Member Functions | |
| QCTK_DECLARE_PRIVATE (qMRMLAbstractRootItemHelper) | |
| virtual qMRMLAbstractRootItemHelper::~qMRMLAbstractRootItemHelper | ( | ) | [inline, virtual] |
| qMRMLAbstractRootItemHelper::qMRMLAbstractRootItemHelper | ( | vtkMRMLScene * | scene, | |
| const qMRMLAbstractItemHelperFactory * | factory | |||
| ) | [protected] |
References QCTK_INIT_PRIVATE.
| qMRMLAbstractItemHelper * qMRMLAbstractRootItemHelper::child | ( | int | row, | |
| int | column | |||
| ) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
Reimplemented in qMRMLFlatRootItemHelper, and qMRMLRootItemHelper.
References qMRMLAbstractItemHelperFactory::createItem(), and qMRMLAbstractItemHelper::factory().
| int qMRMLAbstractRootItemHelper::childCount | ( | ) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
| int qMRMLAbstractRootItemHelper::childIndex | ( | const qMRMLAbstractItemHelper * | child | ) | const [protected, virtual] |
here we know for sure that child is a child of this.
| QVariant qMRMLAbstractRootItemHelper::data | ( | int | role = Qt::DisplayRole |
) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
| Qt::ItemFlags qMRMLAbstractRootItemHelper::flags | ( | ) | const [virtual] |
Implements qMRMLAbstractItemHelper.
| bool qMRMLAbstractRootItemHelper::hasChildren | ( | ) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
| vtkMRMLScene * qMRMLAbstractRootItemHelper::mrmlScene | ( | ) | const [protected] |
Referenced by qMRMLRootItemHelper::child(), and qMRMLFlatRootItemHelper::child().
| vtkObject * qMRMLAbstractRootItemHelper::object | ( | ) | const [virtual] |
Implements qMRMLAbstractItemHelper.
| qMRMLAbstractItemHelper * qMRMLAbstractRootItemHelper::parent | ( | ) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
| qMRMLAbstractRootItemHelper::QCTK_DECLARE_PRIVATE | ( | qMRMLAbstractRootItemHelper | ) | [private] |
Reimplemented from qMRMLAbstractItemHelper.
| int qMRMLAbstractRootItemHelper::row | ( | ) | const [virtual] |
Reimplemented from qMRMLAbstractItemHelper.
1.6.1