17 #ifndef DBUSDASHCOMMUNICATORSERVICE_H
18 #define DBUSDASHCOMMUNICATORSERVICE_H
20 #include "unitydbusobject.h"
22 class DBusDashCommunicatorService:
public UnityDBusObject
25 Q_CLASSINFO(
"D-Bus Interface",
"com.canonical.Unity.DashCommunicator")
28 DBusDashCommunicatorService(QObject *parent = 0);
29 ~DBusDashCommunicatorService();
32 void setCurrentScopeRequested(
int index,
bool animate,
bool isSwipe);
35 Q_SCRIPTABLE
void SetCurrentScope(
int index,
bool animate,
bool isSwipe);
39 #endif // DBUSDASHCOMMUNICATORSERVICE_H