17 #ifndef DBUSDASHCOMMUNICATORSERVICE_H
18 #define DBUSDASHCOMMUNICATORSERVICE_H
22 class DBusDashCommunicatorService:
public QObject
25 Q_CLASSINFO(
"D-Bus Interface",
"com.canonical.Unity.DashCommunicator")
28 DBusDashCommunicatorService(QObject *parent = 0);
29 ~DBusDashCommunicatorService();
32 void setCurrentScopeRequested(const QString &scopeId,
bool animate,
bool isSwipe);
35 Q_SCRIPTABLE
void SetCurrentScope(const QString &scopeId,
bool animate,
bool isSwipe);
39 #endif // DBUSUNITYSESSIONSERVICE_H