![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQml/QtQml>Go to the source code of this file.
Classes | |
| class | QQSK |
| struct | QQStyleKitPropertyGroupSpace |
| class | PropertyPathId |
Typedefs | |
| using | PropertyPathId_t = quint32 |
| using | PropertyStorageId = quint32 |
| using | QQStyleKitExtendableControlType = quint32 |
| using | QQStyleKitPropertyStorage = QHash<PropertyStorageId, QVariant> |
Variables | |
| constexpr PropertyPathId_t | maxPropertyStorageSpaceSize = std::numeric_limits<PropertyPathId_t>::max() |
| constexpr PropertyPathId_t | nestedGroupCount = PropertyPathId_t(QQSK::PropertyGroup::PATH_ID_GROUP_COUNT) |
| constexpr PropertyPathId_t | maxStateCombinationCount = PropertyPathId_t(QQSK::StateFlag::MAX_STATE) |
| constexpr PropertyPathId_t | stateStorageSpaceSize = maxPropertyStorageSpaceSize / maxStateCombinationCount |
| constexpr PropertyPathId_t | subtypeCount = PropertyPathId_t(QQSK::PropertyPathFlag::DelegateSubtype2) - PropertyPathId_t(QQSK::PropertyPathFlag::DelegateSubtype0) + 1 |
| constexpr PropertyPathId_t | nestedGroupsStartSize = maxPropertyStorageSpaceSize / (maxStateCombinationCount * subtypeCount) |
| constexpr PropertyPathId_t | subtypeStorageSpaceSize = maxPropertyStorageSpaceSize / (subtypeCount * maxStateCombinationCount) |
| using PropertyPathId_t = quint32 |
Definition at line 168 of file qqstylekitglobal_p.h.
| using PropertyStorageId = quint32 |
Definition at line 169 of file qqstylekitglobal_p.h.
Definition at line 170 of file qqstylekitglobal_p.h.
Definition at line 171 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 173 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 175 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 174 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 178 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 176 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 177 of file qqstylekitglobal_p.h.
|
constexpr |
Definition at line 179 of file qqstylekitglobal_p.h.