|
| | QTreeWidgetItemProto (QObject *parent) |
| |
| Q_INVOKABLE void | addChild (QTreeWidgetItem *child) |
| |
| Q_INVOKABLE void | addChildren (const QList< QTreeWidgetItem * > &children) |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| Q_INVOKABLE QBrush | background (int column) const |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE int | checkState (int column) const |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| Q_INVOKABLE QTreeWidgetItem * | child (int index) const |
| |
| Q_INVOKABLE int | childCount () const |
| |
| Q_INVOKABLE int | childIndicatorPolicy () const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE QTreeWidgetItem * | clone () const |
| |
| Q_INVOKABLE int | columnCount () const |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () const |
| |
| Q_INVOKABLE QVariant | data (int column, int role) const |
| |
| void | deleteLater () |
| |
| void | destroyed (QObject *obj) |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| QScriptEngine * | engine () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| Q_INVOKABLE int | flags () const |
| |
| Q_INVOKABLE QFont | font (int column) const |
| |
| Q_INVOKABLE QBrush | foreground (int column) const |
| |
| Q_INVOKABLE QIcon | icon (int column) const |
| |
| Q_INVOKABLE int | indexOfChild (QTreeWidgetItem *child) const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| Q_INVOKABLE void | insertChild (int index, QTreeWidgetItem *child) |
| |
| Q_INVOKABLE void | insertChildren (int index, const QList< QTreeWidgetItem * > &children) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isDisabled () const |
| |
| Q_INVOKABLE bool | isExpanded () const |
| |
| Q_INVOKABLE bool | isFirstColumnSpanned () const |
| |
| Q_INVOKABLE bool | isHidden () const |
| |
| Q_INVOKABLE bool | isSelected () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name (const char *defaultName) const |
| |
| const char * | name () const |
| |
| QString | objectName () const |
| |
| Q_INVOKABLE QTreeWidgetItem * | parent () const |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | read (QDataStream &in) |
| |
| void | removeChild (QObject *object) |
| |
| Q_INVOKABLE void | removeChild (QTreeWidgetItem *child) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | setBackground (int column, const QBrush &brush) |
| |
| Q_INVOKABLE void | setCheckState (int column, int state) |
| |
| Q_INVOKABLE void | setChildIndicatorPolicy (int policy) |
| |
| Q_INVOKABLE void | setData (int column, int role, const QVariant &value) |
| |
| Q_INVOKABLE void | setDisabled (bool disabled) |
| |
| Q_INVOKABLE void | setExpanded (bool expand) |
| |
| Q_INVOKABLE void | setFirstColumnSpanned (bool span) |
| |
| Q_INVOKABLE void | setFlags (int flags) |
| |
| Q_INVOKABLE void | setFont (int column, const QFont &font) |
| |
| Q_INVOKABLE void | setForeground (int column, const QBrush &brush) |
| |
| Q_INVOKABLE void | setHidden (bool hide) |
| |
| Q_INVOKABLE void | setIcon (int column, const QIcon &icon) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setSelected (bool select) |
| |
| Q_INVOKABLE void | setSizeHint (int column, const QSize &size) |
| |
| Q_INVOKABLE void | setStatusTip (int column, const QString &statusTip) |
| |
| Q_INVOKABLE void | setText (int column, const QString &text) |
| |
| Q_INVOKABLE void | setTextAlignment (int column, int alignment) |
| |
| Q_INVOKABLE void | setToolTip (int column, const QString &toolTip) |
| |
| Q_INVOKABLE void | setWhatsThis (int column, const QString &whatsThis) |
| |
| bool | signalsBlocked () const |
| |
| Q_INVOKABLE QSize | sizeHint (int column) const |
| |
| Q_INVOKABLE void | sortChildren (int column, int order) |
| |
| int | startTimer (int interval) |
| |
| Q_INVOKABLE QString | statusTip (int column) const |
| |
| Q_INVOKABLE QTreeWidgetItem * | takeChild (int index) |
| |
| Q_INVOKABLE QList< QTreeWidgetItem * > | takeChildren () |
| |
| Q_INVOKABLE QString | text (int column) const |
| |
| Q_INVOKABLE int | textAlignment (int column) const |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | toolTip (int column) const |
| |
| Q_INVOKABLE QString | toString () const |
| |
| Q_INVOKABLE QTreeWidget * | treeWidget () const |
| |
| Q_INVOKABLE int | type () const |
| |
| Q_INVOKABLE QString | whatsThis (int column) const |
| |
| Q_INVOKABLE void | write (QDataStream &out) const |
| |
|
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |