Add Perform() methods to all the layout-related classes that needed them.

This commit is contained in:
Alex Wilson
2011-10-31 14:57:30 -06:00
parent 0843fb4572
commit a851b3ad54
18 changed files with 87 additions and 1 deletions
+2
View File
@@ -44,6 +44,8 @@ public:
virtual status_t ItemUnarchived(const BMessage* from,
BLayoutItem* item, int32 index);
virtual status_t Perform(perform_code d, void* arg);
protected:
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);