f3a9a09c4e0c9b896c462e07a3e847ffb38113bd
[profile/tv/apps/native/filebrowser.git] / src / views / BaseView / SortCtxPopup.h
1 #ifndef __SORT_CTX_POPUP_H__
2 #define __SORT_CTX_POPUP_H__
3
4
5 class CSortCtxPopup : public CCtxPopup {
6 protected:
7
8         virtual void t_OnConfiguration(void);
9         virtual void t_OnBtnClicked(Evas_Object* obj, void* ev);
10
11 public:
12
13         static const char* SortText(int index);
14 };
15
16
17 #endif /* __SORT_CTX_POPUP_H__ */