mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
CComponentsForm: add new member isAdded()
This commit is contained in:
@@ -60,6 +60,8 @@ class CComponentsForm : public CComponentsItem
|
||||
virtual void paintCCItems();
|
||||
virtual void clearCCItems();
|
||||
virtual void cleanCCForm();
|
||||
///property: returns true, if item already added to form
|
||||
virtual bool isAdded(CComponentsItem *cc_item);
|
||||
};
|
||||
|
||||
class CComponentsIconForm : public CComponentsForm
|
||||
|
Reference in New Issue
Block a user