#include <Containers.h>
Inheritance diagram for CB2::ContainerBin:

Public Member Functions | |
| ContainerBin (Container &parent, const String &css_class="", const String &css_id="") | |
| ContainerBin (Application &parent, const String &css_class="", const String &css_id="") | |
| virtual | ~ContainerBin () |
| 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. | |
Private Types | |
| typedef List< Widget > | container_list |
Private Member Functions | |
| void | init (const String &css_class, const String &css_id) |
| void | done () |
Private Attributes | |
| bool | div |
| Template * | mtempl |
| container_list | members |
This container implements the simples storage of widgets each after another without any layout.
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Add nested widget.
Implements CB2::Container. |
|
|
Render widget. Render widget contents to the parent template.
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Tag for user-specific data.
|
1.3.7