mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user