kspread
KSpread::ReadOnlyRegionModel Class Reference
A model for a contiguous cell region. More...
#include <ReadOnlyRegionModel.h>
Inheritance diagram for KSpread::ReadOnlyRegionModel:

Public Member Functions | |
| ReadOnlyRegionModel (const Region ®ion) | |
| ~ReadOnlyRegionModel () | |
| virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| virtual QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
| virtual QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
| virtual QModelIndex | parent (const QModelIndex &index) const |
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
Detailed Description
A model for a contiguous cell region.
Definition at line 32 of file ReadOnlyRegionModel.h.
Constructor & Destructor Documentation
| ReadOnlyRegionModel::ReadOnlyRegionModel | ( | const Region & | region | ) |
Constructor.
Definition at line 35 of file ReadOnlyRegionModel.cpp.
| ReadOnlyRegionModel::~ReadOnlyRegionModel | ( | ) |
Destructor.
Definition at line 43 of file ReadOnlyRegionModel.cpp.
Member Function Documentation
| int ReadOnlyRegionModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 48 of file ReadOnlyRegionModel.cpp.
| QModelIndex ReadOnlyRegionModel::index | ( | int | row, | |
| int | column, | |||
| const QModelIndex & | parent = QModelIndex() | |||
| ) | const [virtual] |
Definition at line 60 of file ReadOnlyRegionModel.cpp.
| QModelIndex ReadOnlyRegionModel::mapFromSource | ( | const QModelIndex & | sourceIndex | ) | const [virtual] |
Definition at line 72 of file ReadOnlyRegionModel.cpp.
| QModelIndex ReadOnlyRegionModel::mapToSource | ( | const QModelIndex & | proxyIndex | ) | const [virtual] |
Definition at line 81 of file ReadOnlyRegionModel.cpp.
| QModelIndex ReadOnlyRegionModel::parent | ( | const QModelIndex & | index | ) | const [virtual] |
Definition at line 66 of file ReadOnlyRegionModel.cpp.
| int ReadOnlyRegionModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 54 of file ReadOnlyRegionModel.cpp.
The documentation for this class was generated from the following files:
