#include <Widgets.h>
Inheritance diagram for CB2::Container:
Public Member Functions | |
Container (Container &parent) | |
Constructor. | |
Container (Application &parent) | |
Constructor. | |
virtual Template * | Add (Widget *child, String &anchor)=0 |
Add nested widget. | |
Public Attributes | |
int | tag |
Tag for user-specific data. | |
Protected Member Functions | |
void | Data (const String &data) |
Render widget. |
Containers store another widgets (even containers) is some sort of visual hierarchy.
|
Constructor. Create a container. Container containing this container. |
|
Constructor. Create a container. Application containing this container. |
|
Add nested widget.
Implemented in CB2::ContainerBin, and CB2::Layout. |
|
Render widget. Render widget contents to the parent template.
|
|
Tag for user-specific data.
|