gui

Library for work with html “gui”.  Release: $Name: $ Here is defined some objects to work with framework like with standard graphics user interface.

Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.1 $

Summary
Library for work with html “gui”.
GuiObject is base class for other gui objects.
All gui objects generates their html code.
Container is typical graphic element, that can include some other graphics elements.
Returns count of object in container.
Generates html code of all included objects

GuiObject

GuiObject is base class for other gui objects.  Some other objects and their method could use this class as type declaration in parameters like in Container::Add

Summary
All gui objects generates their html code.

Functions

Generate

function Generate()

All gui objects generates their html code.

Container

Container is typical graphic element, that can include some other graphics elements.  This is Base class of Container.

Summary
Returns count of object in container.
Generates html code of all included objects

Functions

Add

function Add(GuiObject $ioObject)
ioObjectGuiObject class object

ObjectsCount

function ObjectsCount()

Returns count of object in container.

Generate

function Generate()

Generates html code of all included objects

function Generate()
All gui objects generates their html code.
function Add(GuiObject $ioObject)
function ObjectsCount()
Returns count of object in container.
function Generate()
Generates html code of all included objects