![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qandroidstyle_p.h>
Public Types | |
enum | GradientOrientation { TOP_BOTTOM , TR_BL , RIGHT_LEFT , BR_TL , BOTTOM_TOP , BL_TR , LEFT_RIGHT , TL_BR } |
Public Member Functions | |
AndroidGradientDrawable (const QVariantMap &drawable, ItemType itemType) | |
virtual AndroidDrawableType | type () const |
virtual void | draw (QPainter *painter, const QStyleOption *opt) const |
QSize | size () const |
Public Member Functions inherited from QAndroidStyle::AndroidDrawable | |
AndroidDrawable (const QVariantMap &drawable, ItemType itemType) | |
virtual | ~AndroidDrawable () |
virtual void | initPadding (const QVariantMap &drawable) |
const QMargins & | padding () const |
virtual void | setPaddingLeftToSizeWidth () |
Additional Inherited Members | |
Static Public Member Functions inherited from QAndroidStyle::AndroidDrawable | |
static AndroidDrawable * | fromMap (const QVariantMap &drawable, ItemType itemType) |
static QMargins | extractMargins (const QVariantMap &value) |
Protected Attributes inherited from QAndroidStyle::AndroidDrawable | |
ItemType | m_itemType |
QMargins | m_padding |
Definition at line 142 of file qandroidstyle_p.h.
Enumerator | |
---|---|
TOP_BOTTOM | |
TR_BL | |
RIGHT_LEFT | |
BR_TL | |
BOTTOM_TOP | |
BL_TR | |
LEFT_RIGHT | |
TL_BR |
Definition at line 145 of file qandroidstyle_p.h.
QAndroidStyle::AndroidGradientDrawable::AndroidGradientDrawable | ( | const QVariantMap & | drawable, |
QAndroidStyle::ItemType | itemType ) |
Definition at line 979 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1019 of file qandroidstyle.cpp.
|
virtual |
Reimplemented from QAndroidStyle::AndroidDrawable.
Definition at line 1075 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1014 of file qandroidstyle.cpp.