![]() |
Qt 6.x
The Qt SDK
|
Namespaces | |
namespace | QDrawBorderPixmap |
namespace | QStyleHelper |
Typedefs | |
typedef QVarLengthArray< QPainter::PixmapFragment, 16 > | QPixmapFragmentsArray |
Enumerations | |
enum | QSliderDirection { SlUp , SlDown , SlLeft , SlRight } |
enum | AlphaChannelType { UnknownAlpha = -1 , NoAlpha , MaskAlpha , RealAlpha } |
Functions | |
static void | drawArrow (const QStyle *style, const QStyleOptionToolButton *toolbutton, const QRect &rect, QPainter *painter) |
static QSizeF | viewItemTextLayout (QTextLayout &textLayout, int lineWidth, int maxHeight=-1, int *lastVisibleLine=nullptr) |
static StaticPolygonF< 3 > | calcArrow (const QStyleOptionSlider *dial, qreal &a) |
static QString | clearText16IconPath () |
static uint | qt_intensity (uint r, uint g, uint b) |
void | qDrawShadeLine (QPainter *p, int x1, int y1, int x2, int y2, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth) |
void | qDrawShadeRect (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) |
void | qDrawShadePanel (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill) |
static void | qDrawWinShades (QPainter *p, int x, int y, int w, int h, const QColor &c1, const QColor &c2, const QColor &c3, const QColor &c4, const QBrush *fill) |
void | qDrawWinButton (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill) |
void | qDrawWinPanel (QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, const QBrush *fill) |
void | qDrawPlainRect (QPainter *p, int x, int y, int w, int h, const QColor &c, int lineWidth, const QBrush *fill) |
void | qDrawShadeLine (QPainter *p, const QPoint &p1, const QPoint &p2, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth) |
void | qDrawShadeRect (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) |
void | qDrawShadePanel (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill) |
void | qDrawWinButton (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill) |
void | qDrawWinPanel (QPainter *p, const QRect &r, const QPalette &pal, bool sunken, const QBrush *fill) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Draws the Windows-style panel at the rectangle specified by rect using the given painter with a line width of 2 pixels. | |
void | qDrawPlainRect (QPainter *p, const QRect &r, const QColor &c, int lineWidth, const QBrush *fill) |
void | qDrawBorderPixmap (QPainter *painter, const QRect &targetRect, const QMargins &targetMargins, const QPixmap &pixmap, const QRect &sourceRect, const QMargins &sourceMargins, const QTileRules &rules, QDrawBorderPixmap::DrawingHints hints) |
void | qDrawBorderPixmap (QPainter *painter, const QRect &target, const QMargins &margins, const QPixmap &pixmap) |
QImage | styleCacheImage (const QSize &size) |
QPixmap | styleCachePixmap (const QSize &size) |
QDebug | operator<< (QDebug debug, const QStyleOption::OptionType &optionType) |
QDebug | operator<< (QDebug debug, const QStyleOption &option) |
template<typename T > | |
T | qstyleoption_cast (const QStyleOption *opt) |
template<typename T > | |
T | qstyleoption_cast (QStyleOption *opt) |
template<typename T > | |
T | qstyleoption_cast (const QStyleHintReturn *hint) |
template<typename T > | |
T | qstyleoption_cast (QStyleHintReturn *hint) |
static QScreen * | screenOf (const QWindow *w) |
static void | qt_add_rect (HRGN &winRegion, QRect r) |
static HRGN | qt_hrgn_from_qregion (const QRegion ®ion) |
static HWND | createTreeViewHelperWindow () |
static QRectF | scaleRect (const QRectF &r, qreal factor) |
static QRegion | scaleRegion (const QRegion ®ion, qreal factor) |
static void | populateTitleBarButtonTheme (const QStyle *proxy, const QStyleOptionComplex *option, QStyle::SubControl subControl, bool isTitleBarActive, int part, XPThemeData *theme) |
static Qt::Orientation | progressBarOrientation (const QStyleOption *option=nullptr) |
static bool | buttonVisible (const QStyle::SubControl sc, const QStyleOptionTitleBar *tb) |
QDebug | operator<< (QDebug d, const XPThemeData &t) |
QDebug | operator<< (QDebug d, const ThemeMapKey &k) |
QDebug | operator<< (QDebug d, const ThemeMapData &td) |
size_t | qHash (const ThemeMapKey &key) |
bool | operator== (const ThemeMapKey &k1, const ThemeMapKey &k2) |
Definition at line 861 of file qquickdrawutil.cpp.
Enumerator | |
---|---|
UnknownAlpha | |
NoAlpha | |
MaskAlpha | |
RealAlpha |
Definition at line 131 of file qquickwindowsxpstyle_p_p.h.
Enumerator | |
---|---|
SlUp | |
SlDown | |
SlLeft | |
SlRight |
Definition at line 62 of file qquickwindowsstyle.cpp.
|
static |
Definition at line 3130 of file qquickwindowsxpstyle.cpp.
References QQC2::QStyle::SC_TitleBarCloseButton, QQC2::QStyle::SC_TitleBarContextHelpButton, QQC2::QStyle::SC_TitleBarMaxButton, QQC2::QStyle::SC_TitleBarMinButton, QQC2::QStyle::SC_TitleBarNormalButton, QQC2::QStyle::SC_TitleBarShadeButton, QQC2::QStyle::SC_TitleBarSysMenu, QQC2::QStyle::SC_TitleBarUnshadeButton, QQC2::QStyleOptionTitleBar::titleBarFlags, QQC2::QStyleOptionTitleBar::titleBarState, Qt::WindowContextHelpButtonHint, Qt::WindowMaximizeButtonHint, Qt::WindowMaximized, Qt::WindowMinimizeButtonHint, Qt::WindowMinimized, Qt::WindowShadeButtonHint, and Qt::WindowSystemMenuHint.
Referenced by QQC2::QWindowsXPStyle::subControlRect().
|
static |
Definition at line 2896 of file qquickcommonstyle.cpp.
References QQC2::QStyleHelper::calcBigLineSize(), QQC2::QStyleOptionSlider::endAngle, QRect::height(), QQC2::QStyleOptionSlider::maximum, QQC2::QStyleOptionSlider::minimum, Q_PI, qCos(), qMin(), qSin(), QQC2::QStyleOption::rect, QQC2::QStyleOptionSlider::sliderPosition, QQC2::QStyleOptionSlider::startAngle, QQC2::QStyleOptionSlider::upsideDown, and QRect::width().
Referenced by QQC2::QCommonStyle::drawComplexControl().
|
inlinestatic |
Definition at line 5018 of file qquickcommonstyle.cpp.
References QStringLiteral.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
inlinestatic |
Definition at line 178 of file qquickwindowsxpstyle.cpp.
References Qt::DirectConnection, QMetaObject::invokeMethod(), QGuiApplication::platformNativeInterface(), Q_ARG, Q_RETURN_ARG, and QStringLiteral.
|
static |
Definition at line 684 of file qquickcommonstyle.cpp.
References QQC2::QStyleOptionToolButton::arrowType, Qt::DownArrow, QQC2::QStyle::drawPrimitive(), Qt::LeftArrow, painter, QQC2::QStyle::PE_IndicatorArrowDown, QQC2::QStyle::PE_IndicatorArrowLeft, QQC2::QStyle::PE_IndicatorArrowRight, QQC2::QStyle::PE_IndicatorArrowUp, rect, QQC2::QStyleOption::rect, Qt::RightArrow, and Qt::UpArrow.
Referenced by QQC2::QCommonStyle::drawControl().
QDebug QQC2::operator<< | ( | QDebug | d, |
const ThemeMapData & | td | ||
) |
Definition at line 3823 of file qquickwindowsxpstyle.cpp.
References QQC2::ThemeMapData::alphaType, d, QQC2::ThemeMapData::dataValid, QQC2::ThemeMapData::hadInvalidAlpha, QQC2::ThemeMapData::hasAlphaChannel, QQC2::ThemeMapData::partIsTransparent, and QQC2::ThemeMapData::wasAlphaSwapped.
QDebug QQC2::operator<< | ( | QDebug | d, |
const ThemeMapKey & | k | ||
) |
Definition at line 3813 of file qquickwindowsxpstyle.cpp.
References d, QQC2::ThemeMapKey::noBorder, QQC2::ThemeMapKey::noContent, QQC2::ThemeMapKey::partId, QQC2::ThemeMapKey::stateId, and QQC2::ThemeMapKey::theme.
QDebug QQC2::operator<< | ( | QDebug | d, |
const XPThemeData & | t | ||
) |
Definition at line 3801 of file qquickwindowsxpstyle.cpp.
References d.
QDebug QQC2::operator<< | ( | QDebug | debug, |
const QStyleOption & | option | ||
) |
Definition at line 600 of file qquickstyleoption.cpp.
References debug, Q_UNUSED, and Qt::RightToLeft.
QDebug QQC2::operator<< | ( | QDebug | debug, |
const QStyleOption::OptionType & | optionType | ||
) |
Definition at line 537 of file qquickstyleoption.cpp.
References debug, Q_UNUSED, QQC2::QStyleOption::SO_Button, QQC2::QStyleOption::SO_ComboBox, QQC2::QStyleOption::SO_Complex, QQC2::QStyleOption::SO_ComplexCustomBase, QQC2::QStyleOption::SO_CustomBase, QQC2::QStyleOption::SO_Default, QQC2::QStyleOption::SO_DockWidget, QQC2::QStyleOption::SO_FocusRect, QQC2::QStyleOption::SO_Frame, QQC2::QStyleOption::SO_GraphicsItem, QQC2::QStyleOption::SO_GroupBox, QQC2::QStyleOption::SO_Header, QQC2::QStyleOption::SO_MenuItem, QQC2::QStyleOption::SO_ProgressBar, QQC2::QStyleOption::SO_RubberBand, QQC2::QStyleOption::SO_SizeGrip, QQC2::QStyleOption::SO_Slider, QQC2::QStyleOption::SO_SpinBox, QQC2::QStyleOption::SO_Tab, QQC2::QStyleOption::SO_TabBarBase, QQC2::QStyleOption::SO_TabWidgetFrame, QQC2::QStyleOption::SO_TitleBar, QQC2::QStyleOption::SO_ToolBar, QQC2::QStyleOption::SO_ToolBox, QQC2::QStyleOption::SO_ToolButton, and QQC2::QStyleOption::SO_ViewItem.
|
inline |
Definition at line 124 of file qquickwindowsxpstyle_p_p.h.
References k1, QQC2::ThemeMapKey::partId, QQC2::ThemeMapKey::stateId, and QQC2::ThemeMapKey::theme.
|
static |
Definition at line 2307 of file qquickwindowsxpstyle.cpp.
References QQC2::QStyle::CC_TitleBar, QQC2::XPThemeData::partId, proxy, RBS_INACTIVE, QQC2::XPThemeData::rect, QQC2::QStyle::State_Enabled, QQC2::QStyle::State_MouseOver, QQC2::QStyle::State_Sunken, and QQC2::XPThemeData::stateId.
Referenced by QQC2::QWindowsXPStyle::drawComplexControl().
|
inlinestatic |
Definition at line 3004 of file qquickwindowsxpstyle.cpp.
References Qt::Horizontal, QQC2::QStyle::State_Horizontal, and Qt::Vertical.
Referenced by QQC2::QWindowsXPStylePrivate::pixelMetricFromSystemDp().
|
inline |
Definition at line 125 of file qquickdrawutil.h.
References painter, pixmap, and qDrawBorderPixmap().
void QQC2::qDrawBorderPixmap | ( | QPainter * | painter, |
const QRect & | targetRect, | ||
const QMargins & | targetMargins, | ||
const QPixmap & | pixmap, | ||
const QRect & | sourceRect, | ||
const QMargins & | sourceMargins, | ||
const QTileRules & | rules, | ||
QDrawBorderPixmap::DrawingHints | hints | ||
) |
Draws the indicated sourceRect rectangle from the given pixmap into the given targetRect rectangle, using the given painter. The pixmap will be split into nine segments according to the given targetMargins and sourceMargins structures. Finally, the pixmap will be drawn according to the given rules.
This function is used to draw a scaled pixmap, similar to \l{http://www.w3.org/TR/css3-background/}{CSS3 border-images}
Definition at line 878 of file qquickdrawutil.cpp.
References QPainter::Antialiasing, QVarLengthArray< T, Prealloc >::append(), QMargins::bottom(), QRect::bottom(), QPainter::combinedTransform(), d, QVarLengthArray< T, Prealloc >::data(), QPainter::drawPixmapFragments(), QRect::height(), i, j, QMargins::left(), QRect::left(), QQC2::QDrawBorderPixmap::OpaqueBottom, QQC2::QDrawBorderPixmap::OpaqueBottomLeft, QQC2::QDrawBorderPixmap::OpaqueBottomRight, QQC2::QDrawBorderPixmap::OpaqueCenter, QPainter::OpaqueHint, QQC2::QDrawBorderPixmap::OpaqueLeft, QQC2::QDrawBorderPixmap::OpaqueRight, QQC2::QDrawBorderPixmap::OpaqueTop, QQC2::QDrawBorderPixmap::OpaqueTopLeft, QQC2::QDrawBorderPixmap::OpaqueTopRight, QPaintEngine::OpenGL, QPaintEngine::OpenGL2, QPainter::paintEngine(), painter, pixmap, qCeil(), qMax(), Qt::RepeatTile, QVarLengthArray< T, Prealloc >::resize(), QMargins::right(), QRect::right(), Qt::RoundTile, QPainter::setRenderHint(), QVLABaseBase::size(), Qt::StretchTile, QPainter::testRenderHint(), QMargins::top(), QRect::top(), QTransform::TxNone, QTransform::type(), QPaintEngine::type(), and QRect::width().
Referenced by qDrawBorderPixmap().
void QQC2::qDrawPlainRect | ( | QPainter * | p, |
const QRect & | r, | ||
const QColor & | c, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 816 of file qquickdrawutil.cpp.
References fill(), and qDrawPlainRect().
void QQC2::qDrawPlainRect | ( | QPainter * | p, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QColor & | c, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 578 of file qquickdrawutil.cpp.
References fill(), i, Qt::NoBrush, Qt::NoPen, Q_UNLIKELY, qFuzzyCompare(), qRound(), and qWarning.
Referenced by QQC2::QCommonStyle::drawControl(), QQC2::QCommonStyle::drawPrimitive(), and qDrawPlainRect().
void QQC2::qDrawShadeLine | ( | QPainter * | p, |
const QPoint & | p1, | ||
const QPoint & | p2, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth | ||
) |
Definition at line 652 of file qquickdrawutil.cpp.
References p1, p2, and qDrawShadeLine().
void QQC2::qDrawShadeLine | ( | QPainter * | p, |
int | x1, | ||
int | y1, | ||
int | x2, | ||
int | y2, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth | ||
) |
Definition at line 88 of file qquickdrawutil.cpp.
References QBrush::color(), QPalette::color(), QPalette::Dark, QPalette::dark(), i, QPalette::light(), QPalette::mid(), Q_UNLIKELY, qFuzzyCompare(), qRound(), and qWarning.
Referenced by QQC2::QCommonStyle::drawControl(), QQC2::QCommonStyle::drawPrimitive(), and qDrawShadeLine().
void QQC2::qDrawShadePanel | ( | QPainter * | p, |
const QRect & | r, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 728 of file qquickdrawutil.cpp.
References fill(), and qDrawShadePanel().
void QQC2::qDrawShadePanel | ( | QPainter * | p, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 332 of file qquickdrawutil.cpp.
References QList< T >::clear(), QBrush::color(), QPalette::dark(), fill(), i, QPalette::light(), QPalette::midlight(), Q_UNLIKELY, qFuzzyCompare(), qRound(), qWarning, QList< T >::reserve(), and QPalette::shadow().
Referenced by QQC2::QCommonStyle::drawControl(), QQC2::QWindowsStyle::drawControl(), QQC2::QCommonStyle::drawPrimitive(), QQC2::QWindowsStyle::drawPrimitive(), and qDrawShadePanel().
void QQC2::qDrawShadeRect | ( | QPainter * | p, |
const QRect & | r, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 691 of file qquickdrawutil.cpp.
References fill(), and qDrawShadeRect().
void QQC2::qDrawShadeRect | ( | QPainter * | p, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
int | lineWidth, | ||
int | midLineWidth, | ||
const QBrush * | fill | ||
) |
Definition at line 215 of file qquickdrawutil.cpp.
References QBrush::color(), QPalette::dark(), fill(), i, j, QPalette::light(), QPalette::mid(), Qt::NoPen, Q_UNLIKELY, qFuzzyCompare(), qRound(), and qWarning.
Referenced by QQC2::QCommonStyle::drawControl(), QQC2::QWindowsStyle::drawControl(), QQC2::QCommonStyle::drawPrimitive(), QQC2::QWindowsStyle::drawPrimitive(), and qDrawShadeRect().
void QQC2::qDrawWinButton | ( | QPainter * | p, |
const QRect & | r, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) |
Definition at line 759 of file qquickdrawutil.cpp.
References fill(), and qDrawWinButton().
void QQC2::qDrawWinButton | ( | QPainter * | p, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) |
Definition at line 502 of file qquickdrawutil.cpp.
References QPalette::button(), QBrush::color(), QPalette::dark(), fill(), QPalette::light(), qDrawWinShades(), and QPalette::shadow().
Referenced by QQC2::QWindowsStyle::drawComplexControl(), QQC2::QWindowsStyle::drawControl(), QQC2::QWindowsStyle::drawPrimitive(), and qDrawWinButton().
void QQC2::qDrawWinPanel | ( | QPainter * | p, |
const QRect & | r, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Draws the Windows-style panel at the rectangle specified by rect using the given painter with a line width of 2 pixels.
The button's interior is filled with the fill brush unless fill is 0.
The given palette specifies the shading colors. The panel appears sunken if sunken is true, otherwise raised.
Alternatively you can use a QFrame widget and apply the QFrame::setFrameStyle() function to display a shaded panel:
Definition at line 789 of file qquickdrawutil.cpp.
References fill(), and qDrawWinPanel().
void QQC2::qDrawWinPanel | ( | QPainter * | p, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
const QPalette & | pal, | ||
bool | sunken, | ||
const QBrush * | fill | ||
) |
Definition at line 542 of file qquickdrawutil.cpp.
References QBrush::color(), QPalette::dark(), fill(), QPalette::light(), QPalette::midlight(), qDrawWinShades(), and QPalette::shadow().
Referenced by QQC2::QCommonStyle::drawComplexControl(), QQC2::QWindowsStyle::drawComplexControl(), QQC2::QCommonStyle::drawControl(), QQC2::QCommonStyle::drawPrimitive(), QQC2::QWindowsStyle::drawPrimitive(), and qDrawWinPanel().
|
static |
This function draws a rectangle with two pixel line width. It is called from qDrawWinButton() and qDrawWinPanel().
c1..c4 and fill are used:
1 1 1 1 1 2 1 3 3 3 4 2 1 3 F F 4 2 1 3 F F 4 2 1 4 4 4 4 2 2 2 2 2 2 2
Definition at line 430 of file qquickdrawutil.cpp.
References c2, d, fill(), qFuzzyCompare(), and qRound().
Referenced by qDrawWinButton(), and qDrawWinPanel().
|
inline |
Definition at line 121 of file qquickwindowsxpstyle_p_p.h.
T QQC2::qstyleoption_cast | ( | const QStyleHintReturn * | hint | ) |
Definition at line 736 of file qquickstyleoption.h.
References hint(), and QQC2::QStyleHintReturn::SH_Default.
T QQC2::qstyleoption_cast | ( | const QStyleOption * | opt | ) |
Definition at line 669 of file qquickstyleoption.h.
References opt, QQC2::QStyleOption::SO_Complex, QQC2::QStyleOption::SO_Default, QQC2::QStyleOption::type, and QQC2::QStyleOption::version.
T QQC2::qstyleoption_cast | ( | QStyleHintReturn * | hint | ) |
Definition at line 746 of file qquickstyleoption.h.
References hint(), and QQC2::QStyleHintReturn::SH_Default.
T QQC2::qstyleoption_cast | ( | QStyleOption * | opt | ) |
Definition at line 681 of file qquickstyleoption.h.
References opt, QQC2::QStyleOption::SO_Complex, QQC2::QStyleOption::SO_Default, QQC2::QStyleOption::type, and QQC2::QStyleOption::version.
Definition at line 90 of file qquickwindowsxpstyle.cpp.
Referenced by qt_hrgn_from_qregion().
|
static |
Definition at line 104 of file qquickwindowsxpstyle.cpp.
References QRegion::boundingRect(), qt_add_rect(), rect, and QRegion::rectCount().
Referenced by QQC2::QWindowsXPStylePrivate::drawBackgroundDirectly().
Definition at line 5972 of file qquickcommonstyle.cpp.
Referenced by QQC2::QCommonStyle::generatedIconPixmap().
Definition at line 624 of file qquickwindowsxpstyle.cpp.
References QRectF::isValid().
Referenced by QQC2::QWindowsXPStylePrivate::drawBackgroundDirectly(), and QQC2::QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer().
Definition at line 631 of file qquickwindowsxpstyle.cpp.
References QRegion::isEmpty(), qFuzzyCompare(), and rect.
Referenced by QQC2::QWindowsXPStylePrivate::drawBackgroundDirectly(), and QQC2::QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer().
Definition at line 288 of file qquickwindowsstyle.cpp.
References QGuiApplication::primaryScreen, and screen.
Referenced by QQC2::QWindowsStylePrivate::nativeMetricScaleFactor().
Definition at line 39 of file qquickstyle_p.h.
References QImage::Format_ARGB32_Premultiplied, qApp, and QImage::setDevicePixelRatio().
Definition at line 47 of file qquickstyle_p.h.
References qApp, and QPixmap::setDevicePixelRatio().
|
static |
Definition at line 709 of file qquickcommonstyle.cpp.
References QTextLayout::beginLayout(), QTextLayout::createLine(), QTextLayout::endLayout(), i, QTextLine::isValid(), line, and qMax().
Referenced by QQC2::QCommonStylePrivate::calculateElidedText(), QQC2::QCommonStylePrivate::viewItemDrawText(), and QQC2::QCommonStylePrivate::viewItemSize().
|
static |
Definition at line 23 of file qquickcommonstylepixmaps_p.h.
|
static |
Definition at line 418 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 325 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 100 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 74 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 339 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
Q_DECL_DEPRECATED typedef QStyleOptionDockWidget QQC2::QStyleOptionDockWidgetV2 |
Definition at line 376 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionFrame QQC2::QStyleOptionFrameV2 |
Definition at line 122 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionFrame QQC2::QStyleOptionFrameV3 |
Definition at line 123 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionTab QQC2::QStyleOptionTabV2 |
Definition at line 274 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionTab QQC2::QStyleOptionTabV3 |
Definition at line 275 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionTabWidgetFrame QQC2::QStyleOptionTabWidgetFrameV2 |
Definition at line 187 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionToolBox QQC2::QStyleOptionToolBoxV2 |
Definition at line 455 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionViewItem QQC2::QStyleOptionViewItemV2 |
Definition at line 428 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionViewItem QQC2::QStyleOptionViewItemV3 |
Definition at line 429 of file qquickstyleoption.h.
Q_DECL_DEPRECATED typedef QStyleOptionViewItem QQC2::QStyleOptionViewItemV4 |
Definition at line 430 of file qquickstyleoption.h.
|
static |
Definition at line 220 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 280 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 235 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 129 of file qquickcommonstylepixmaps_p.h.
|
static |
Definition at line 250 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 265 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 295 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 310 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 457 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 62 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 47 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 32 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStylePrivate::createTheme(), and QQC2::QWindowsXPStylePrivate::themeName().
|
static |
Definition at line 379 of file qquickcommonstylepixmaps_p.h.
Referenced by QQC2::QCommonStyle::standardPixmap().
|
static |
Definition at line 28 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStyle::drawControl().
|
static |
Definition at line 25 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStyle::drawControl().
|
static |
Definition at line 26 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStyle::drawControl(), and QQC2::QWindowsXPStyle::sizeFromContents().
|
static |
Definition at line 27 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStyle::drawControl().
|
static |
Definition at line 29 of file qquickwindowsxpstyle.cpp.
Referenced by QQC2::QWindowsXPStyle::drawControl().