Guiliani  Version 2.5 revision 6773 (build 33)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Streaming

Streaming allows the (re)construction of User Interfaces from a file (XML or Binary) and is the basis for Guiliani's Graphical Editor GSE. More...

Classes

class  CGUIFactoryManager
 Manages the CGUIStandardFactory and user factories. More...
 
class  CGUIStreamableObject
 Base class for streamable objects. More...
 
class  CGUIStreamReader
 Base class for stream readers. More...
 
class  CGUIStreamReaderBinary
 Reads streaming files written by CGUIStreamWriterBinary. More...
 
class  CGUIStreamReaderXML
 Reads streaming files written by CGUIStreamWriterXML. More...
 
class  CGUIStreamWriter
 Base class for stream writers. More...
 
class  CGUIStreamWriterBinary
 Writes binary streaming files. More...
 
class  CGUIStreamWriterJSON
 Writes json-formatted streaming files. More...
 
class  CGUIStreamWriterXML
 Writes XML-style streaming files. More...
 

Detailed Description

Streaming allows the (re)construction of User Interfaces from a file (XML or Binary) and is the basis for Guiliani's Graphical Editor GSE.

If GUILIANI_WRITE_GUI is not defined, the method's header should not have an eC_String even if it's not used inside the method. It would still construct the string.