Add PhotoLayout, VideoLayout, MusicLayout code and layout change code
[profile/tv/apps/native/filebrowser.git] / include / FbAllLayout.h
index e1be079..0b31ba2 100644 (file)
@@ -18,8 +18,6 @@ private:
 protected:
        //! Show this layout instance. This function is invoked by CLayoutMgr.
        virtual void t_OnShow(void);
-       //! Hide this layout instance. this function is invoked by CLayoutMgr.
-       virtual void t_OnHide(void);
 
 public:
        CFbAllLayout(const char *szLayoutId) : CBaseLayout(szLayoutId), m(0) {}
@@ -28,10 +26,7 @@ public:
        bool Create(CLayoutMgr *mgr, void *data);
        virtual void Destroy(void);
 
-       void Update(bool flag);
-
        void SetFocus(Eina_Bool flag);
-       Evas_Object* Grid(void);
        void Action(void);
 };