CComponentsWindow: use members as protected

Sub classes need these members.
This commit is contained in:
2013-09-07 00:33:30 +02:00
parent 6e83576a1b
commit d750b8e27b

View File

@@ -209,7 +209,7 @@ items like text, labels, pictures ...
class CComponentsWindow : public CComponentsForm
{
private:
protected:
///object: header object, to get access to header properties see also getHeaderObject()
CComponentsHeader * ccw_head;
///object: body object, this is the container for all needed items, to add with addWindowItem()
@@ -231,8 +231,6 @@ class CComponentsWindow : public CComponentsForm
void initFooter();
///initialze all window objects at once
void initCCWItems();
protected:
///initialize all attributes
void initVarWindow();