added esc, context menu and gui switch buttons. resampled icons to 84x84.
[simple-xmbc-rem] / src / xbmc.h
index 03227c2..33fcf41 100644 (file)
@@ -28,11 +28,16 @@ public:
 
     void actionSelect();
 
+    void actionShowGui();
+    void actionSendKeyEsc();
+    void actionContextMenu();
+
 private slots:
     void commandActionFinished();
 
 private:
     void do_command_action(int action);
+    void do_send_key(int key);
 
     QNetworkAccessManager *m_manager;
 };