#include <Layout.h>
Inheritance diagram for CB2::Layout:
Public Member Functions | |
Layout (Container &parent) | |
Layout (Application &parent) | |
virtual | ~Layout () |
virtual Template * | Add (Widget *child, String &anchor) |
Add nested widget. | |
Public Attributes | |
int | tag |
Tag for user-specific data. | |
Protected Member Functions | |
void | Data (const String &data) |
Render widget. |
|
|
|
|
|
|
|
Add nested widget.
Implements CB2::Container. |
|
Render widget. Render widget contents to the parent template.
|
|
Tag for user-specific data.
|