Add a bit more FBC stuff for the Layout API, which I missed before.

This commit is contained in:
Alex Wilson
2011-12-01 22:47:46 -07:00
parent d56e7bd64d
commit 182e2ee973
5 changed files with 57 additions and 0 deletions
+9
View File
@@ -37,6 +37,11 @@ protected:
virtual status_t AllArchived(BMessage* archive) const;
virtual status_t AllUnarchived(const BMessage* from);
virtual status_t ItemArchived(BMessage* into, BLayoutItem* item,
int32 index) const;
virtual status_t ItemUnarchived(const BMessage* from,
BLayoutItem* item, int32 index);
virtual void LayoutInvalidated(bool children = false);
virtual void DoLayout();
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
@@ -58,6 +63,10 @@ private:
virtual void _ReservedCardLayout9();
virtual void _ReservedCardLayout10();
// forbidden methods
BCardLayout(const BCardLayout&);
void operator =(const BCardLayout&);
BSize fMin;
BSize fMax;
BSize fPreferred;