Index: native_client_sdk/doc_generated/pepper_dev/cpp/rect_8h.html |
diff --git a/native_client_sdk/doc_generated/pepper_dev/cpp/rect_8h.html b/native_client_sdk/doc_generated/pepper_dev/cpp/rect_8h.html |
index 30aec0d19fd3fa1913905fbae4c62be75c47c565..0ef4aab183def2e4d33d207988bac010631ed76c 100644 |
--- a/native_client_sdk/doc_generated/pepper_dev/cpp/rect_8h.html |
+++ b/native_client_sdk/doc_generated/pepper_dev/cpp/rect_8h.html |
@@ -21,6 +21,8 @@ Classes</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_rect.html">pp::Rect</a></td></tr> |
<tr><td class="mdescLeft"> </td><td class="mdescRight">A 2 dimensional rectangle. <a href="classpp_1_1_rect.html#details">More...</a><br /></td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a></td></tr> |
+<tr><td class="mdescLeft"> </td><td class="mdescRight">A 2 dimensional rectangle. <a href="classpp_1_1_float_rect.html#details">More...</a><br /></td></tr> |
</table><h2> |
Namespaces</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html">pp</a></td></tr> |
@@ -28,6 +30,8 @@ Namespaces</h2><table class="memberdecls"> |
Functions</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="rect_8h.html#a79b9bc57ea3e03a0e56b7975b4ffd401">operator==</a> (const <a class="el" href="classpp_1_1_rect.html">pp::Rect</a> &lhs, const <a class="el" href="classpp_1_1_rect.html">pp::Rect</a> &rhs)</td></tr> |
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="rect_8h.html#a29f92b097dbed35ecf5f5ab1932a644e">operator!=</a> (const <a class="el" href="classpp_1_1_rect.html">pp::Rect</a> &lhs, const <a class="el" href="classpp_1_1_rect.html">pp::Rect</a> &rhs)</td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="rect_8h.html#aef5ba071d7dd3b4a51d5750f056a2649">operator==</a> (const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> &lhs, const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> &rhs)</td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="rect_8h.html#acdab4b41e6fa67e079c9c54407fc9153">operator!=</a> (const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> &lhs, const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> &rhs)</td></tr> |
</table> |
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2> |
<div class="textblock"><p>This file defines the APIs for creating a 2 dimensional rectangle. </p> |
@@ -67,6 +71,41 @@ Functions</h2><table class="memberdecls"> |
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the given Rects are equal, otherwise false. </dd></dl> |
</div> |
</div> |
+<a class="anchor" id="acdab4b41e6fa67e079c9c54407fc9153"></a><!-- doxytag: member="rect.h::operator!=" ref="acdab4b41e6fa67e079c9c54407fc9153" args="(const pp::FloatRect &lhs, const pp::FloatRect &rhs)" --> |
+<div class="memitem"> |
+<div class="memproto"> |
+<table class="memname"> |
+<tr> |
+<td class="memname">bool operator!= </td> |
+<td>(</td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> & </td> |
+<td class="paramname"><em>lhs</em>, </td> |
+</tr> |
+<tr> |
+<td class="paramkey"></td> |
+<td></td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> & </td> |
+<td class="paramname"><em>rhs</em> </td> |
+</tr> |
+<tr> |
+<td></td> |
+<td>)</td> |
+<td></td><td><code> [inline]</code></td> |
+</tr> |
+</table> |
+</div> |
+<div class="memdoc"> |
+<p>This function determines whether two Rects are not equal. </p> |
+<dl class="params"><dt><b>Parameters:</b></dt><dd> |
+<table class="params"> |
+<tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The <code>FloatRect</code> on the left-hand side of the equation. </td></tr> |
+<tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The <code>FloatRect</code> on the right-hand side of the equation.</td></tr> |
+</table> |
+</dd> |
+</dl> |
+<dl class="return"><dt><b>Returns:</b></dt><dd>true if the given Rects are equal, otherwise false. </dd></dl> |
+</div> |
+</div> |
<a class="anchor" id="a79b9bc57ea3e03a0e56b7975b4ffd401"></a><!-- doxytag: member="rect.h::operator==" ref="a79b9bc57ea3e03a0e56b7975b4ffd401" args="(const pp::Rect &lhs, const pp::Rect &rhs)" --> |
<div class="memitem"> |
<div class="memproto"> |
@@ -102,6 +141,41 @@ Functions</h2><table class="memberdecls"> |
<dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl> |
</div> |
</div> |
+<a class="anchor" id="aef5ba071d7dd3b4a51d5750f056a2649"></a><!-- doxytag: member="rect.h::operator==" ref="aef5ba071d7dd3b4a51d5750f056a2649" args="(const pp::FloatRect &lhs, const pp::FloatRect &rhs)" --> |
+<div class="memitem"> |
+<div class="memproto"> |
+<table class="memname"> |
+<tr> |
+<td class="memname">bool operator== </td> |
+<td>(</td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> & </td> |
+<td class="paramname"><em>lhs</em>, </td> |
+</tr> |
+<tr> |
+<td class="paramkey"></td> |
+<td></td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_rect.html">pp::FloatRect</a> & </td> |
+<td class="paramname"><em>rhs</em> </td> |
+</tr> |
+<tr> |
+<td></td> |
+<td>)</td> |
+<td></td><td><code> [inline]</code></td> |
+</tr> |
+</table> |
+</div> |
+<div class="memdoc"> |
+<p>This function determines whether the x, y, width, and height values of two rectangles and are equal. </p> |
+<dl class="params"><dt><b>Parameters:</b></dt><dd> |
+<table class="params"> |
+<tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The <code>FloatRect</code> on the left-hand side of the equation. </td></tr> |
+<tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The <code>FloatRect</code> on the right-hand side of the equation.</td></tr> |
+</table> |
+</dd> |
+</dl> |
+<dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl> |
+</div> |
+</div> |
</div><!-- contents --> |
</div> |
{{/partials.standard_nacl_api}} |