![]() |
Qt 6.x
The Qt SDK
|
#include <qpixmapstyle_p_p.h>
Inheritance diagram for QPixmapStylePrivate:
Collaboration diagram for QPixmapStylePrivate:Static Public Member Functions | |
| static QPixmap | scale (int w, int h, const QPixmap &pixmap, const QPixmapStyleDescriptor &desc) |
Static Public Member Functions inherited from QStylePrivate | |
| static bool | useFullScreenForPopup () |
Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1 , typename Func2 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 38 of file qpixmapstyle_p_p.h.
| QSize QPixmapStylePrivate::computeSize | ( | const QPixmapStyleDescriptor & | desc, |
| int | width, | ||
| int | height | ||
| ) | const |
Definition at line 1187 of file qpixmapstyle.cpp.
References desc, qMax(), and Qt::RepeatTile.
Here is the call graph for this function:| QPixmap QPixmapStylePrivate::getCachedPixmap | ( | QPixmapStyle::ControlDescriptor | control, |
| const QPixmapStyleDescriptor & | desc, | ||
| const QSize & | size | ||
| ) | const |
Definition at line 1166 of file qpixmapstyle.cpp.
References desc, QPixmapCache::find(), QPixmapCache::insert(), and QString::number().
Here is the call graph for this function:
|
static |
Definition at line 1152 of file qpixmapstyle.cpp.
References desc, pixmap, and qDrawBorderPixmap().
Here is the call graph for this function:| QHash<QPixmapStyle::ControlDescriptor, QPixmapStyleDescriptor> QPixmapStylePrivate::descriptors |
Definition at line 43 of file qpixmapstyle_p_p.h.
| QHash<QPixmapStyle::ControlPixmap, QPixmapStylePixmap> QPixmapStylePrivate::pixmaps |
Definition at line 44 of file qpixmapstyle_p_p.h.