1 #include <Elementary.h>
5 #include <BaseLayout.h>
13 #include "FbBaseView.h"
14 #include "FbVideoLayout.h"
17 struct SFbVideoLayout {
22 CLayoutMgr *pLayoutMgr;
27 bool CFbVideoLayout::t_CreateFileGrid(Evas_Object *layout)
33 void CFbVideoLayout::t_DestroyFileGrid(void)
39 void CFbVideoLayout::t_OnShow(void)
45 void CFbVideoLayout::t_OnHide(void)
51 bool CFbVideoLayout::Create(CLayoutMgr *mgr, void *data)
57 void CFbVideoLayout::Destroy(void)
63 void CFbVideoLayout::Update(bool flag)
69 void CFbVideoLayout::SetFocus(Eina_Bool flag)
75 Evas_Object* CFbVideoLayout::Grid(void)
81 void CFbVideoLayout::Action(void)