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