CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | List of all members
ctkQtResourcesTreeModel Class Reference

#include <Applications/ctkPluginBrowser/ctkQtResourcesTreeModel.h>

Inheritance diagram for ctkQtResourcesTreeModel:
Inheritance graph
[legend]
Collaboration diagram for ctkQtResourcesTreeModel:
Collaboration graph
[legend]

Public Member Functions

int columnCount (const QModelIndex &parent=QModelIndex()) const
 
 ctkQtResourcesTreeModel (QObject *parent=0)
 
QVariant data (const QModelIndex &index, int role) const
 
Qt::ItemFlags flags (const QModelIndex &index) const
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
 
QModelIndex index (int row, int column, const QModelIndex &parent=QModelIndex()) const
 
QModelIndex parent (const QModelIndex &index) const
 
int rowCount (const QModelIndex &parent=QModelIndex()) const
 
 ~ctkQtResourcesTreeModel ()
 

Detailed Description

Definition at line 30 of file ctkQtResourcesTreeModel.h.

Constructor & Destructor Documentation

◆ ctkQtResourcesTreeModel()

ctkQtResourcesTreeModel::ctkQtResourcesTreeModel ( QObject *  parent = 0)

◆ ~ctkQtResourcesTreeModel()

ctkQtResourcesTreeModel::~ctkQtResourcesTreeModel ( )

Member Function Documentation

◆ columnCount()

int ctkQtResourcesTreeModel::columnCount ( const QModelIndex &  parent = QModelIndex()) const

◆ data()

QVariant ctkQtResourcesTreeModel::data ( const QModelIndex &  index,
int  role 
) const

◆ flags()

Qt::ItemFlags ctkQtResourcesTreeModel::flags ( const QModelIndex &  index) const

◆ headerData()

QVariant ctkQtResourcesTreeModel::headerData ( int  section,
Qt::Orientation  orientation,
int  role = Qt::DisplayRole 
) const

◆ index()

QModelIndex ctkQtResourcesTreeModel::index ( int  row,
int  column,
const QModelIndex &  parent = QModelIndex() 
) const

◆ parent()

QModelIndex ctkQtResourcesTreeModel::parent ( const QModelIndex &  index) const

◆ rowCount()

int ctkQtResourcesTreeModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const

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