mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
CComponentsWindow: use members as protected
Sub classes need these members.
Origin commit data
------------------
Commit: d750b8e27b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-07 (Sat, 07 Sep 2013)
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