mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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_shadow);
|
||||
|
||||
int chn_l_offset, chn_r_offset;
|
||||
int chn_t_offset, chn_b_offset;
|
||||
|
||||
|
||||
protected:
|
||||
///property: mode for arrangement direction of items, see also setDirection(), getDirection()
|
||||
int chn_direction;
|
||||
|
||||
int chn_l_offset, chn_r_offset;
|
||||
int chn_t_offset, chn_b_offset;
|
||||
|
||||
void initChainItems();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user