5#ifndef QQSTYLEKITTHEME_P_H
6#define QQSTYLEKITTHEME_P_H
32 QML_NAMED_ELEMENT(Theme)
37 QQStyleKitStyle *
style()
const;
46 void updateThemePalettes();
47 void updateThemeFonts();
49 bool m_completed =
false;
51 QPalette m_effectivePalettes[NScopes];
52 QFont m_effectiveFonts[NScopes];
55 friend class QQStyleKitStyle;
Q_INVOKABLE bool styleLoaded() const
QQStyleKitStyle * style() const
void transitionsEnabledChanged()
void setStyle(QQStyleKitStyle *style)
void setTransitionsEnabled(bool enabled)
QQStyleKitDebug * debug() const
bool transitionsEnabled() const
void setStyleUrl(const QUrl &styleUrl)
void switchDelegateChanged()
void swipeDelegateChanged()
void scrollIndicatorChanged()
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
void menuSeparatorChanged()
const QList< QObject * > children() const
void checkDelegateChanged()
void radioDelegateChanged()
void menuBarItemChanged()
void abstractButtonChanged()
void itemDelegateChanged()
void progressBarChanged()
void classBegin() override
Invoked after class creation, but before any properties have been set.
void roundButtonChanged()
void radioButtonChanged()
void switchControlChanged()
QQmlListProperty< QObject > data()
void searchFieldChanged()
void applicationWindowChanged()
void toolSeparatorChanged()
QQmlComponent * theme() const
void setName(const QString &newName)
void setTheme(QQmlComponent *newTheme)
void setFilter(const QString &filter)
void setControl(QQuickItem *item)
static Q_INVOKABLE bool insideControl(const QObject *child)
void switchControlChanged()
QQuickPalette * groupBox() const
QQuickPalette * checkBox() const
QQuickPalette * toolBar() const
QQuickPalette * textField() const
QQuickPalette * spinBox() const
QQuickPalette * system() const
QQuickPalette * switchControl() const
void itemDelegateChanged()
QQuickPalette * comboBox() const
QQuickPalette * itemDelegate() const
QQuickPalette * button() const
QQuickPalette * radioButton() const
QQStyleKitPalette * fallbackPalette() const
void radioButtonChanged()
QQuickPalette * textArea() const
void fallbackPaletteChanged()
QQuickPalette * tabBar() const
void setFallbackPalette(QQStyleKitPalette *fallback)
QQuickPalette * label() const
QQStyleKitPalette * palettes()
QList< QQStyleKitVariation * > m_styleVariations
QQStyleKitStyle * style() const
QFont fontForControlType(QQStyleKitExtendableControlType type) const
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
QPalette paletteForControlType(QQStyleKitExtendableControlType type) const
static QQStyleKitAttached * qmlAttachedProperties(QObject *obj=nullptr)
Combined button and popup list for selecting options.
#define IMPLEMENT_ACCESSORS(NAME, TYPE)