File: group__obj.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 (36 lines) | stat: -rw-r--r-- 3,944 bytes parent folder | download
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
31
32
33
34
35
36
<!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">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><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>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.  <a href="class_ipe_group.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_image.html">IpeImage</a>
<dl class="el"><dd class="mdescRight">The image object.  <a href="class_ipe_image.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_mark.html">IpeMark</a>
<dl class="el"><dd class="mdescRight">The mark object.  <a href="class_ipe_mark.html#_details">More...</a><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.  <a href="class_ipe_object.html#_details">More...</a><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.  <a href="class_ipe_fillable.html#_details">More...</a><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>.  <a href="class_ipe_pg_object.html#_details">More...</a><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>.  <a href="class_ipe_path_segment.html#_details">More...</a><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>.  <a href="class_ipe_sub_path.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_ellipse.html">IpeEllipse</a>
<dl class="el"><dd class="mdescRight">An ellipse subpath.  <a href="class_ipe_ellipse.html#_details">More...</a><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.  <a href="class_ipe_closed_spline.html#_details">More...</a><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.  <a href="class_ipe_segment_sub_path.html#_details">More...</a><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).  <a href="class_ipe_path.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_reference.html">IpeReference</a>
<dl class="el"><dd class="mdescRight">The reference object.  <a href="class_ipe_reference.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_text.html">IpeText</a>
<dl class="el"><dd class="mdescRight">The text object.  <a href="class_ipe_text.html#_details">More...</a><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>