Update doxygen docs for Layout, LayoutItem on invalidation.

This commit is contained in:
Alex Wilson
2011-12-06 23:39:16 -07:00
parent ea0a06e213
commit 8f0b7c3fb8
2 changed files with 19 additions and 3 deletions
+5
View File
@@ -271,6 +271,11 @@
\fn void BLayoutItem::Relayout(bool immediate = false)
\brief Relayout any children or onscreen data this item contains. Often
this request is forwarded to another object.
The default implementation of this method will likely be sufficient in
most cases. Assuming \c this->View() doesn't return \c NULL, the default
implementation calls Relayout() or Layout() on the value returned
by View().
*/