Main Page   Modules   Class Hierarchy   Compound List   Compound Members  

Ipe Base

Basic classes for Ipe. More...

Compounds


Detailed Description

Basic classes for Ipe.

Some very basic type definitions, streams, lexical analysis, and XML parsing.

All parts of Ipe make use of the STL. The C++ I/O streams library is not used, as Ipelib doesn't do I/O. Ipe objects support internalization and externalization through an abstract interface based on IpeStream's.

Clients of Ipelib can use any I/O library that implements this interface. The example program in the manual uses <cstdio>, Ipe itself uses the Qt file portability layer.