CCButtonSelect: rename chain to btn_container

more plausible name


Origin commit data
------------------
Commit: 4146a461c1
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
This commit is contained in:
2017-06-15 01:01:54 +02:00
parent 222317bbad
commit 802381c6a0
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();