Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqstylekitglobal_p.h File Reference

(c755209ce457db55e65066c5ca15cfa888e2dcf6)

#include <QtQml/QtQml>
Include dependency graph for qqstylekitglobal_p.h:
This graph shows which files directly or indirectly include this file:

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)

Typedef Documentation

◆ PropertyPathId_t

Definition at line 168 of file qqstylekitglobal_p.h.

◆ PropertyStorageId

Definition at line 169 of file qqstylekitglobal_p.h.

◆ QQStyleKitExtendableControlType

Definition at line 170 of file qqstylekitglobal_p.h.

◆ QQStyleKitPropertyStorage

Variable Documentation

◆ maxPropertyStorageSpaceSize

PropertyPathId_t maxPropertyStorageSpaceSize = std::numeric_limits<PropertyPathId_t>::max()
constexpr

Definition at line 173 of file qqstylekitglobal_p.h.

◆ maxStateCombinationCount

PropertyPathId_t maxStateCombinationCount = PropertyPathId_t(QQSK::StateFlag::MAX_STATE)
constexpr

Definition at line 175 of file qqstylekitglobal_p.h.

◆ nestedGroupCount

Definition at line 174 of file qqstylekitglobal_p.h.

◆ nestedGroupsStartSize

Definition at line 178 of file qqstylekitglobal_p.h.

◆ stateStorageSpaceSize

Definition at line 176 of file qqstylekitglobal_p.h.

◆ subtypeCount

◆ subtypeStorageSpaceSize

Definition at line 179 of file qqstylekitglobal_p.h.