mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
CComponentsWindow: use members as protected
Sub classes need these members.
This commit is contained in:
@@ -209,7 +209,7 @@ items like text, labels, pictures ...
|
|||||||
|
|
||||||
class CComponentsWindow : public CComponentsForm
|
class CComponentsWindow : public CComponentsForm
|
||||||
{
|
{
|
||||||
private:
|
protected:
|
||||||
///object: header object, to get access to header properties see also getHeaderObject()
|
///object: header object, to get access to header properties see also getHeaderObject()
|
||||||
CComponentsHeader * ccw_head;
|
CComponentsHeader * ccw_head;
|
||||||
///object: body object, this is the container for all needed items, to add with addWindowItem()
|
///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();
|
void initFooter();
|
||||||
///initialze all window objects at once
|
///initialze all window objects at once
|
||||||
void initCCWItems();
|
void initCCWItems();
|
||||||
|
|
||||||
protected:
|
|
||||||
///initialize all attributes
|
///initialize all attributes
|
||||||
void initVarWindow();
|
void initVarWindow();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user