![]() |
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 Member Functions | |
AndroidClipDrawable (const QVariantMap &drawable, ItemType itemType) | |
~AndroidClipDrawable () | |
virtual AndroidDrawableType | type () const |
virtual void | setFactor (double factor, Qt::Orientation orientation) |
virtual void | draw (QPainter *painter, const QStyleOption *opt) 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 QSize | size () 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 168 of file qandroidstyle_p.h.
QAndroidStyle::AndroidClipDrawable::AndroidClipDrawable | ( | const QVariantMap & | drawable, |
QAndroidStyle::ItemType | itemType ) |
Definition at line 1080 of file qandroidstyle.cpp.
QAndroidStyle::AndroidClipDrawable::~AndroidClipDrawable | ( | ) |
Definition at line 1089 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1105 of file qandroidstyle.cpp.
|
virtual |
Definition at line 1099 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1094 of file qandroidstyle.cpp.