#include <layoutview.h>
Inheritance diagram for os::LayoutView::
Public Methods | |
LayoutView (const Rect &cFrame, const std::string &cTitle, LayoutNode *pcRoot=NULL, uint32 nResizeMask=CF_FOLLOW_ALL, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND) | |
LayoutNode * | GetRoot () const |
void | SetRoot (LayoutNode *pcRoot) |
LayoutNode * | FindNode (const std::string &cName, bool bRequrcive=true) |
void | InvalidateLayout () |
virtual Point | GetPreferredSize (bool bLargest) const |
virtual void | AllAttached () |
virtual void | FrameSized (const Point &cDelta) |
Virtual hook called by the system when the view is resized. More... |
|
|
|
Reimplemented from os::View. |
|
|
|
Reimplemented from os::View. Reimplemented in os::FrameView. |
|
Reimplemented from os::View. Reimplemented in os::FrameView. |
|
|
|
|
|
|