#include <qtabwidgetproto.h>
Properties | |
objectName | |
Public Member Functions | |
QTabWidgetProto (QObject *parent) | |
Q_INVOKABLE int | addTab (QWidget *page, const QString &label) |
Q_INVOKABLE int | addTab (QWidget *page, const QIcon &icon, const QString &label) |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
Q_INVOKABLE void | clear () |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QWidget * | cornerWidget (int corner=1) const |
Q_INVOKABLE int | count () const |
Q_INVOKABLE int | currentIndex () const |
Q_INVOKABLE QWidget * | currentWidget () 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 |
Q_INVOKABLE int | elideMode () 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 QSize | iconSize () const |
Q_INVOKABLE int | indexOf (QWidget *w) const |
bool | inherits (const char *className) const |
Q_INVOKABLE int | insertTab (int index, QWidget *page, const QString &label) |
Q_INVOKABLE int | insertTab (int index, QWidget *page, const QIcon &icon, const QString &label) |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isTabEnabled (int index) 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) |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE void | removeTab (int index) |
Q_INVOKABLE void | setCornerWidget (QWidget *widget, int corner=1) |
Q_INVOKABLE void | setElideMode (int) |
Q_INVOKABLE void | setIconSize (const QSize &size) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setTabEnabled (int index, bool enable) |
Q_INVOKABLE void | setTabIcon (int index, const QIcon &icon) |
Q_INVOKABLE void | setTabPosition (int position) |
Q_INVOKABLE void | setTabShape (int s) |
Q_INVOKABLE void | setTabText (int index, const QString &label) |
Q_INVOKABLE void | setTabToolTip (int index, const QString &tip) |
Q_INVOKABLE void | setTabWhatsThis (int index, const QString &text) |
Q_INVOKABLE void | setUsesScrollButtons (bool useButtons) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE QIcon | tabIcon (int index) const |
Q_INVOKABLE int | tabPosition () const |
Q_INVOKABLE int | tabShape () const |
Q_INVOKABLE QString | tabText (int index) const |
Q_INVOKABLE QString | tabToolTip (int index) const |
Q_INVOKABLE QString | tabWhatsThis (int index) const |
QThread * | thread () const |
Q_INVOKABLE bool | usesScrollButtons () const |
Q_INVOKABLE QWidget * | widget (int index) const |
Static Public Member Functions | |
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) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QTabWidgetProto::QTabWidgetProto | ( | QObject * | parent | ) |
void QTabWidgetProto::clear | ( | ) |
QWidget * QTabWidgetProto::cornerWidget | ( | int | corner = 1 | ) | const |
int QTabWidgetProto::count | ( | ) | const |
int QTabWidgetProto::currentIndex | ( | ) | const |
QWidget * QTabWidgetProto::currentWidget | ( | ) | const |
int QTabWidgetProto::elideMode | ( | ) | const |
QSize QTabWidgetProto::iconSize | ( | ) | const |
int QTabWidgetProto::indexOf | ( | QWidget * | w | ) | const |
int QTabWidgetProto::insertTab | ( | int | index, |
QWidget * | page, | ||
const QIcon & | icon, | ||
const QString & | label | ||
) |
bool QTabWidgetProto::isTabEnabled | ( | int | index | ) | const |
void QTabWidgetProto::removeTab | ( | int | index | ) |
void QTabWidgetProto::setCornerWidget | ( | QWidget * | widget, |
int | corner = 1 |
||
) |
void QTabWidgetProto::setElideMode | ( | int | mode | ) |
void QTabWidgetProto::setIconSize | ( | const QSize & | size | ) |
void QTabWidgetProto::setTabEnabled | ( | int | index, |
bool | enable | ||
) |
void QTabWidgetProto::setTabIcon | ( | int | index, |
const QIcon & | icon | ||
) |
void QTabWidgetProto::setTabPosition | ( | int | position | ) |
void QTabWidgetProto::setTabShape | ( | int | s | ) |
void QTabWidgetProto::setTabText | ( | int | index, |
const QString & | label | ||
) |
void QTabWidgetProto::setTabToolTip | ( | int | index, |
const QString & | tip | ||
) |
void QTabWidgetProto::setTabWhatsThis | ( | int | index, |
const QString & | text | ||
) |
void QTabWidgetProto::setUsesScrollButtons | ( | bool | useButtons | ) |
QIcon QTabWidgetProto::tabIcon | ( | int | index | ) | const |
int QTabWidgetProto::tabPosition | ( | ) | const |
int QTabWidgetProto::tabShape | ( | ) | const |
QString QTabWidgetProto::tabText | ( | int | index | ) | const |
QString QTabWidgetProto::tabToolTip | ( | int | index | ) | const |
QString QTabWidgetProto::tabWhatsThis | ( | int | index | ) | const |
bool QTabWidgetProto::usesScrollButtons | ( | ) | const |
QWidget * QTabWidgetProto::widget | ( | int | index | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |