okteta
#include <viewprofiletablemodel.h>

Public Types | |
enum | ColumnIds { CurrentColumnId = 0, NameColumnId = 1, NoOfColumnIds = 2 } |
Public Member Functions | |
ViewProfileTableModel (const ByteArrayViewProfileManager *viewProfileManager, QObject *parent=0) | |
virtual | ~ViewProfileTableModel () |
virtual int | columnCount (const QModelIndex &parent) const |
virtual QVariant | data (const QModelIndex &index, int role) const |
int | row (const ByteArrayViewProfile::Id &viewProfileId) const |
virtual int | rowCount (const QModelIndex &parent) const |
ByteArrayViewProfile::Id | viewProfileId (const QModelIndex &index) const |
Protected Slots | |
void | onDefaultIndexChanged () |
void | onViewProfileLocksChanged (const QList< Kasten2::ByteArrayViewProfile::Id > &viewProfileIds) |
void | onViewProfilesChanged () |
Protected Attributes | |
const ByteArrayViewProfileManager * | mViewProfileManager |
Detailed Description
Definition at line 39 of file viewprofiletablemodel.h.
Member Enumeration Documentation
Enumerator | |
---|---|
CurrentColumnId | |
NameColumnId | |
NoOfColumnIds |
Definition at line 44 of file viewprofiletablemodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 39 of file viewprofiletablemodel.cpp.
|
virtual |
Definition at line 177 of file viewprofiletablemodel.cpp.
Member Function Documentation
|
virtual |
Definition at line 61 of file viewprofiletablemodel.cpp.
|
virtual |
Definition at line 66 of file viewprofiletablemodel.cpp.
|
protectedslot |
Definition at line 151 of file viewprofiletablemodel.cpp.
|
protectedslot |
Definition at line 163 of file viewprofiletablemodel.cpp.
|
protectedslot |
Definition at line 158 of file viewprofiletablemodel.cpp.
int Kasten2::ViewProfileTableModel::row | ( | const ByteArrayViewProfile::Id & | viewProfileId | ) | const |
Definition at line 132 of file viewprofiletablemodel.cpp.
|
virtual |
Definition at line 56 of file viewprofiletablemodel.cpp.
ByteArrayViewProfile::Id Kasten2::ViewProfileTableModel::viewProfileId | ( | const QModelIndex & | index | ) | const |
Definition at line 122 of file viewprofiletablemodel.cpp.
Member Data Documentation
|
protected |
Definition at line 71 of file viewprofiletablemodel.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.