![]() |
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 | |
| AndroidSeekBarControl (const QVariantMap &control, ItemType itemType) | |
| virtual | ~AndroidSeekBarControl () |
| virtual void | drawControl (const QStyleOption *option, QPainter *p, const QWidget *w) |
| QSize | sizeFromContents (const QStyleOption *opt, const QSize &contentsSize, const QWidget *w) const |
| QRect | subControlRect (const QStyleOptionComplex *option, SubControl sc, const QWidget *widget=nullptr) const |
| Public Member Functions inherited from QAndroidStyle::AndroidProgressBarControl | |
| AndroidProgressBarControl (const QVariantMap &control, ItemType itemType) | |
| virtual | ~AndroidProgressBarControl () |
| virtual QRect | subElementRect (SubElement subElement, const QStyleOption *option, const QWidget *widget=nullptr) const |
| Public Member Functions inherited from QAndroidStyle::AndroidControl | |
| AndroidControl (const QVariantMap &control, ItemType itemType) | |
| virtual | ~AndroidControl () |
| virtual QMargins | padding () |
| virtual QSize | size (const QStyleOption *option) |
Additional Inherited Members | |
| Protected Member Functions inherited from QAndroidStyle::AndroidControl | |
| virtual const AndroidDrawable * | backgroundDrawable () const |
| Protected Attributes inherited from QAndroidStyle::AndroidProgressBarControl | |
| AndroidDrawable * | m_progressDrawable |
| AndroidDrawable * | m_indeterminateDrawable |
| int | m_secondaryProgress_id |
| int | m_progressId |
| Protected Attributes inherited from QAndroidStyle::AndroidControl | |
| const AndroidDrawable * | m_background |
| QSize | m_minSize |
| QSize | m_maxSize |
Definition at line 274 of file qandroidstyle_p.h.
| QAndroidStyle::AndroidSeekBarControl::AndroidSeekBarControl | ( | const QVariantMap & | control, |
| ItemType | itemType ) |
Definition at line 1660 of file qandroidstyle.cpp.
|
virtual |
Definition at line 1671 of file qandroidstyle.cpp.
|
virtual |
Reimplemented from QAndroidStyle::AndroidProgressBarControl.
Definition at line 1676 of file qandroidstyle.cpp.
|
virtual |
Reimplemented from QAndroidStyle::AndroidProgressBarControl.
Definition at line 1727 of file qandroidstyle.cpp.
|
virtual |
Reimplemented from QAndroidStyle::AndroidControl.
Definition at line 1740 of file qandroidstyle.cpp.