CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 73 of file cxPluginTableModel.h.

Constructor & Destructor Documentation

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

Definition at line 69 of file cxPluginTableModel.cpp.

Member Function Documentation

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

Definition at line 153 of file cxPluginTableModel.cpp.

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

Definition at line 95 of file cxPluginTableModel.cpp.

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

Definition at line 132 of file cxPluginTableModel.cpp.

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

Definition at line 167 of file cxPluginTableModel.cpp.

void cx::ctkPluginTableModel::resetAll ( )
protectedslot

Definition at line 78 of file cxPluginTableModel.cpp.

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

Definition at line 160 of file cxPluginTableModel.cpp.


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