CCButtonSelect: rename chain to btn_container

more plausible name
This commit is contained in:
2017-06-15 01:01:54 +02:00
parent 4d753d7437
commit 4146a461c1
3 changed files with 42 additions and 42 deletions

View File

@@ -33,10 +33,10 @@ Class for inheritation of button select handling inside other CComponentsForm ob
class CCButtonSelect
{
protected:
CComponentsFrmChain *chain;
CComponentsFrmChain *btn_container;
public:
CCButtonSelect(CComponentsFrmChain *chain_obj = NULL);
CCButtonSelect();
///returns selected button object, return value as pointer to object, NULL means nothing is selected
CComponentsButton* getSelectedButtonObject();