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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
<!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: IpeDashStyle Class Reference</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 id="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<h1>IpeDashStyle Class Reference<br>
<small>
[<a class="el" href="group__attr.html">Ipe Attributes</a>]</small>
</h1><!-- doxytag: class="IpeDashStyle" -->An absolute dash style.
<a href="#_details">More...</a>
<p>
<a href="class_ipe_dash_style-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="class_ipe_dash_style.html#14d79fcd090018e022d1be15a5365da4">IpeDashStyle</a> ()
<li><a class="el" href="class_ipe_dash_style.html#0af7185650380aedab52f7505a2e537e">IpeDashStyle</a> (<a class="el" href="class_ipe_string.html">IpeString</a> str)
<li><a class="anchor" name="65bfad2578f3e26071c75068b3002595"></a><!-- doxytag: member="IpeDashStyle::operator==" ref="65bfad2578f3e26071c75068b3002595" args="(const IpeDashStyle &rhs) const" -->
bool <b>operator==</b> (const <a class="el" href="class_ipe_dash_style.html">IpeDashStyle</a> &rhs) const
</ul>
<h2>Public Attributes</h2>
<ul>
<li><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_dash_style.html#800ad6a9a93cdadf87c7d18617a14565">iDash</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
An absolute dash style.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="14d79fcd090018e022d1be15a5365da4"></a><!-- doxytag: member="IpeDashStyle::IpeDashStyle" ref="14d79fcd090018e022d1be15a5365da4" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">IpeDashStyle::IpeDashStyle </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Default constructor creates solid style.
<p>
</div>
</div><p>
<a class="anchor" name="0af7185650380aedab52f7505a2e537e"></a><!-- doxytag: member="IpeDashStyle::IpeDashStyle" ref="0af7185650380aedab52f7505a2e537e" args="(IpeString str)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">IpeDashStyle::IpeDashStyle </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_ipe_string.html">IpeString</a> </td>
<td class="paramname"> <em>str</em> </td>
<td> ) </td>
<td width="100%"><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Construct dash style with given PDF representation.
<p>
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="800ad6a9a93cdadf87c7d18617a14565"></a><!-- doxytag: member="IpeDashStyle::iDash" ref="800ad6a9a93cdadf87c7d18617a14565" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_dash_style.html#800ad6a9a93cdadf87c7d18617a14565">IpeDashStyle::iDash</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The PDF representation of this dash style.
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>ipecolor.h</ul>
<hr>
</body></html>
|