cc_frm_button: add methode clearButtonDirectKeys()

This commit is contained in:
2020-12-07 20:33:52 +01:00
parent 4addf9f1ec
commit 09d4fdc684

View File

@@ -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