~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/html/class_qwt_rect.html

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

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>Qwt User&apos;s Guide: QwtRect 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.0 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
 
12
    <li><a href="files.html"><span>Files</span></a></li>
 
13
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
14
  </ul></div>
 
15
<div class="tabs">
 
16
  <ul>
 
17
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
18
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
19
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
20
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
21
  </ul></div>
 
22
<h1>QwtRect Class Reference</h1><!-- doxytag: class="QwtRect" --><a href="class_qwt_rect-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 
23
Some extensions for QRect <dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000002">Deprecated:</a></b></dt><dd>Use <a class="el" href="class_qwt_clipper.html">QwtClipper</a> instead. </dd></dl>
 
24
 
 
25
<p>
 
26
 
 
27
<p>
 
28
Definition at line <a class="el" href="qwt__rect_8h-source.html#l00022">22</a> of file <a class="el" href="qwt__rect_8h-source.html">qwt_rect.h</a>.<table border="0" cellpadding="0" cellspacing="0">
 
29
<tr><td></td></tr>
 
30
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
 
31
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_rect.html#b06079fec7a47319073964ca9f3d6e08">QwtRect</a> ()</td></tr>
 
32
 
 
33
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_rect.html#bc5572f7565f289c6db54482933ea99c">QwtRect</a> (const QRect &amp;r)</td></tr>
 
34
 
 
35
<tr><td class="memItemLeft" nowrap align="right" valign="top">QwtPolygon&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_rect.html#abfa6bf38dc1f485cb141dfe0a532230">clip</a> (const QwtPolygon &amp;) const</td></tr>
 
36
 
 
37
</table>
 
38
<hr><h2>Constructor &amp; Destructor Documentation</h2>
 
39
<a class="anchor" name="b06079fec7a47319073964ca9f3d6e08"></a><!-- doxytag: member="QwtRect::QwtRect" ref="b06079fec7a47319073964ca9f3d6e08" args="()" -->
 
40
<div class="memitem">
 
41
<div class="memproto">
 
42
      <table class="memname">
 
43
        <tr>
 
44
          <td class="memname">QwtRect::QwtRect           </td>
 
45
          <td>(</td>
 
46
          <td class="paramname">          </td>
 
47
          <td>&nbsp;)&nbsp;</td>
 
48
          <td width="100%"></td>
 
49
        </tr>
 
50
      </table>
 
51
</div>
 
52
<div class="memdoc">
 
53
 
 
54
<p>
 
55
Constructor. 
 
56
<p>
 
57
 
 
58
<p>
 
59
Definition at line <a class="el" href="qwt__rect_8cpp-source.html#l00014">14</a> of file <a class="el" href="qwt__rect_8cpp-source.html">qwt_rect.cpp</a>.
 
60
</div>
 
61
</div><p>
 
62
<a class="anchor" name="bc5572f7565f289c6db54482933ea99c"></a><!-- doxytag: member="QwtRect::QwtRect" ref="bc5572f7565f289c6db54482933ea99c" args="(const QRect &amp;r)" -->
 
63
<div class="memitem">
 
64
<div class="memproto">
 
65
      <table class="memname">
 
66
        <tr>
 
67
          <td class="memname">QwtRect::QwtRect           </td>
 
68
          <td>(</td>
 
69
          <td class="paramtype">const QRect &amp;&nbsp;</td>
 
70
          <td class="paramname"> <em>r</em>          </td>
 
71
          <td>&nbsp;)&nbsp;</td>
 
72
          <td width="100%"></td>
 
73
        </tr>
 
74
      </table>
 
75
</div>
 
76
<div class="memdoc">
 
77
 
 
78
<p>
 
79
Copy constructor. 
 
80
<p>
 
81
 
 
82
<p>
 
83
Definition at line <a class="el" href="qwt__rect_8cpp-source.html#l00020">20</a> of file <a class="el" href="qwt__rect_8cpp-source.html">qwt_rect.cpp</a>.
 
84
</div>
 
85
</div><p>
 
86
<hr><h2>Member Function Documentation</h2>
 
87
<a class="anchor" name="abfa6bf38dc1f485cb141dfe0a532230"></a><!-- doxytag: member="QwtRect::clip" ref="abfa6bf38dc1f485cb141dfe0a532230" args="(const QwtPolygon &amp;) const" -->
 
88
<div class="memitem">
 
89
<div class="memproto">
 
90
      <table class="memname">
 
91
        <tr>
 
92
          <td class="memname">QwtPolygon QwtRect::clip           </td>
 
93
          <td>(</td>
 
94
          <td class="paramtype">const QwtPolygon &amp;&nbsp;</td>
 
95
          <td class="paramname">          </td>
 
96
          <td>&nbsp;)&nbsp;</td>
 
97
          <td width="100%"> const</td>
 
98
        </tr>
 
99
      </table>
 
100
</div>
 
101
<div class="memdoc">
 
102
 
 
103
<p>
 
104
Sutherland-Hodgman polygon clipping. 
 
105
<p>
 
106
 
 
107
<p>
 
108
Definition at line <a class="el" href="qwt__rect_8cpp-source.html#l00026">26</a> of file <a class="el" href="qwt__rect_8cpp-source.html">qwt_rect.cpp</a>.
 
109
<p>
 
110
References <a class="el" href="qwt__clipper_8cpp-source.html#l00471">QwtClipper::clipPolygon()</a>.
 
111
</div>
 
112
</div><p>
 
113
<hr size="1"><address style="align: right;"><small>Generated on Sat May 24 18:48:59 2008 for Qwt User's Guide by&nbsp;
 
114
<a href="http://www.doxygen.org/index.html">
 
115
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
 
116
</body>
 
117
</html>