mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CComponentsForm: members become virtual
Members of CComponentsForm will be used in sub classes.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9601760137
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-02 (Fri, 02 Nov 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -428,7 +428,6 @@ class CComponentsForm : public CComponentsItem
|
||||
protected:
|
||||
std::vector<CComponentsItem*> v_cc_items;
|
||||
void paintCCItems();
|
||||
private:
|
||||
void initVarForm();
|
||||
public:
|
||||
|
||||
@@ -438,9 +437,9 @@ class CComponentsForm : public CComponentsItem
|
||||
fb_pixel_t color_frame = COL_MENUCONTENT_PLUS_6, fb_pixel_t color_body = COL_MENUCONTENT_PLUS_0, fb_pixel_t color_shadow = COL_MENUCONTENTDARK_PLUS_0);
|
||||
~CComponentsForm();
|
||||
|
||||
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
void hide(bool no_restore = false);
|
||||
void addCCItem(CComponentsItem* cc_Item);
|
||||
virtual void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
|
||||
virtual void hide(bool no_restore = false);
|
||||
virtual void addCCItem(CComponentsItem* cc_Item);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user