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
ctkPluginResourcesTreeModel Class Reference

#include <Applications/ctkPluginBrowser/ctkPluginResourcesTreeModel.h>

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

Public Member Functions

int columnCount (const QModelIndex &parent=QModelIndex()) const
 
 ctkPluginResourcesTreeModel (QSharedPointer< const ctkPlugin > plugin, 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
 
 ~ctkPluginResourcesTreeModel ()
 

Detailed Description

Definition at line 32 of file ctkPluginResourcesTreeModel.h.

Constructor & Destructor Documentation

◆ ctkPluginResourcesTreeModel()

ctkPluginResourcesTreeModel::ctkPluginResourcesTreeModel ( QSharedPointer< const ctkPlugin plugin,
QObject *  parent = 0 
)

◆ ~ctkPluginResourcesTreeModel()

ctkPluginResourcesTreeModel::~ctkPluginResourcesTreeModel ( )

Member Function Documentation

◆ columnCount()

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

◆ data()

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

◆ flags()

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

◆ headerData()

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

◆ index()

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

◆ parent()

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

◆ rowCount()

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

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