krdc
RemoteDesktopsModel Class Reference
#include <remotedesktopsmodel.h>
Inheritance diagram for RemoteDesktopsModel:

Public Types | |
enum | DisplayItems { Favorite, Title, LastConnected, VisitCount, Created, Source } |
Public Member Functions | |
RemoteDesktopsModel (QObject *parent) | |
~RemoteDesktopsModel () | |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
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 |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
Detailed Description
Definition at line 59 of file remotedesktopsmodel.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Favorite | |
Title | |
LastConnected | |
VisitCount | |
Created | |
Source |
Definition at line 67 of file remotedesktopsmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 32 of file remotedesktopsmodel.cpp.
RemoteDesktopsModel::~RemoteDesktopsModel | ( | ) |
Definition at line 52 of file remotedesktopsmodel.cpp.
Member Function Documentation
int RemoteDesktopsModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 56 of file remotedesktopsmodel.cpp.
QVariant RemoteDesktopsModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
Definition at line 95 of file remotedesktopsmodel.cpp.
Qt::ItemFlags RemoteDesktopsModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 66 of file remotedesktopsmodel.cpp.
QVariant RemoteDesktopsModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 173 of file remotedesktopsmodel.cpp.
int RemoteDesktopsModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 61 of file remotedesktopsmodel.cpp.
bool RemoteDesktopsModel::setData | ( | const QModelIndex & | index, |
const QVariant & | value, | ||
int | role = Qt::EditRole |
||
) |
Definition at line 76 of file remotedesktopsmodel.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.