File: index.html

package info (click to toggle)
ipe 6.0pre30-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,100 kB
  • ctags: 5,419
  • sloc: cpp: 30,430; ansic: 1,045; xml: 845; makefile: 78; sh: 5
file content (19 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Ipelib: The Ipe library (Ipelib) documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li id="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Classes</span></a></li>
  </ul></div>
<h1>The Ipe library (Ipelib) documentation</h1>
<p>
The Ipe program is a relatively thin layer on top of the "Ipe library" (Ipelib). Ipelib provides the geometric primitives and implements all the geometric objects that appear in Ipe. Most tasks related to modifying an Ipe document are actually performed by Ipelib.<p>
Ipelib can easily be reused by other programs to read, write, and modify Ipe documents. It requires only the standard C++ library (including the STL), and the zlib compression library.<p>
Authors of ipelets (plug-ins for Ipe) will need this documentation, as Ipelets have to be linked with Ipelib. <hr>
</body></html>