Add Layout Dummy Functions / It will be confirmed later.
[profile/tv/apps/native/filebrowser.git] / include / FbAllLayout.h
index a910335..e1be079 100644 (file)
@@ -15,6 +15,12 @@ private:
        bool t_CreateFileGrid(Evas_Object *layout);
        void t_DestroyFileGrid(void);
 
+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) {}
        virtual ~CFbAllLayout() {}