|
| PeriodListViewItem (PeriodsListView *, XTreeWidgetItem *, int, QDate, QDate, QString, QString) |
|
void | addChild (QTreeWidgetItem *child) |
|
void | addChildren (const QList< QTreeWidgetItem * > &children) |
|
Q_INVOKABLE int | altId () const |
|
QBrush | background (int column) const |
|
QColor | backgroundColor (int column) const |
|
bool | blockSignals (bool block) |
|
Qt::CheckState | checkState (int column) const |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
Q_INVOKABLE XTreeWidgetItem * | child (int idx) const |
|
int | childCount () const |
|
QTreeWidgetItem::ChildIndicatorPolicy | childIndicatorPolicy () const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
virtual QTreeWidgetItem * | clone () const |
|
int | columnCount () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
Q_INVOKABLE QVariant | data (int colidx, int role) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
Q_INVOKABLE QDate | endDate () |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
Qt::ItemFlags | flags () const |
|
QFont | font (int column) const |
|
QBrush | foreground (int column) const |
|
QIcon | icon (int column) const |
|
Q_INVOKABLE int | id () const |
|
virtual Q_INVOKABLE int | id (const QString) |
|
int | indexOfChild (QTreeWidgetItem *child) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | insertChild (int index, QTreeWidgetItem *child) |
|
void | insertChildren (int index, const QList< QTreeWidgetItem * > &children) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isDisabled () const |
|
bool | isExpanded () const |
|
bool | isFirstColumnSpanned () const |
|
bool | isHidden () const |
|
bool | isSelected () const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
virtual bool | operator< (const QTreeWidgetItem &other) const |
|
virtual bool | operator< (const XTreeWidgetItem &other) const |
|
virtual bool | operator== (const XTreeWidgetItem &other) const |
|
QTreeWidgetItem * | parent () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
virtual Q_INVOKABLE QVariant | rawValue (const QString colname) |
|
virtual void | read (QDataStream &in) |
|
void | removeChild (QObject *object) |
|
void | removeChild (QTreeWidgetItem *child) |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE void | setAltId (int pId) |
|
void | setBackground (int column, const QBrush &brush) |
|
void | setBackgroundColor (int column, const QColor &color) |
|
void | setCheckState (int column, Qt::CheckState state) |
|
void | setChildIndicatorPolicy (QTreeWidgetItem::ChildIndicatorPolicy policy) |
|
Q_INVOKABLE void | setData (int colidx, int role, const QVariant &val) |
|
void | setDisabled (bool disabled) |
|
void | setExpanded (bool expand) |
|
void | setFirstColumnSpanned (bool span) |
|
void | setFlags (QFlags< Qt::ItemFlag > flags) |
|
void | setFont (int column, const QFont &font) |
|
void | setForeground (int column, const QBrush &brush) |
|
void | setHidden (bool hide) |
|
void | setIcon (int column, const QIcon &icon) |
|
Q_INVOKABLE void | setId (int pId) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
void | setSelected (bool select) |
|
void | setSizeHint (int column, const QSize &size) |
|
void | setStatusTip (int column, const QString &statusTip) |
|
void | setText (int column, const QString &text) |
|
virtual Q_INVOKABLE void | setText (int, const QVariant &) |
|
void | setTextAlignment (int column, int alignment) |
|
Q_INVOKABLE void | setTextColor (int column, const QColor &color) |
|
Q_INVOKABLE void | setTextColor (const QColor &) |
|
void | setToolTip (int column, const QString &toolTip) |
|
void | setWhatsThis (int column, const QString &whatsThis) |
|
bool | signalsBlocked () const |
|
QSize | sizeHint (int column) const |
|
void | sortChildren (int column, Qt::SortOrder order) |
|
Q_INVOKABLE QDate | startDate () |
|
int | startTimer (int interval) |
|
QString | statusTip (int column) const |
|
QTreeWidgetItem * | takeChild (int index) |
|
QList< QTreeWidgetItem * > | takeChildren () |
|
virtual Q_INVOKABLE QString | text (int p) const |
|
virtual Q_INVOKABLE QString | text (const QString &) const |
|
int | textAlignment (int column) const |
|
QColor | textColor (int column) const |
|
QThread * | thread () const |
|
QString | toolTip (int column) const |
|
virtual QString | toString () const |
|
QTreeWidget * | treeWidget () const |
|
int | type () const |
|
QString | whatsThis (int column) const |
|
virtual void | write (QDataStream &out) const |
|