Česky
Kamil Dudka

GED 2006 (C++)

File detail

Name:Downloadframebuffer_8h.html [Download]
Location: ged2006 > doc > classes
Size:6.3 KB
Last modification:2022-09-09 13:06

Source code

<!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: framebuffer.h File 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><a href="classes.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>framebuffer.h File Reference</h1>
<p>
<a href="framebuffer_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPixel.html">Pixel</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structBoxSize.html">BoxSize</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structPoint.html">Point</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structRect.html">Rect</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFrameBuffer.html">FrameBuffer</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFrameBuffer_1_1ErrUnalloc.html">FrameBuffer::ErrUnalloc</a></td></tr>
 
<tr><td colspan="2"><br><h2>Functions</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="framebuffer_8h.html#dae00d42667fdd0e1e5996fc7e54676a">operator+</a> (const <a class="el" href="structPoint.html">Point</a> &amp;a, const <a class="el" href="structPoint.html">Point</a> &amp;b)</td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Add two <a class="el" href="structPoint.html">Point</a> objects together. Same meaning of operator as for built-in types.  <a href="#dae00d42667fdd0e1e5996fc7e54676a"></a><br></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="framebuffer_8h.html#8a618694111544f466bd6bc7fce60567">operator-</a> (const <a class="el" href="structPoint.html">Point</a> &amp;a, const <a class="el" href="structPoint.html">Point</a> &amp;b)</td></tr>
 
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Substract two <a class="el" href="structPoint.html">Point</a> objects. Same meaning of operator as for built-in types.  <a href="#8a618694111544f466bd6bc7fce60567"></a><br></td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="dae00d42667fdd0e1e5996fc7e54676a"></a><!-- doxytag: member="framebuffer.h::operator+" ref="dae00d42667fdd0e1e5996fc7e54676a" args="(const Point &amp;a, const Point &amp;b)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structPoint.html">Point</a> operator+           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structPoint.html">Point</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>a</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="structPoint.html">Point</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>b</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>
Add two <a class="el" href="structPoint.html">Point</a> objects together. Same meaning of operator as for built-in types. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00100">100</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
</div>
</div><p>
<a class="anchor" name="8a618694111544f466bd6bc7fce60567"></a><!-- doxytag: member="framebuffer.h::operator-" ref="8a618694111544f466bd6bc7fce60567" args="(const Point &amp;a, const Point &amp;b)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structPoint.html">Point</a> operator-           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="structPoint.html">Point</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>a</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="structPoint.html">Point</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>b</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>
Substract two <a class="el" href="structPoint.html">Point</a> objects. Same meaning of operator as for built-in types. 
<p>
 
<p>
Definition at line <a class="el" href="framebuffer_8h-source.html#l00106">106</a> of file <a class="el" href="framebuffer_8h-source.html">framebuffer.h</a>.
</div>
</div><p>
<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>