Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > ad014b3fb78ee8a65d2d78c2a517808a > files > 897

icu-doc-52.1-2.4.mga4.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>ICU 52.1: LEPoint Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ICU 52.1
   &#160;<span id="projectnumber">52.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.2 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">LEPoint Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Used to hold a pair of (x, y) values which represent a point.  
 <a href="structLEPoint.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="LETypes_8h_source.html">LETypes.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:aeeb4b31469883f6153b056bcf36afe6f"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLEPoint.html#aeeb4b31469883f6153b056bcf36afe6f">fX</a></td></tr>
<tr class="memdesc:aeeb4b31469883f6153b056bcf36afe6f"><td class="mdescLeft">&#160;</td><td class="mdescRight">The x coordinate of the point.  <a href="#aeeb4b31469883f6153b056bcf36afe6f"></a><br/></td></tr>
<tr class="memitem:a12c91cba81cb2e56c4cfae0bd4f728d7"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structLEPoint.html#a12c91cba81cb2e56c4cfae0bd4f728d7">fY</a></td></tr>
<tr class="memdesc:a12c91cba81cb2e56c4cfae0bd4f728d7"><td class="mdescLeft">&#160;</td><td class="mdescRight">The y coordinate of the point.  <a href="#a12c91cba81cb2e56c4cfae0bd4f728d7"></a><br/></td></tr>
</table>
<a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Used to hold a pair of (x, y) values which represent a point. </p>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable005280">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>

<p>Definition at line <a class="el" href="LETypes_8h_source.html#l00246">246</a> of file <a class="el" href="LETypes_8h_source.html">LETypes.h</a>.</p>
</div><h2>Field Documentation</h2>
<a class="anchor" id="aeeb4b31469883f6153b056bcf36afe6f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float LEPoint::fX</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The x coordinate of the point. </p>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable005289">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>

<p>Definition at line <a class="el" href="LETypes_8h_source.html#l00253">253</a> of file <a class="el" href="LETypes_8h_source.html">LETypes.h</a>.</p>

</div>
</div>
<a class="anchor" id="a12c91cba81cb2e56c4cfae0bd4f728d7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float LEPoint::fY</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>The y coordinate of the point. </p>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable005290">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>

<p>Definition at line <a class="el" href="LETypes_8h_source.html#l00260">260</a> of file <a class="el" href="LETypes_8h_source.html">LETypes.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="LETypes_8h_source.html">LETypes.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 4 2013 14:10:24 for ICU 52.1 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</small></address>
</body>
</html>