CComponentsForm: add new member isAdded()

Origin commit data
------------------
Commit: f968abe6c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)
This commit is contained in:
2013-06-12 22:40:12 +02:00
parent 1a3048552e
commit d2cbb44c4d
2 changed files with 11 additions and 0 deletions

View File

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