List of all members | Properties | Public Member Functions | Static Public Member Functions | Protected Member Functions
QBoxLayoutProto Class Reference

#include <qboxlayoutproto.h>

Inheritance diagram for QBoxLayoutProto:
QObject QScriptable

Properties

 objectName
 

Public Member Functions

 QBoxLayoutProto (QObject *parent)
 
Q_INVOKABLE bool activate ()
 
Q_INVOKABLE void addItem (QLayoutItem *item)
 
Q_INVOKABLE void addLayout (QLayout *layout, int stretch=0)
 
Q_INVOKABLE void addSpacerItem (QSpacerItem *spacerItem)
 
Q_INVOKABLE void addSpacing (int size)
 
Q_INVOKABLE void addStretch (int stretch=0)
 
Q_INVOKABLE void addStrut (int size)
 
Q_INVOKABLE void addWidget (QWidget *widget, int stretch=0, Qt::Alignment alignment=0)
 
bool blockSignals (bool block)
 
const QObjectList & children () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
Q_INVOKABLE QRect contentsRect () const
 
Q_INVOKABLE int count () const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
Q_INVOKABLE QBoxLayout::Direction direction () const
 
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< QByteArraydynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
Q_INVOKABLE Qt::Orientations expandingDirections () const
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
Q_INVOKABLE void getContentsMargins (int *left, int *top, int *right, int *bottom) const
 
Q_INVOKABLE int indexOf (QWidget *widget) const
 
bool inherits (const char *className) const
 
Q_INVOKABLE void insertLayout (int index, QLayout *layout, int stretch=0)
 
Q_INVOKABLE void insertSpacerItem (int index, QSpacerItem *spacerItem)
 
Q_INVOKABLE void insertSpacing (int index, int size)
 
Q_INVOKABLE void insertStretch (int index, int stretch=0)
 
Q_INVOKABLE void insertWidget (int index, QWidget *widget, int stretch=0, Qt::Alignment alignment=0)
 
void installEventFilter (QObject *filterObj)
 
Q_INVOKABLE void invalidate ()
 
Q_INVOKABLE bool isEnabled () const
 
bool isWidgetType () const
 
bool isWindowType () const
 
Q_INVOKABLE QLayoutItemitemAt (int index) const
 
void killTimer (int id)
 
Q_INVOKABLE QSize maximumSize () const
 
Q_INVOKABLE QWidgetmenuBar () const
 
virtual const QMetaObjectmetaObject () const
 
Q_INVOKABLE QSize minimumSize () const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const
 
Q_INVOKABLE QWidgetparentWidget () const
 
QVariant property (const char *name) const
 
void removeEventFilter (QObject *obj)
 
Q_INVOKABLE void removeItem (QLayoutItem *item)
 
Q_INVOKABLE void removeWidget (QWidget *widget)
 
Q_INVOKABLE void setAlignment (Qt::Alignment alignment)
 
Q_INVOKABLE bool setAlignment (QLayout *l, Qt::Alignment alignment)
 
Q_INVOKABLE bool setAlignment (QWidget *w, Qt::Alignment alignment)
 
Q_INVOKABLE void setContentsMargins (int left, int top, int right, int bottom)
 
Q_INVOKABLE void setDirection (int direction)
 
Q_INVOKABLE void setEnabled (bool enable)
 
Q_INVOKABLE void setMenuBar (QWidget *widget)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
Q_INVOKABLE void setStretch (int index, int stretch)
 
Q_INVOKABLE bool setStretchFactor (QLayout *layout, int stretch)
 
Q_INVOKABLE bool setStretchFactor (QWidget *widget, int stretch)
 
bool signalsBlocked () const
 
int startTimer (int interval, Qt::TimerType timerType)
 
Q_INVOKABLE int stretch (int index) const
 
Q_INVOKABLE QLayoutItemtakeAt (int index)
 
QThreadthread () const
 
Q_INVOKABLE void update ()
 

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
 
QObjectsender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Constructor & Destructor Documentation

QBoxLayoutProto::QBoxLayoutProto ( QObject parent)

Member Function Documentation

bool QBoxLayoutProto::activate ( )
void QBoxLayoutProto::addItem ( QLayoutItem item)
void QBoxLayoutProto::addLayout ( QLayout layout,
int  stretch = 0 
)
void QBoxLayoutProto::addSpacerItem ( QSpacerItem spacerItem)
void QBoxLayoutProto::addSpacing ( int  size)
void QBoxLayoutProto::addStretch ( int  stretch = 0)
void QBoxLayoutProto::addStrut ( int  size)
void QBoxLayoutProto::addWidget ( QWidget widget,
int  stretch = 0,
Qt::Alignment  alignment = 0 
)
QRect QBoxLayoutProto::contentsRect ( ) const
int QBoxLayoutProto::count ( ) const
QBoxLayout::Direction QBoxLayoutProto::direction ( ) const
Qt::Orientations QBoxLayoutProto::expandingDirections ( ) const
void QBoxLayoutProto::getContentsMargins ( int *  left,
int *  top,
int *  right,
int *  bottom 
) const
int QBoxLayoutProto::indexOf ( QWidget widget) const
void QBoxLayoutProto::insertLayout ( int  index,
QLayout layout,
int  stretch = 0 
)
void QBoxLayoutProto::insertSpacerItem ( int  index,
QSpacerItem spacerItem 
)
void QBoxLayoutProto::insertSpacing ( int  index,
int  size 
)
void QBoxLayoutProto::insertStretch ( int  index,
int  stretch = 0 
)
void QBoxLayoutProto::insertWidget ( int  index,
QWidget widget,
int  stretch = 0,
Qt::Alignment  alignment = 0 
)
void QBoxLayoutProto::invalidate ( )
bool QBoxLayoutProto::isEnabled ( ) const
QLayoutItem * QBoxLayoutProto::itemAt ( int  index) const
QSize QBoxLayoutProto::maximumSize ( ) const
QWidget * QBoxLayoutProto::menuBar ( ) const
QSize QBoxLayoutProto::minimumSize ( ) const
QWidget * QBoxLayoutProto::parentWidget ( ) const
void QBoxLayoutProto::removeItem ( QLayoutItem item)
void QBoxLayoutProto::removeWidget ( QWidget widget)
void QBoxLayoutProto::setAlignment ( Qt::Alignment  alignment)
bool QBoxLayoutProto::setAlignment ( QLayout l,
Qt::Alignment  alignment 
)
bool QBoxLayoutProto::setAlignment ( QWidget w,
Qt::Alignment  alignment 
)
void QBoxLayoutProto::setContentsMargins ( int  left,
int  top,
int  right,
int  bottom 
)
void QBoxLayoutProto::setDirection ( int  direction)
void QBoxLayoutProto::setEnabled ( bool  enable)
void QBoxLayoutProto::setMenuBar ( QWidget widget)
void QBoxLayoutProto::setStretch ( int  index,
int  stretch 
)
bool QBoxLayoutProto::setStretchFactor ( QLayout layout,
int  stretch 
)
bool QBoxLayoutProto::setStretchFactor ( QWidget widget,
int  stretch 
)
int QBoxLayoutProto::stretch ( int  index) const
QLayoutItem * QBoxLayoutProto::takeAt ( int  index)
void QBoxLayoutProto::update ( )

The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10