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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!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 Attributes</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 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 Attributes</h1>Attributes for Ipe objects.
<a href="#_details">More...</a><h2>Classes</h2>
<ul>
<li>class <a class="el" href="class_ipe_dash_style.html">IpeDashStyle</a>
<dl class="el"><dd class="mdescRight">An absolute dash style. <a href="class_ipe_dash_style.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_stroke_style.html">IpeStrokeStyle</a>
<dl class="el"><dd class="mdescRight">Encapsulates line join, line cap, and eofill vs windfill rule. <a href="class_ipe_stroke_style.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_attribute.html">IpeAttribute</a>
<dl class="el"><dd class="mdescRight">An attribute of an Ipe object. <a href="class_ipe_attribute.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_color.html">IpeColor</a>
<dl class="el"><dd class="mdescRight">An absolute RGB color. <a href="class_ipe_color.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_repository.html">IpeRepository</a>
<dl class="el"><dd class="mdescRight">Repository of attribute values. <a href="class_ipe_repository.html#_details">More...</a><br></dl><li>class <a class="el" href="class_ipe_all_attributes.html">IpeAllAttributes</a>
<dl class="el"><dd class="mdescRight">Collection of all object attributes. <a href="class_ipe_all_attributes.html#_details">More...</a><br></dl></ul>
<h2>Typedefs</h2>
<ul>
<li>typedef <a class="el" href="class_ipe_attribute.html#47c97ef33d42815601f407fe1d9a4764">IpeAttribute::TKind</a> <a class="el" href="group__attr.html#gc6c8cc25a66daa4107eed584718a9ab1">IpeKind</a>
<li>typedef std::vector< <a class="el" href="class_ipe_attribute.html">IpeAttribute</a> > <a class="el" href="group__attr.html#g8592bdde9e4ad7b2ad81f5dd2638e43c">IpeAttributeSeq</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Attributes for Ipe objects.
<p>
To make the representation of IpeObjects reasonably compact, Ipe objects store attribute values as an index into an <a class="el" href="class_ipe_repository.html">IpeRepository</a>. <a class="el" href="class_ipe_attribute.html">IpeAttribute</a> encapsulates this index. <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="gc6c8cc25a66daa4107eed584718a9ab1"></a><!-- doxytag: member="ipecolor.h::IpeKind" ref="gc6c8cc25a66daa4107eed584718a9ab1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_ipe_attribute.html#47c97ef33d42815601f407fe1d9a4764">IpeKind</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Shortcut for <a class="el" href="class_ipe_attribute.html#47c97ef33d42815601f407fe1d9a4764">IpeAttribute::TKind</a>.
<p>
</div>
</div><p>
<a class="anchor" name="g8592bdde9e4ad7b2ad81f5dd2638e43c"></a><!-- doxytag: member="ipecolor.h::IpeAttributeSeq" ref="g8592bdde9e4ad7b2ad81f5dd2638e43c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__attr.html#g8592bdde9e4ad7b2ad81f5dd2638e43c">IpeAttributeSeq</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A sequence of attribute values.
<p>
</div>
</div><p>
<hr>
</body></html>
|