[Release] livebox.web-provider-1.18
[platform/framework/web/web-provider.git] / src / Core / IBox.h
index 5feee10..4452f9d 100644 (file)
@@ -30,13 +30,12 @@ class IBox {
         virtual bool hide() = 0;
         virtual bool resize(int width, int height) = 0;
         virtual bool resume() = 0;
-        virtual bool pause() = 0;
+        virtual bool pause(bool background) = 0;
         virtual bool openPd(int width, int height, double x, double y) = 0;
         virtual bool closePd() = 0;
         virtual bool update() = 0;
-
-        // functions for specific service
         virtual bool changePeriod(float period) = 0;
+        virtual bool isCurrentTab() = 0;
 
         //virtual IBox& operator=(const IBox& rhs) = 0;
         //virtual bool operator==(const IBox& rhs) const = 0;