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