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 69 70 71 72 73 74 75 76 77 78
|
<!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">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<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="dirs.html">Directories</a> | <a class="qindex" href="functions.html">Class Members</a></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#w16">IpeAttribute::TKind</a> <a class="el" href="group__attr.html#ga0">IpeKind</a>
<li>typedef std::vector< <a class="el" href="class_ipe_attribute.html">IpeAttribute</a> > <a class="el" href="group__attr.html#ga1">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="ga0"></a><!-- doxytag: member="ipecolor.h::IpeKind" ref="ga0" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="class_ipe_attribute.html#w16">IpeKind</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Shortcut for <a class="el" href="class_ipe_attribute.html#w16">IpeAttribute::TKind</a>.
<p>
</td>
</tr>
</table>
<a class="anchor" name="ga1"></a><!-- doxytag: member="ipecolor.h::IpeAttributeSeq" ref="ga1" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__attr.html#ga1">IpeAttributeSeq</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
A sequence of attribute values.
<p>
</td>
</tr>
</table>
<hr>
</body></html>
|