KDEUI
KCharSelectItemModel Class Reference
#include <kcharselect_p.h>
Inheritance diagram for KCharSelectItemModel:

Public Types | |
| enum | internalRoles { CharacterRole = Qt::UserRole } |
Signals | |
| void | showCharRequested (const QChar &c) |
Public Member Functions | |
| int | columnCount (const QModelIndex &) const |
| QVariant | data (const QModelIndex &index, int role) const |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| KCharSelectItemModel (QList< QChar > chars, const QFont &font, QObject *parent) | |
| QMimeData * | mimeData (const QModelIndexList &indexes) const |
| QStringList | mimeTypes () const |
| int | rowCount (const QModelIndex &) const |
| void | setFont (const QFont &font) |
| Qt::DropActions | supportedDropActions () const |
| void | updateColumnCount (int maxWidth) |
Detailed Description
Definition at line 119 of file kcharselect_p.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| KCharSelectItemModel::KCharSelectItemModel | ( | QList< QChar > | chars, | |
| const QFont & | font, | |||
| QObject * | parent | |||
| ) | [inline] |
Definition at line 123 of file kcharselect_p.h.
Member Function Documentation
| int KCharSelectItemModel::columnCount | ( | const QModelIndex & | ) | const [inline] |
Definition at line 140 of file kcharselect_p.h.
| QVariant KCharSelectItemModel::data | ( | const QModelIndex & | index, | |
| int | role | |||
| ) | const |
Definition at line 855 of file kcharselect.cpp.
| bool KCharSelectItemModel::dropMimeData | ( | const QMimeData * | data, | |
| Qt::DropAction | action, | |||
| int | row, | |||
| int | column, | |||
| const QModelIndex & | parent | |||
| ) | [inline] |
Definition at line 177 of file kcharselect_p.h.
| Qt::ItemFlags KCharSelectItemModel::flags | ( | const QModelIndex & | index | ) | const [inline] |
Definition at line 149 of file kcharselect_p.h.
| QMimeData* KCharSelectItemModel::mimeData | ( | const QModelIndexList & | indexes | ) | const [inline] |
Definition at line 158 of file kcharselect_p.h.
| QStringList KCharSelectItemModel::mimeTypes | ( | ) | const [inline] |
Definition at line 171 of file kcharselect_p.h.
| int KCharSelectItemModel::rowCount | ( | const QModelIndex & | ) | const [inline] |
Definition at line 133 of file kcharselect_p.h.
| void KCharSelectItemModel::setFont | ( | const QFont & | font | ) | [inline] |
Definition at line 145 of file kcharselect_p.h.
| void KCharSelectItemModel::showCharRequested | ( | const QChar & | c | ) | [signal] |
| Qt::DropActions KCharSelectItemModel::supportedDropActions | ( | ) | const [inline] |
Definition at line 167 of file kcharselect_p.h.
| void KCharSelectItemModel::updateColumnCount | ( | int | maxWidth | ) | [inline] |
Definition at line 200 of file kcharselect_p.h.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference