CustusX  18.04
An IGT application
cx::ctkPluginTableModel Class Reference

#include <cxPluginTableModel.h>

Inheritance diagram for cx::ctkPluginTableModel:

Public Member Functions

 ctkPluginTableModel (PluginFrameworkManagerPtr framework, QObject *parent=0)
 
QVariant data (const QModelIndex &index, int role=Qt::DisplayRole) const
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
 
int columnCount (const QModelIndex &parent=QModelIndex()) const
 
int rowCount (const QModelIndex &parent=QModelIndex()) const
 

Protected Slots

void pluginChanged (const ctkPluginEvent &event)
 
void resetAll ()
 

Detailed Description

Definition at line 52 of file cxPluginTableModel.h.

Constructor & Destructor Documentation

cx::ctkPluginTableModel::ctkPluginTableModel ( PluginFrameworkManagerPtr  framework,
QObject *  parent = 0 
)

Definition at line 48 of file cxPluginTableModel.cpp.

Member Function Documentation

int cx::ctkPluginTableModel::columnCount ( const QModelIndex &  parent = QModelIndex()) const

Definition at line 132 of file cxPluginTableModel.cpp.

QVariant cx::ctkPluginTableModel::data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const

Definition at line 74 of file cxPluginTableModel.cpp.

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

Definition at line 111 of file cxPluginTableModel.cpp.

void cx::ctkPluginTableModel::pluginChanged ( const ctkPluginEvent &  event)
protectedslot

Definition at line 146 of file cxPluginTableModel.cpp.

void cx::ctkPluginTableModel::resetAll ( )
protectedslot

Definition at line 57 of file cxPluginTableModel.cpp.

int cx::ctkPluginTableModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const

Definition at line 139 of file cxPluginTableModel.cpp.


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