CComponentsForm: paintCCItems() is needed as public member

Origin commit data
------------------
Branch: ni/coolstream
Commit: dd91340a37
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-10 (Sat, 10 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-11-10 20:54:24 +01:00
parent b97881b150
commit 0640b4d592

View File

@@ -428,8 +428,7 @@ class CComponentsTitleBar : public CComponentsItemBox
class CComponentsForm : public CComponentsItem class CComponentsForm : public CComponentsItem
{ {
protected: protected:
std::vector<CComponentsItem*> v_cc_items; std::vector<CComponentsItem*> v_cc_items;
void paintCCItems();
void initVarForm(); void initVarForm();
void clearCCItems(); void clearCCItems();
public: public:
@@ -443,6 +442,7 @@ class CComponentsForm : public CComponentsItem
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES); void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
void hide(bool no_restore = false); void hide(bool no_restore = false);
virtual void addCCItem(CComponentsItem* cc_Item); virtual void addCCItem(CComponentsItem* cc_Item);
virtual void paintCCItems();
}; };
class CComponentsHeader : public CComponentsForm class CComponentsHeader : public CComponentsForm