1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<!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: Ipe Objects</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="functions.html">Class Members</a></div>
<h1>Ipe Objects</h1>The Ipe object model.
<a href="#_details">More...</a><h2>Classes</h2>
<ul>
<li>class <a class="el" href="class_ipe_group.html">IpeGroup</a>
<dl class="el"><dd class="mdescRight">The group object. </em> <a href="class_ipe_group.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_image.html">IpeImage</a>
<dl class="el"><dd class="mdescRight">The image object. </em> <a href="class_ipe_image.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_mark.html">IpeMark</a>
<dl class="el"><dd class="mdescRight">The mark object. </em> <a href="class_ipe_mark.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_object.html">IpeObject</a>
<dl class="el"><dd class="mdescRight">Base class for all Ipe objects, composite or leaf. </em> <a href="class_ipe_object.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_fillable.html">IpeFillable</a>
<dl class="el"><dd class="mdescRight">Base class for IpeFillable's with fill color and line style. </em> <a href="class_ipe_fillable.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_pg_object.html">IpePgObject</a>
<dl class="el"><dd class="mdescRight">A (selectable) object on an <a class="el" href="class_ipe_page.html">IpePage</a>. </em> <a href="class_ipe_pg_object.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_path_segment.html">IpePathSegment</a>
<dl class="el"><dd class="mdescRight">A segment on an <a class="el" href="class_ipe_sub_path.html">IpeSubPath</a>. </em> <a href="class_ipe_path_segment.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_sub_path.html">IpeSubPath</a>
<dl class="el"><dd class="mdescRight">A subpath of an <a class="el" href="class_ipe_path.html">IpePath</a>. </em> <a href="class_ipe_sub_path.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_ellipse.html">IpeEllipse</a>
<dl class="el"><dd class="mdescRight">An ellipse subpath. </em> <a href="class_ipe_ellipse.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_closed_spline.html">IpeClosedSpline</a>
<dl class="el"><dd class="mdescRight">A closed B-spline curve. </em> <a href="class_ipe_closed_spline.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_segment_sub_path.html">IpeSegmentSubPath</a>
<dl class="el"><dd class="mdescRight">Subpath consisting of a sequence of IpePathSegment's. </em> <a href="class_ipe_segment_sub_path.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_path.html">IpePath</a>
<dl class="el"><dd class="mdescRight">The path object (polylines, polygons, and generalizations). </em> <a href="class_ipe_path.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_reference.html">IpeReference</a>
<dl class="el"><dd class="mdescRight">The reference object. </em> <a href="class_ipe_reference.html#_details">More...</a><em><br><br></dl><li>class <a class="el" href="class_ipe_text.html">IpeText</a>
<dl class="el"><dd class="mdescRight">The text object. </em> <a href="class_ipe_text.html#_details">More...</a><em><br><br></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The Ipe object model.
<p>
This module deals with the actual objects inside an Ipe document. All Ipe objects are derived from <a class="el" href="class_ipe_object.html">IpeObject</a>. <hr>
</body></html>
|