~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/class_ipe_dash_style.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3
 
<title>Ipelib: IpeDashStyle Class Reference</title>
4
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
 
<link href="tabs.css" rel="stylesheet" type="text/css">
6
 
</head><body>
7
 
<!-- Generated by Doxygen 1.5.1 -->
8
 
<div class="tabs">
9
 
  <ul>
10
 
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11
 
    <li><a href="modules.html"><span>Modules</span></a></li>
12
 
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
13
 
  </ul></div>
14
 
<div class="tabs">
15
 
  <ul>
16
 
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
17
 
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
18
 
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
19
 
  </ul></div>
20
 
<h1>IpeDashStyle Class Reference<br>
21
 
<small>
22
 
[<a class="el" href="group__attr.html">Ipe Attributes</a>]</small>
23
 
</h1><!-- doxytag: class="IpeDashStyle" -->An absolute dash style.  
24
 
<a href="#_details">More...</a>
25
 
<p>
26
 
<a href="class_ipe_dash_style-members.html">List of all members.</a><h2>Public Member Functions</h2>
27
 
<ul>
28
 
<li><a class="el" href="class_ipe_dash_style.html#14d79fcd090018e022d1be15a5365da4">IpeDashStyle</a> ()
29
 
<li><a class="el" href="class_ipe_dash_style.html#0af7185650380aedab52f7505a2e537e">IpeDashStyle</a> (<a class="el" href="class_ipe_string.html">IpeString</a> str)
30
 
<li><a class="anchor" name="65bfad2578f3e26071c75068b3002595"></a><!-- doxytag: member="IpeDashStyle::operator==" ref="65bfad2578f3e26071c75068b3002595" args="(const IpeDashStyle &amp;rhs) const" -->
31
 
bool <b>operator==</b> (const <a class="el" href="class_ipe_dash_style.html">IpeDashStyle</a> &amp;rhs) const
32
 
</ul>
33
 
<h2>Public Attributes</h2>
34
 
<ul>
35
 
<li><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_dash_style.html#800ad6a9a93cdadf87c7d18617a14565">iDash</a>
36
 
</ul>
37
 
<hr><a name="_details"></a><h2>Detailed Description</h2>
38
 
An absolute dash style. 
39
 
<p>
40
 
<hr><h2>Constructor &amp; Destructor Documentation</h2>
41
 
<a class="anchor" name="14d79fcd090018e022d1be15a5365da4"></a><!-- doxytag: member="IpeDashStyle::IpeDashStyle" ref="14d79fcd090018e022d1be15a5365da4" args="()" -->
42
 
<div class="memitem">
43
 
<div class="memproto">
44
 
      <table class="memname">
45
 
        <tr>
46
 
          <td class="memname">IpeDashStyle::IpeDashStyle           </td>
47
 
          <td>(</td>
48
 
          <td class="paramname">          </td>
49
 
          <td>&nbsp;)&nbsp;</td>
50
 
          <td width="100%"><code> [inline]</code></td>
51
 
        </tr>
52
 
      </table>
53
 
</div>
54
 
<div class="memdoc">
55
 
 
56
 
<p>
57
 
Default constructor creates solid style. 
58
 
<p>
59
 
 
60
 
</div>
61
 
</div><p>
62
 
<a class="anchor" name="0af7185650380aedab52f7505a2e537e"></a><!-- doxytag: member="IpeDashStyle::IpeDashStyle" ref="0af7185650380aedab52f7505a2e537e" args="(IpeString str)" -->
63
 
<div class="memitem">
64
 
<div class="memproto">
65
 
      <table class="memname">
66
 
        <tr>
67
 
          <td class="memname">IpeDashStyle::IpeDashStyle           </td>
68
 
          <td>(</td>
69
 
          <td class="paramtype"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
70
 
          <td class="paramname"> <em>str</em>          </td>
71
 
          <td>&nbsp;)&nbsp;</td>
72
 
          <td width="100%"><code> [explicit]</code></td>
73
 
        </tr>
74
 
      </table>
75
 
</div>
76
 
<div class="memdoc">
77
 
 
78
 
<p>
79
 
Construct dash style with given PDF representation. 
80
 
<p>
81
 
 
82
 
</div>
83
 
</div><p>
84
 
<hr><h2>Member Data Documentation</h2>
85
 
<a class="anchor" name="800ad6a9a93cdadf87c7d18617a14565"></a><!-- doxytag: member="IpeDashStyle::iDash" ref="800ad6a9a93cdadf87c7d18617a14565" args="" -->
86
 
<div class="memitem">
87
 
<div class="memproto">
88
 
      <table class="memname">
89
 
        <tr>
90
 
          <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>
91
 
        </tr>
92
 
      </table>
93
 
</div>
94
 
<div class="memdoc">
95
 
 
96
 
<p>
97
 
The PDF representation of this dash style. 
98
 
<p>
99
 
 
100
 
</div>
101
 
</div><p>
102
 
<hr>The documentation for this class was generated from the following file:<ul>
103
 
<li>ipecolor.h</ul>
104
 
<hr>
105
 
</body></html>