/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp ./dde-dock/plugins/keyboard-layout/dbusinterface/xml/org.deepin.dde.InputDevice1.Keyboard.xml -a ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.InputDevice1.KeyboardAdaptor -i ./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.InputDevice1.Keyboard.h * * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef ORG_DEEPIN_DDE_INPUTDEVICE1_KEYBOARDADAPTOR_H #define ORG_DEEPIN_DDE_INPUTDEVICE1_KEYBOARDADAPTOR_H #include #include #include "./dde-dock/toolGenerate/qdbusxml2cpp/org.deepin.dde.InputDevice1.Keyboard.h" QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface org.deepin.dde.InputDevice1.Keyboard */ class KeyboardAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.deepin.dde.InputDevice1.Keyboard") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: KeyboardAdaptor(QObject *parent); virtual ~KeyboardAdaptor(); public: // PROPERTIES Q_PROPERTY(bool CapslockToggle READ capslockToggle WRITE setCapslockToggle) bool capslockToggle() const; void setCapslockToggle(bool value); Q_PROPERTY(QString CurrentLayout READ currentLayout WRITE setCurrentLayout) QString currentLayout() const; void setCurrentLayout(const QString &value); Q_PROPERTY(int CursorBlink READ cursorBlink WRITE setCursorBlink) int cursorBlink() const; void setCursorBlink(int value); Q_PROPERTY(int LayoutScope READ layoutScope WRITE setLayoutScope) int layoutScope() const; void setLayoutScope(int value); Q_PROPERTY(uint RepeatDelay READ repeatDelay WRITE setRepeatDelay) uint repeatDelay() const; void setRepeatDelay(uint value); Q_PROPERTY(bool RepeatEnabled READ repeatEnabled WRITE setRepeatEnabled) bool repeatEnabled() const; void setRepeatEnabled(bool value); Q_PROPERTY(uint RepeatInterval READ repeatInterval WRITE setRepeatInterval) uint repeatInterval() const; void setRepeatInterval(uint value); Q_PROPERTY(QStringList UserLayoutList READ userLayoutList) QStringList userLayoutList() const; Q_PROPERTY(QStringList UserOptionList READ userOptionList) QStringList userOptionList() const; public Q_SLOTS: // METHODS void AddLayoutOption(const QString &in0); void AddUserLayout(const QString &in0); void ClearLayoutOption(); void DeleteLayoutOption(const QString &in0); void DeleteUserLayout(const QString &in0); QString GetLayoutDesc(const QString &in0); KeyboardLayoutList LayoutList(); void Reset(); Q_SIGNALS: // SIGNALS }; #endif