guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
Static Public Member Functions | List of all members
guit::GLoader Class Reference

Loads Guit code from a file or a string buffer. More...

Static Public Member Functions

static GadgetloadFile (GString const &filename, GObjectBase *={}, GTextAttributes *={})
 Loads Guit code from a file. More...
 
static GadgetloadBuffer (GString const &buffer, GObjectBase *={}, GTextAttributes *={})
 Loads Guit code from a string buffer.
 
static Gadgetload (std::istream &stream, GObjectBase *={}, GTextAttributes *={}, GString const &streamname="")
 Loads Guit code from a stream.
 

Detailed Description

Loads Guit code from a file or a string buffer.

Member Function Documentation

Gadget * guit::GLoader::loadFile ( GString const &  filename,
GObjectBase *  base = {},
GTextAttributes tokens = {} 
)
static

Loads Guit code from a file.

Magic prefix characters ~ and : are respectively replaced by the home and the resource directory

See Also
GIn.

The documentation for this class was generated from the following files: