mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
cc_frm_button: add methode clearButtonDirectKeys()
This commit is contained in:
@@ -228,6 +228,12 @@ class CComponentsButton : public CComponentsFrmChain, public CCTextScreen
|
|||||||
return RC_NOKEY;
|
return RC_NOKEY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove all defined direct keys.
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
void clearButtonDirectKeys(){cc_directKeys.clear();}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns count of existant direct keys of cc_directKeys container.
|
* Returns count of existant direct keys of cc_directKeys container.
|
||||||
* @return size_t
|
* @return size_t
|
||||||
|
Reference in New Issue
Block a user