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