|
QCAD Application Framework
CAD Application Development and Automation.
|
#include <qtscriptshell_QAbstractProxyModel.h>
Public Member Functions | |
| QModelIndex | buddy (const QModelIndex &index) const |
| bool | canFetchMore (const QModelIndex &parent) const |
| void | childEvent (QChildEvent *arg__1) |
| int | columnCount (const QModelIndex &parent) const |
| void | customEvent (QEvent *arg__1) |
| QVariant | data (const QModelIndex &proxyIndex, int role=Qt::DisplayRole) const |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
| bool | event (QEvent *arg__1) |
| bool | eventFilter (QObject *arg__1, QEvent *arg__2) |
| void | fetchMore (const QModelIndex &parent) |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| bool | hasChildren (const QModelIndex &parent) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
| QModelIndex | index (int row, int column, const QModelIndex &parent) const |
| bool | insertColumns (int column, int count, const QModelIndex &parent) |
| bool | insertRows (int row, int count, const QModelIndex &parent) |
| QMap< int, QVariant > | itemData (const QModelIndex &index) const |
| QModelIndex | mapFromSource (const QModelIndex &sourceIndex) const |
| QItemSelection | mapSelectionFromSource (const QItemSelection &selection) const |
| QItemSelection | mapSelectionToSource (const QItemSelection &selection) const |
| QModelIndex | mapToSource (const QModelIndex &proxyIndex) const |
| QList< QModelIndex > | match (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const |
| QMimeData * | mimeData (const QList< QModelIndex > &indexes) const |
| QStringList | mimeTypes () const |
| QModelIndex | parent (const QModelIndex &child) const |
| QtScriptShell_QAbstractProxyModel (QObject *parent=0) | |
| bool | removeColumns (int column, int count, const QModelIndex &parent) |
| bool | removeRows (int row, int count, const QModelIndex &parent) |
| void | revert () |
| int | rowCount (const QModelIndex &parent) const |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) |
| bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &roles) |
| void | setSourceModel (QAbstractItemModel *sourceModel) |
| void | sort (int column, Qt::SortOrder order) |
| QSize | span (const QModelIndex &index) const |
| bool | submit () |
| Qt::DropActions | supportedDropActions () const |
| void | timerEvent (QTimerEvent *arg__1) |
| ~QtScriptShell_QAbstractProxyModel () | |
Public Attributes | |
| QScriptValue | __qtscript_self |
| QtScriptShell_QAbstractProxyModel::QtScriptShell_QAbstractProxyModel | ( | QObject * | parent = 0 | ) |
| QtScriptShell_QAbstractProxyModel::~QtScriptShell_QAbstractProxyModel | ( | ) |
| QModelIndex QtScriptShell_QAbstractProxyModel::buddy | ( | const QModelIndex & | index | ) | const |
| bool QtScriptShell_QAbstractProxyModel::canFetchMore | ( | const QModelIndex & | parent | ) | const |
| void QtScriptShell_QAbstractProxyModel::childEvent | ( | QChildEvent * | arg__1 | ) |
| int QtScriptShell_QAbstractProxyModel::columnCount | ( | const QModelIndex & | parent | ) | const |
| void QtScriptShell_QAbstractProxyModel::customEvent | ( | QEvent * | arg__1 | ) |
| QVariant QtScriptShell_QAbstractProxyModel::data | ( | const QModelIndex & | proxyIndex, |
| int | role = Qt::DisplayRole |
||
| ) | const |
| bool QtScriptShell_QAbstractProxyModel::dropMimeData | ( | const QMimeData * | data, |
| Qt::DropAction | action, | ||
| int | row, | ||
| int | column, | ||
| const QModelIndex & | parent | ||
| ) |
| bool QtScriptShell_QAbstractProxyModel::event | ( | QEvent * | arg__1 | ) |
| bool QtScriptShell_QAbstractProxyModel::eventFilter | ( | QObject * | arg__1, |
| QEvent * | arg__2 | ||
| ) |
| void QtScriptShell_QAbstractProxyModel::fetchMore | ( | const QModelIndex & | parent | ) |
| Qt::ItemFlags QtScriptShell_QAbstractProxyModel::flags | ( | const QModelIndex & | index | ) | const |
| bool QtScriptShell_QAbstractProxyModel::hasChildren | ( | const QModelIndex & | parent | ) | const |
| QVariant QtScriptShell_QAbstractProxyModel::headerData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| int | role | ||
| ) | const |
| QModelIndex QtScriptShell_QAbstractProxyModel::index | ( | int | row, |
| int | column, | ||
| const QModelIndex & | parent | ||
| ) | const |
| bool QtScriptShell_QAbstractProxyModel::insertColumns | ( | int | column, |
| int | count, | ||
| const QModelIndex & | parent | ||
| ) |
| bool QtScriptShell_QAbstractProxyModel::insertRows | ( | int | row, |
| int | count, | ||
| const QModelIndex & | parent | ||
| ) |
| QMap< int, QVariant > QtScriptShell_QAbstractProxyModel::itemData | ( | const QModelIndex & | index | ) | const |
| QModelIndex QtScriptShell_QAbstractProxyModel::mapFromSource | ( | const QModelIndex & | sourceIndex | ) | const |
| QItemSelection QtScriptShell_QAbstractProxyModel::mapSelectionFromSource | ( | const QItemSelection & | selection | ) | const |
| QItemSelection QtScriptShell_QAbstractProxyModel::mapSelectionToSource | ( | const QItemSelection & | selection | ) | const |
| QModelIndex QtScriptShell_QAbstractProxyModel::mapToSource | ( | const QModelIndex & | proxyIndex | ) | const |
| QList< QModelIndex > QtScriptShell_QAbstractProxyModel::match | ( | const QModelIndex & | start, |
| int | role, | ||
| const QVariant & | value, | ||
| int | hits, | ||
| Qt::MatchFlags | flags | ||
| ) | const |
| QMimeData * QtScriptShell_QAbstractProxyModel::mimeData | ( | const QList< QModelIndex > & | indexes | ) | const |
| QStringList QtScriptShell_QAbstractProxyModel::mimeTypes | ( | ) | const |
| QModelIndex QtScriptShell_QAbstractProxyModel::parent | ( | const QModelIndex & | child | ) | const |
| bool QtScriptShell_QAbstractProxyModel::removeColumns | ( | int | column, |
| int | count, | ||
| const QModelIndex & | parent | ||
| ) |
| bool QtScriptShell_QAbstractProxyModel::removeRows | ( | int | row, |
| int | count, | ||
| const QModelIndex & | parent | ||
| ) |
| void QtScriptShell_QAbstractProxyModel::revert | ( | ) |
| int QtScriptShell_QAbstractProxyModel::rowCount | ( | const QModelIndex & | parent | ) | const |
| bool QtScriptShell_QAbstractProxyModel::setData | ( | const QModelIndex & | index, |
| const QVariant & | value, | ||
| int | role = Qt::EditRole |
||
| ) |
| bool QtScriptShell_QAbstractProxyModel::setHeaderData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| const QVariant & | value, | ||
| int | role = Qt::EditRole |
||
| ) |
| bool QtScriptShell_QAbstractProxyModel::setItemData | ( | const QModelIndex & | index, |
| const QMap< int, QVariant > & | roles | ||
| ) |
| void QtScriptShell_QAbstractProxyModel::setSourceModel | ( | QAbstractItemModel * | sourceModel | ) |
| void QtScriptShell_QAbstractProxyModel::sort | ( | int | column, |
| Qt::SortOrder | order | ||
| ) |
| QSize QtScriptShell_QAbstractProxyModel::span | ( | const QModelIndex & | index | ) | const |
| bool QtScriptShell_QAbstractProxyModel::submit | ( | ) |
| Qt::DropActions QtScriptShell_QAbstractProxyModel::supportedDropActions | ( | ) | const |
| void QtScriptShell_QAbstractProxyModel::timerEvent | ( | QTimerEvent * | arg__1 | ) |
| QScriptValue QtScriptShell_QAbstractProxyModel::__qtscript_self |