![]() |
Qt 6.x
The Qt SDK
|
#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 |
![]() | |
AndroidDrawable (const QVariantMap &drawable, ItemType itemType) | |
virtual | ~AndroidDrawable () |
virtual void | initPadding (const QVariantMap &drawable) |
virtual AndroidDrawableType | type () const =0 |
virtual void | draw (QPainter *painter, const QStyleOption *opt) const =0 |
const QMargins & | padding () const |
virtual QSize | size () const |
virtual void | setPaddingLeftToSizeWidth () |
Additional Inherited Members | |
![]() | |
static AndroidDrawable * | fromMap (const QVariantMap &drawable, ItemType itemType) |
static QMargins | extractMargins (const QVariantMap &value) |
![]() | |
ItemType | m_itemType |
QMargins | m_padding |
Definition at line 167 of file qandroidstyle_p.h.
QAndroidStyle::AndroidClipDrawable::AndroidClipDrawable | ( | const QVariantMap & | drawable, |
QAndroidStyle::ItemType | itemType | ||
) |
Definition at line 1079 of file qandroidstyle.cpp.
References QAndroidStyle::AndroidDrawable::fromMap(), Qt::Horizontal, toMap(), and QMap< Key, T >::value().
QAndroidStyle::AndroidClipDrawable::~AndroidClipDrawable | ( | ) |
Definition at line 1088 of file qandroidstyle.cpp.
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1104 of file qandroidstyle.cpp.
References copy(), Qt::Horizontal, opt, and painter.
|
virtual |
Definition at line 1098 of file qandroidstyle.cpp.
Referenced by QAndroidStyle::AndroidProgressBarControl::drawControl(), and QAndroidStyle::AndroidSeekBarControl::drawControl().
|
virtual |
Implements QAndroidStyle::AndroidDrawable.
Definition at line 1093 of file qandroidstyle.cpp.
References QAndroidStyle::Clip.