#include <qtreewidgetitemproto.h>
Public Member Functions | |
QTreeWidgetItemProto (QObject *parent) | |
Q_INVOKABLE void | addChild (QTreeWidgetItem *child) |
Q_INVOKABLE void | addChildren (const QList< QTreeWidgetItem * > &children) |
Q_INVOKABLE QBrush | background (int column) const |
Q_INVOKABLE int | checkState (int column) const |
Q_INVOKABLE QTreeWidgetItem * | child (int index) const |
Q_INVOKABLE int | childCount () const |
Q_INVOKABLE int | childIndicatorPolicy () const |
Q_INVOKABLE QTreeWidgetItem * | clone () const |
Q_INVOKABLE int | columnCount () const |
Q_INVOKABLE QVariant | data (int column, int role) 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 |
Q_INVOKABLE void | insertChild (int index, QTreeWidgetItem *child) |
Q_INVOKABLE void | insertChildren (int index, const QList< QTreeWidgetItem * > &children) |
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 |
Q_INVOKABLE QTreeWidgetItem * | parent () const |
Q_INVOKABLE void | read (QDataStream &in) |
Q_INVOKABLE void | removeChild (QTreeWidgetItem *child) |
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) |
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) |
Q_INVOKABLE QSize | sizeHint (int column) const |
Q_INVOKABLE void | sortChildren (int column, int order) |
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 |
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 |
QTreeWidgetItemProto::QTreeWidgetItemProto | ( | QObject * | parent | ) |
void QTreeWidgetItemProto::addChild | ( | QTreeWidgetItem * | child | ) |
void QTreeWidgetItemProto::addChildren | ( | const QList< QTreeWidgetItem * > & | children | ) |
QBrush QTreeWidgetItemProto::background | ( | int | column | ) | const |
int QTreeWidgetItemProto::checkState | ( | int | column | ) | const |
QTreeWidgetItem * QTreeWidgetItemProto::child | ( | int | index | ) | const |
int QTreeWidgetItemProto::childCount | ( | ) | const |
int QTreeWidgetItemProto::childIndicatorPolicy | ( | ) | const |
QTreeWidgetItem * QTreeWidgetItemProto::clone | ( | ) | const |
int QTreeWidgetItemProto::columnCount | ( | ) | const |
QVariant QTreeWidgetItemProto::data | ( | int | column, |
int | role | ||
) | const |
int QTreeWidgetItemProto::flags | ( | ) | const |
QFont QTreeWidgetItemProto::font | ( | int | column | ) | const |
QBrush QTreeWidgetItemProto::foreground | ( | int | column | ) | const |
QIcon QTreeWidgetItemProto::icon | ( | int | column | ) | const |
int QTreeWidgetItemProto::indexOfChild | ( | QTreeWidgetItem * | child | ) | const |
void QTreeWidgetItemProto::insertChild | ( | int | index, |
QTreeWidgetItem * | child | ||
) |
void QTreeWidgetItemProto::insertChildren | ( | int | index, |
const QList< QTreeWidgetItem * > & | children | ||
) |
bool QTreeWidgetItemProto::isDisabled | ( | ) | const |
bool QTreeWidgetItemProto::isExpanded | ( | ) | const |
bool QTreeWidgetItemProto::isFirstColumnSpanned | ( | ) | const |
bool QTreeWidgetItemProto::isHidden | ( | ) | const |
bool QTreeWidgetItemProto::isSelected | ( | ) | const |
QTreeWidgetItem * QTreeWidgetItemProto::parent | ( | ) | const |
Reimplemented from QObject.
void QTreeWidgetItemProto::read | ( | QDataStream & | in | ) |
void QTreeWidgetItemProto::removeChild | ( | QTreeWidgetItem * | child | ) |
void QTreeWidgetItemProto::setBackground | ( | int | column, |
const QBrush & | brush | ||
) |
void QTreeWidgetItemProto::setCheckState | ( | int | column, |
int | state | ||
) |
void QTreeWidgetItemProto::setChildIndicatorPolicy | ( | int | policy | ) |
void QTreeWidgetItemProto::setData | ( | int | column, |
int | role, | ||
const QVariant & | value | ||
) |
void QTreeWidgetItemProto::setDisabled | ( | bool | disabled | ) |
void QTreeWidgetItemProto::setExpanded | ( | bool | expand | ) |
void QTreeWidgetItemProto::setFirstColumnSpanned | ( | bool | span | ) |
void QTreeWidgetItemProto::setFlags | ( | int | flags | ) |
void QTreeWidgetItemProto::setFont | ( | int | column, |
const QFont & | font | ||
) |
void QTreeWidgetItemProto::setForeground | ( | int | column, |
const QBrush & | brush | ||
) |
void QTreeWidgetItemProto::setHidden | ( | bool | hide | ) |
void QTreeWidgetItemProto::setIcon | ( | int | column, |
const QIcon & | icon | ||
) |
void QTreeWidgetItemProto::setSelected | ( | bool | select | ) |
void QTreeWidgetItemProto::setSizeHint | ( | int | column, |
const QSize & | size | ||
) |
void QTreeWidgetItemProto::setStatusTip | ( | int | column, |
const QString & | statusTip | ||
) |
void QTreeWidgetItemProto::setText | ( | int | column, |
const QString & | text | ||
) |
void QTreeWidgetItemProto::setTextAlignment | ( | int | column, |
int | alignment | ||
) |
void QTreeWidgetItemProto::setToolTip | ( | int | column, |
const QString & | toolTip | ||
) |
void QTreeWidgetItemProto::setWhatsThis | ( | int | column, |
const QString & | whatsThis | ||
) |
QSize QTreeWidgetItemProto::sizeHint | ( | int | column | ) | const |
void QTreeWidgetItemProto::sortChildren | ( | int | column, |
int | order | ||
) |
QString QTreeWidgetItemProto::statusTip | ( | int | column | ) | const |
QTreeWidgetItem * QTreeWidgetItemProto::takeChild | ( | int | index | ) |
QString QTreeWidgetItemProto::text | ( | int | column | ) | const |
int QTreeWidgetItemProto::textAlignment | ( | int | column | ) | const |
QString QTreeWidgetItemProto::toolTip | ( | int | column | ) | const |
QString QTreeWidgetItemProto::toString | ( | ) | const |
QTreeWidget * QTreeWidgetItemProto::treeWidget | ( | ) | const |
int QTreeWidgetItemProto::type | ( | ) | const |
QString QTreeWidgetItemProto::whatsThis | ( | int | column | ) | const |
void QTreeWidgetItemProto::write | ( | QDataStream & | out | ) | const |
Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 | 1.7.6.1 |