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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/html/qwt__rect_8cpp-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-12 23:25:58 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090412232558-3bl06x785yr8xm8u
Tags: 5.1.2-1
* New upstream release.
* Bump compat/debhelper to 7.
* Bump Standards-Version to 3.8.1. No changes needed.
* Invert Maintainers and Uploaders field.
* Fix lintian warnings:
  - dh_clean _k deprecated.
  - missing dependency on libc.

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: qwt_rect.cpp Source File</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><a href="classes.html"><span>Classes</span></a></li>
12
 
    <li id="current"><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="files.html"><span>File&nbsp;List</span></a></li>
18
 
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
19
 
  </ul></div>
20
 
<h1>qwt_rect.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************</span>
21
 
<a name="l00002"></a>00002 <span class="comment"> * Qwt Widget Library</span>
22
 
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 1997   Josef Wilgen</span>
23
 
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002   Uwe Rathmann</span>
24
 
<a name="l00005"></a>00005 <span class="comment"> * </span>
25
 
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
26
 
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the Qwt License, Version 1.0</span>
27
 
<a name="l00008"></a>00008 <span class="comment"> *****************************************************************************/</span>
28
 
<a name="l00009"></a>00009 
29
 
<a name="l00010"></a>00010 <span class="preprocessor">#include "qwt_clipper.h"</span>
30
 
<a name="l00011"></a>00011 <span class="preprocessor">#include "qwt_rect.h"</span>
31
 
<a name="l00012"></a>00012 
32
 
<a name="l00014"></a><a class="code" href="class_qwt_rect.html#b06079fec7a47319073964ca9f3d6e08">00014</a> <a class="code" href="class_qwt_rect.html#b06079fec7a47319073964ca9f3d6e08">QwtRect::QwtRect</a>(): 
33
 
<a name="l00015"></a>00015     QRect() 
34
 
<a name="l00016"></a>00016 {
35
 
<a name="l00017"></a>00017 }
36
 
<a name="l00018"></a>00018 
37
 
<a name="l00020"></a><a class="code" href="class_qwt_rect.html#bc5572f7565f289c6db54482933ea99c">00020</a> <a class="code" href="class_qwt_rect.html#b06079fec7a47319073964ca9f3d6e08">QwtRect::QwtRect</a>(<span class="keyword">const</span> QRect &amp;r): 
38
 
<a name="l00021"></a>00021     QRect(r) 
39
 
<a name="l00022"></a>00022 {
40
 
<a name="l00023"></a>00023 }
41
 
<a name="l00024"></a>00024 
42
 
<a name="l00026"></a><a class="code" href="class_qwt_rect.html#abfa6bf38dc1f485cb141dfe0a532230">00026</a> QwtPolygon <a class="code" href="class_qwt_rect.html#abfa6bf38dc1f485cb141dfe0a532230">QwtRect::clip</a>(<span class="keyword">const</span> QwtPolygon &amp;pa)<span class="keyword"> const</span>
43
 
<a name="l00027"></a>00027 <span class="keyword"></span>{
44
 
<a name="l00028"></a>00028     <span class="keywordflow">return</span> <a class="code" href="class_qwt_clipper.html#fa6c30e4e0fdc606ba4b99a4624cbff5">QwtClipper::clipPolygon</a>(*<span class="keyword">this</span>, pa);
45
 
<a name="l00029"></a>00029 }
46
 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sat May 24 18:47:40 2008 for Qwt User's Guide by&nbsp;
47
 
<a href="http://www.doxygen.org/index.html">
48
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
49
 
</body>
50
 
</html>