krdc
#include <tabbedviewwidget.h>

Public Member Functions | |
TabbedViewWidgetModel (KTabWidget *modelTarget) | |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role) const |
Qt::ItemFlags | flags (const QModelIndex &index) const |
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
QModelIndex | parent (const QModelIndex &index) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role) |
Protected Member Functions | |
void | emitDataChanged (int index) |
void | emitLayoutAboutToBeChanged () |
void | emitLayoutChanged () |
Detailed Description
Definition at line 30 of file tabbedviewwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 26 of file tabbedviewwidget.cpp.
Member Function Documentation
int TabbedViewWidgetModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 44 of file tabbedviewwidget.cpp.
QVariant TabbedViewWidgetModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
Definition at line 73 of file tabbedviewwidget.cpp.
|
protected |
Definition at line 102 of file tabbedviewwidget.cpp.
|
protected |
Definition at line 92 of file tabbedviewwidget.cpp.
|
protected |
Definition at line 97 of file tabbedviewwidget.cpp.
Qt::ItemFlags TabbedViewWidgetModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 55 of file tabbedviewwidget.cpp.
QModelIndex TabbedViewWidgetModel::index | ( | int | row, |
int | column, | ||
const QModelIndex & | parent = QModelIndex() |
||
) | const |
Definition at line 31 of file tabbedviewwidget.cpp.
QModelIndex TabbedViewWidgetModel::parent | ( | const QModelIndex & | index | ) | const |
Definition at line 39 of file tabbedviewwidget.cpp.
int TabbedViewWidgetModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 50 of file tabbedviewwidget.cpp.
bool TabbedViewWidgetModel::setData | ( | const QModelIndex & | index, |
const QVariant & | value, | ||
int | role | ||
) |
Definition at line 63 of file tabbedviewwidget.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 22:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.