English
Kamil Dudka

GED 2006 (C++)

Detail souboru

Jméno:StáhnoutstructRect.html [Stáhnout]
Umístění: ged2006 > doc > classes
Velikost:10.4 KB
Poslední změna:2022-09-09 13:06

Zdrojový kód

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>GED 2006: Rect Struct 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.2 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li class="current"><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>Rect Struct Reference</h1><!-- doxytag: class="Rect" --><code>#include &lt;<a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>&gt;</code>
<p>
<a href="structRect-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#5417f7a7c3fb836797060615dac0dd4c">Rect</a> ()</td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#7a2b8b3305e6a2db1bf6efda0359785c">Rect</a> (<a class="el" href="structPoint.html">Point</a> p, <a class="el" href="structBoxSize.html">BoxSize</a> s)</td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#c5c9cf7804b82b96c6c62887c46fa400">operator==</a> (const <a class="el" href="structRect.html">Rect</a> &amp;r) const </td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="structRect.html">Rect</a> objects comparation. Same meaning of operator as for built-in types.  <a href="#c5c9cf7804b82b96c6c62887c46fa400"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#2b3fc5fe587b0c2fef217ce98f5838f7">operator!=</a> (const <a class="el" href="structRect.html">Rect</a> &amp;r) const </td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Negated <a class="el" href="structRect.html">Rect</a> objects comparation. Same meaning of operator as for built-in types.  <a href="#2b3fc5fe587b0c2fef217ce98f5838f7"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structPoint.html">Point</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#a6f973a707e897157a199ed43e201e50">at</a></td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Object position.  <a href="#a6f973a707e897157a199ed43e201e50"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structBoxSize.html">BoxSize</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html#496dea3b8e646464769a5b0dfb99d3a4">size</a></td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Object size.  <a href="#496dea3b8e646464769a5b0dfb99d3a4"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
2D box object description 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00114">114</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="5417f7a7c3fb836797060615dac0dd4c"></a><!-- doxytag: member="Rect::Rect" ref="5417f7a7c3fb836797060615dac0dd4c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rect::Rect           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
Create <a class="el" href="structRect.html">Rect</a> object with position (0, 0) and zero size. 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00121">121</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
</div>
</div><p>
<a class="anchor" name="7a2b8b3305e6a2db1bf6efda0359785c"></a><!-- doxytag: member="Rect::Rect" ref="7a2b8b3305e6a2db1bf6efda0359785c" args="(Point p, BoxSize s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rect::Rect           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structPoint.html">Point</a>&nbsp;</td>
          <td class="paramname"> <em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="structBoxSize.html">BoxSize</a>&nbsp;</td>
          <td class="paramname"> <em>s</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
Create <a class="el" href="structRect.html">Rect</a> object with given size and position. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>p</em>&nbsp;</td><td>Object position. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>s</em>&nbsp;</td><td>Object size. </td></tr>
  </table>
</dl>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00128">128</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c5c9cf7804b82b96c6c62887c46fa400"></a><!-- doxytag: member="Rect::operator==" ref="c5c9cf7804b82b96c6c62887c46fa400" args="(const Rect &amp;r) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Rect::operator==           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRect.html">Rect</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>r</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
<a class="el" href="structRect.html">Rect</a> objects comparation. Same meaning of operator as for built-in types. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00131">131</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
<p>
References <a class="el" href="framebuffer_8h-source.html#l00115">at</a>, and <a class="el" href="framebuffer_8h-source.html#l00116">size</a>.
<p>
Referenced by <a class="el" href="framebuffer_8h-source.html#l00138">operator!=()</a>.
</div>
</div><p>
<a class="anchor" name="2b3fc5fe587b0c2fef217ce98f5838f7"></a><!-- doxytag: member="Rect::operator!=" ref="2b3fc5fe587b0c2fef217ce98f5838f7" args="(const Rect &amp;r) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Rect::operator!=           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structRect.html">Rect</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>r</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
Negated <a class="el" href="structRect.html">Rect</a> objects comparation. Same meaning of operator as for built-in types. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00138">138</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
<p>
References <a class="el" href="framebuffer_8h-source.html#l00131">operator==()</a>.
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="a6f973a707e897157a199ed43e201e50"></a><!-- doxytag: member="Rect::at" ref="a6f973a707e897157a199ed43e201e50" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structPoint.html">Point</a> <a class="el" href="structRect.html#a6f973a707e897157a199ed43e201e50">Rect::at</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
Object position. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00115">115</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
<p>
Referenced by <a class="el" href="framebuffer_8h-source.html#l00131">operator==()</a>.
</div>
</div><p>
<a class="anchor" name="496dea3b8e646464769a5b0dfb99d3a4"></a><!-- doxytag: member="Rect::size" ref="496dea3b8e646464769a5b0dfb99d3a4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structBoxSize.html">BoxSize</a> <a class="el" href="structRect.html#496dea3b8e646464769a5b0dfb99d3a4">Rect::size</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
Object size. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00116">116</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
<p>
Referenced by <a class="el" href="framebuffer_8h-source.html#l00131">operator==()</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="framebuffer_8h-source.html">framebuffer.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>