Applets
Kickoff::SystemModel Class Reference
Model which provides a tree of items for important system setup tools (eg. More...
#include <systemmodel.h>
Inheritance diagram for Kickoff::SystemModel:

Public Member Functions | |
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) 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 &item) const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
SystemModel (QObject *parent=0) | |
virtual | ~SystemModel () |
Detailed Description
Model which provides a tree of items for important system setup tools (eg.System Settings) , folders (eg. the user's home folder and the local network) and fixed and removable storage.
Definition at line 34 of file systemmodel.h.
Constructor & Destructor Documentation
SystemModel::SystemModel | ( | QObject * | parent = 0 |
) |
Constructs a new SystemModel with the specified parent.
Definition at line 132 of file systemmodel.cpp.
SystemModel::~SystemModel | ( | ) | [virtual] |
Definition at line 138 of file systemmodel.cpp.
Member Function Documentation
int SystemModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 222 of file systemmodel.cpp.
QVariant SystemModel::data | ( | const QModelIndex & | index, | |
int | role = Qt::DisplayRole | |||
) | const [virtual] |
Definition at line 227 of file systemmodel.cpp.
QModelIndex SystemModel::index | ( | int | row, | |
int | column, | |||
const QModelIndex & | parent = QModelIndex() | |||
) | const [virtual] |
Definition at line 180 of file systemmodel.cpp.
QModelIndex SystemModel::mapFromSource | ( | const QModelIndex & | sourceIndex | ) | const [virtual] |
Definition at line 143 of file systemmodel.cpp.
QModelIndex SystemModel::mapToSource | ( | const QModelIndex & | proxyIndex | ) | const [virtual] |
Definition at line 171 of file systemmodel.cpp.
QModelIndex SystemModel::parent | ( | const QModelIndex & | item | ) | const [virtual] |
Definition at line 190 of file systemmodel.cpp.
int SystemModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() |
) | const [virtual] |
Definition at line 199 of file systemmodel.cpp.
The documentation for this class was generated from the following files: