mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CComponentsForm/CComponentsWindow: add new members
CComponentsForm: Overload member removeCCItem so we can use cc_item as parameter. CComponentsWindow: add member bool showFooter(). This allows to hide a footer in window.
This commit is contained in:
@@ -254,6 +254,12 @@ void CComponentsForm::removeCCItem(const uint& cc_item_id)
|
||||
#endif
|
||||
}
|
||||
|
||||
void CComponentsForm::removeCCItem(CComponentsItem* cc_Item)
|
||||
{
|
||||
uint id = getCCItemId(cc_Item);
|
||||
removeCCItem(id);
|
||||
}
|
||||
|
||||
void CComponentsForm::exchangeCCItem(const uint& cc_item_id_a, const uint& cc_item_id_b)
|
||||
{
|
||||
if (!v_cc_items.empty())
|
||||
|
Reference in New Issue
Block a user