Rename BLayout::DerivedLayoutItems() to DoLayout(), which is consistent with BView::DoLayout(). Also adjusted child classes and documentation.

This commit is contained in:
Alex Wilson
2011-10-28 14:16:25 -06:00
parent 676c618ad7
commit 4e0131f51b
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ protected:
// BLayout hook methods
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
virtual void ItemRemoved(BLayoutItem* item, int32 fromIndex);
virtual void DerivedLayoutItems() = 0;
virtual void DoLayout() = 0;
virtual void OwnerChanged(BView* was);
// BLayoutItem hook methods