okteta
#include <bookmarklistmodel.h>

Public Types | |
enum | ColumnIds { OffsetColumnId = 0, TitleColumnId = 1, NoOfColumnIds = 2 } |
Public Member Functions | |
BookmarkListModel (BookmarksTool *tool, QObject *parent=0) | |
virtual | ~BookmarkListModel () |
const Okteta::Bookmark & | bookmark (const QModelIndex &index) const |
virtual int | columnCount (const QModelIndex &parent) const |
virtual QVariant | data (const QModelIndex &index, int role) const |
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
QModelIndex | index (const Okteta::Bookmark &bookmark, int column=BookmarkListModel::TitleColumnId) const |
virtual int | rowCount (const QModelIndex &parent) const |
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) |
Detailed Description
Definition at line 43 of file bookmarklistmodel.h.
Member Enumeration Documentation
Enumerator | |
---|---|
OffsetColumnId | |
TitleColumnId | |
NoOfColumnIds |
Definition at line 48 of file bookmarklistmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 37 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 228 of file bookmarklistmodel.cpp.
Member Function Documentation
const Okteta::Bookmark & Kasten2::BookmarkListModel::bookmark | ( | const QModelIndex & | index | ) | const |
Definition at line 165 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 60 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 65 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 113 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 123 of file bookmarklistmodel.cpp.
QModelIndex Kasten2::BookmarkListModel::index | ( | const Okteta::Bookmark & | bookmark, |
int | column = BookmarkListModel::TitleColumnId |
||
) | const |
Definition at line 171 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 55 of file bookmarklistmodel.cpp.
|
virtual |
Definition at line 141 of file bookmarklistmodel.cpp.
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.