22class SettingsImpl :
public QObject,
public KDecoration2::DecorationSettingsPrivate
26 explicit SettingsImpl(KDecoration2::DecorationSettings *parent);
41 return m_rightButtons;
43 QFont
font()
const override
50 QList<KDecoration2::DecorationButtonType> readDecorationButtons(
const KConfigGroup &config,
52 const QList<KDecoration2::DecorationButtonType> &defaultValue)
const;
53 QList<KDecoration2::DecorationButtonType> m_leftButtons;
54 QList<KDecoration2::DecorationButtonType> m_rightButtons;
55 KDecoration2::BorderSize m_borderSize;
56 bool m_autoBorderSize =
true;
57 bool m_closeDoubleClickMenu =
false;