|
Clipper
|
#include <container_types.h>
Public Member Functions | |
| CCell (const String name="", const Cell &cell=NullCell) | |
| constructor: make null object or top object in tree | |
| CCell (Container &parent, const String name="", const Cell &cell=NullCell) | |
| constructor: make child object | |
| void | init (const Cell &cell_) |
| initialiser: from Cell | |
CCell container.
CCell: This has a name and a cell. It overrides the base cell for any objects below it.
| void clipper::CCell::init | ( | const Cell & | cell_ | ) |
initialiser: from Cell
The object is initialised, and children are updated.
| cell_ | The value to give to the contained object. |
References clipper::Container::update().
1.7.4