cc_frm_chain: use offset variables as protcted

Allows usage inside derived classes.
This commit is contained in:
2020-03-01 16:00:59 +01:00
parent cc12a277db
commit 01649342cb

View File

@@ -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: