CImageInfo: adapt for new window handling

This commit is contained in:
2013-06-16 00:28:24 +02:00
parent 2a7c712f25
commit ebc7b4ca6f
2 changed files with 99 additions and 46 deletions

View File

@@ -47,11 +47,11 @@ class CImageInfo : public CMenuTarget
{
private:
int item_offset; //distance between items and to boarder
int item_top; //start line in y below header
std::string license_txt;
std::vector<image_info_t> v_info;
void Clean();
void Init();
void InitMinitv();
void InitInfos();
@@ -60,6 +60,7 @@ class CImageInfo : public CMenuTarget
void ScrollLic(bool scrollDown);
CComponentsWindow *cc_win;
CComponentsForm *cc_info;
CComponentsPIP *cc_tv;
CComponentsInfoBox *cc_lic;
CConfigFile config;