![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_utils_p.h>
Public Types | |
using | ModeStateKey = std::pair<QIcon::Mode, QIcon::State> |
using | ModeStateToPixmapMap = QMap<ModeStateKey, PropertySheetPixmapValue> |
Public Member Functions | |
PropertySheetIconValue (const PropertySheetPixmapValue &pixmap) | |
PropertySheetIconValue () | |
~PropertySheetIconValue () | |
PropertySheetIconValue (const PropertySheetIconValue &) noexcept | |
PropertySheetIconValue & | operator= (const PropertySheetIconValue &) |
PropertySheetIconValue (PropertySheetIconValue &&) noexcept | |
PropertySheetIconValue & | operator= (PropertySheetIconValue &&) noexcept |
bool | isEmpty () const |
QString | theme () const |
void | setTheme (const QString &) |
int | themeEnum () const |
void | setThemeEnum (int e) |
PropertySheetPixmapValue | pixmap (QIcon::Mode mode, QIcon::State state) const |
void | setPixmap (QIcon::Mode mode, QIcon::State state, const PropertySheetPixmapValue &path) |
uint | mask () const |
uint | compare (const PropertySheetIconValue &other) const |
void | assign (const PropertySheetIconValue &other, uint mask) |
PropertySheetIconValue | themed () const |
PropertySheetIconValue | unthemed () const |
const ModeStateToPixmapMap & | paths () const |
Friends | |
QDESIGNER_SHARED_EXPORT size_t | qHash (const PropertySheetIconValue &p, size_t seed) |
size_t | qHash (const PropertySheetIconValue &p) noexcept |
QDESIGNER_SHARED_EXPORT bool | comparesEqual (const PropertySheetIconValue &lhs, const PropertySheetIconValue &rhs) |
Definition at line 246 of file qdesigner_utils_p.h.
using qdesigner_internal::PropertySheetIconValue::ModeStateKey = std::pair<QIcon::Mode, QIcon::State> |
Definition at line 276 of file qdesigner_utils_p.h.
using qdesigner_internal::PropertySheetIconValue::ModeStateToPixmapMap = QMap<ModeStateKey, PropertySheetPixmapValue> |
Definition at line 277 of file qdesigner_utils_p.h.
|
explicit |
Definition at line 298 of file qdesigner_utils.cpp.
qdesigner_internal::PropertySheetIconValue::PropertySheetIconValue | ( | ) |
Definition at line 304 of file qdesigner_utils.cpp.
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
void qdesigner_internal::PropertySheetIconValue::assign | ( | const PropertySheetIconValue & | other, |
uint | mask ) |
Definition at line 623 of file qdesigner_utils.cpp.
uint qdesigner_internal::PropertySheetIconValue::compare | ( | const PropertySheetIconValue & | other | ) | const |
Definition at line 589 of file qdesigner_utils.cpp.
bool qdesigner_internal::PropertySheetIconValue::isEmpty | ( | ) | const |
Definition at line 338 of file qdesigner_utils.cpp.
uint qdesigner_internal::PropertySheetIconValue::mask | ( | ) | const |
Definition at line 577 of file qdesigner_utils.cpp.
|
default |
|
defaultnoexcept |
const PropertySheetIconValue::ModeStateToPixmapMap & qdesigner_internal::PropertySheetIconValue::paths | ( | ) | const |
Definition at line 638 of file qdesigner_utils.cpp.
PropertySheetPixmapValue qdesigner_internal::PropertySheetIconValue::pixmap | ( | QIcon::Mode | mode, |
QIcon::State | state ) const |
Definition at line 364 of file qdesigner_utils.cpp.
void qdesigner_internal::PropertySheetIconValue::setPixmap | ( | QIcon::Mode | mode, |
QIcon::State | state, | ||
const PropertySheetPixmapValue & | path ) |
Definition at line 370 of file qdesigner_utils.cpp.
Definition at line 349 of file qdesigner_utils.cpp.
void qdesigner_internal::PropertySheetIconValue::setThemeEnum | ( | int | e | ) |
Definition at line 359 of file qdesigner_utils.cpp.
QString qdesigner_internal::PropertySheetIconValue::theme | ( | ) | const |
Definition at line 344 of file qdesigner_utils.cpp.
PropertySheetIconValue qdesigner_internal::PropertySheetIconValue::themed | ( | ) | const |
Definition at line 608 of file qdesigner_utils.cpp.
int qdesigner_internal::PropertySheetIconValue::themeEnum | ( | ) | const |
Definition at line 354 of file qdesigner_utils.cpp.
PropertySheetIconValue qdesigner_internal::PropertySheetIconValue::unthemed | ( | ) | const |
Definition at line 615 of file qdesigner_utils.cpp.
|
friend |
Definition at line 328 of file qdesigner_utils.cpp.
|
friend |
Definition at line 284 of file qdesigner_utils_p.h.
|
friend |
Definition at line 321 of file qdesigner_utils.cpp.