mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +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
|
||||
{
|
||||
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();
|
||||
|
||||
|
Reference in New Issue
Block a user