X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCore%2FIBox.h;h=4452f9d6f7d85c5f1d9da1a67e9830d063c5b90f;hb=18a69b0276eabf09c50782793ea0ef7c53ba666c;hp=5feee10d2c92fe627cd81af7b51172f2e3a313eb;hpb=6e91acb87436b0e4a92188ddddf110e069435b09;p=platform%2Fframework%2Fweb%2Fweb-provider.git diff --git a/src/Core/IBox.h b/src/Core/IBox.h index 5feee10..4452f9d 100644 --- a/src/Core/IBox.h +++ b/src/Core/IBox.h @@ -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;