|
| QTreeWidgetItemProto (QObject *parent) |
|
Q_INVOKABLE void | addChild (QTreeWidgetItem *child) |
|
Q_INVOKABLE void | addChildren (const QList< QTreeWidgetItem * > &children) |
|
Q_INVOKABLE QBrush | background (int column) const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE int | checkState (int column) const |
|
Q_INVOKABLE QTreeWidgetItem * | child (int index) const |
|
Q_INVOKABLE int | childCount () const |
|
Q_INVOKABLE int | childIndicatorPolicy () const |
|
const QObjectList & | children () const |
|
Q_INVOKABLE QTreeWidgetItem * | clone () const |
|
Q_INVOKABLE int | columnCount () const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) 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) const |
|
bool | disconnect (const QObject *receiver, const char *method) const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) 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 |
|
Q_INVOKABLE void | insertChild (int index, QTreeWidgetItem *child) |
|
Q_INVOKABLE void | insertChildren (int index, const QList< QTreeWidgetItem * > &children) |
|
void | installEventFilter (QObject *filterObj) |
|
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 |
|
bool | isWindowType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
Q_INVOKABLE QTreeWidgetItem * | parent () const |
|
QVariant | property (const char *name) const |
|
Q_INVOKABLE void | read (QDataStream &in) |
|
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 | 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, Qt::TimerType timerType) |
|
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 |
|
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 |
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction 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) |
|