mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
cc_frm_chain: use offset variables as protcted
Allows usage inside derived classes.
This commit is contained in:
@@ -56,13 +56,15 @@ class CComponentsFrmChain : public CComponentsForm
|
|||||||
fb_pixel_t& color_body,
|
fb_pixel_t& color_body,
|
||||||
fb_pixel_t& color_shadow);
|
fb_pixel_t& color_shadow);
|
||||||
|
|
||||||
int chn_l_offset, chn_r_offset;
|
|
||||||
int chn_t_offset, chn_b_offset;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
///property: mode for arrangement direction of items, see also setDirection(), getDirection()
|
///property: mode for arrangement direction of items, see also setDirection(), getDirection()
|
||||||
int chn_direction;
|
int chn_direction;
|
||||||
|
|
||||||
|
int chn_l_offset, chn_r_offset;
|
||||||
|
int chn_t_offset, chn_b_offset;
|
||||||
|
|
||||||
void initChainItems();
|
void initChainItems();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user