![]() |
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 | |
AndroidImageDrawable (const QVariantMap &drawable, ItemType itemType) | |
virtual AndroidDrawableType | type () const |
virtual void | draw (QPainter *painter, const QStyleOption *opt) const |
virtual 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 () |
Protected Attributes | |
QString | m_filePath |
QString | m_hashKey |
QSize | m_size |
Protected Attributes inherited from QAndroidStyle::AndroidDrawable | |
ItemType | m_itemType |
QMargins | m_padding |
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) |
Definition at line 113 of file qandroidstyle_p.h.
QAndroidStyle::AndroidImageDrawable::AndroidImageDrawable | ( | const QVariantMap & | drawable, |
QAndroidStyle::ItemType | itemType ) |
Definition at line 738 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Reimplemented in QAndroidStyle::Android9PatchDrawable.
Definition at line 752 of file qandroidstyle.cpp.
|
virtual |
Reimplemented from QAndroidStyle::AndroidDrawable.
Definition at line 766 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Reimplemented in QAndroidStyle::Android9PatchDrawable.
Definition at line 747 of file qandroidstyle.cpp.
|
protected |
Definition at line 122 of file qandroidstyle_p.h.
|
mutableprotected |
Definition at line 123 of file qandroidstyle_p.h.
|
protected |
Definition at line 124 of file qandroidstyle_p.h.