mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
cc_frm_button: add methode clearButtonDirectKeys()
Origin commit data
------------------
Commit: 7c683415f7
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-12-07 (Mon, 07 Dec 2020)
This commit is contained in:
@@ -228,6 +228,12 @@ class CComponentsButton : public CComponentsFrmChain, public CCTextScreen
|
||||
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.
|
||||
* @return size_t
|
||||
|
Reference in New Issue
Block a user