diff options
Diffstat (limited to 'doc/html/ntqpoint.html')
-rw-r--r-- | doc/html/ntqpoint.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqpoint.html b/doc/html/ntqpoint.html index 84d2f55ef..c7c281e1b 100644 --- a/doc/html/ntqpoint.html +++ b/doc/html/ntqpoint.html @@ -262,14 +262,14 @@ integers. <p> Returns the x coordinate of the point. <p> <p>See also <a href="#setX">setX</a>() and <a href="#y">y</a>(). -<p>Examples: <a href="canvas-example.html#x2944">canvas/canvas.cpp</a>, <a href="tutorial2-06.html#x2581">chart/canvasview.cpp</a>, <a href="dirview-example.html#x1696">dirview/dirview.cpp</a>, <a href="fileiconview-example.html#x864">fileiconview/qfileiconview.cpp</a>, <a href="helpsystem-example.html#x2679">helpsystem/tooltip.cpp</a>, <a href="life-example.html#x1893">life/life.cpp</a>, and <a href="tutorial1-14.html#x2424">t14/cannon.cpp</a>. +<p>Examples: <a href="canvas-example.html#x2944">canvas/canvas.cpp</a>, <a href="tutorial2-06.html#x2581">chart/canvasview.cpp</a>, <a href="dirview-example.html#x1696">dirview/dirview.cpp</a>, <a href="fileiconview-example.html#x864">fileiconview/tqfileiconview.cpp</a>, <a href="helpsystem-example.html#x2679">helpsystem/tooltip.cpp</a>, <a href="life-example.html#x1893">life/life.cpp</a>, and <a href="tutorial1-14.html#x2424">t14/cannon.cpp</a>. <h3 class=fn>int <a name="y"></a>TQPoint::y () const </h3> <p> Returns the y coordinate of the point. <p> <p>See also <a href="#setY">setY</a>() and <a href="#x">x</a>(). -<p>Examples: <a href="canvas-example.html#x2945">canvas/canvas.cpp</a>, <a href="tutorial2-06.html#x2582">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x865">fileiconview/qfileiconview.cpp</a>, <a href="helpsystem-example.html#x2680">helpsystem/tooltip.cpp</a>, <a href="life-example.html#x1894">life/life.cpp</a>, <a href="tutorial1-14.html#x2425">t14/cannon.cpp</a>, and <a href="themes-example.html#x230">themes/wood.cpp</a>. +<p>Examples: <a href="canvas-example.html#x2945">canvas/canvas.cpp</a>, <a href="tutorial2-06.html#x2582">chart/canvasview.cpp</a>, <a href="fileiconview-example.html#x865">fileiconview/tqfileiconview.cpp</a>, <a href="helpsystem-example.html#x2680">helpsystem/tooltip.cpp</a>, <a href="life-example.html#x1894">life/life.cpp</a>, <a href="tutorial1-14.html#x2425">t14/cannon.cpp</a>, and <a href="themes-example.html#x230">themes/wood.cpp</a>. <hr><h2>Related Functions</h2> <h3 class=fn>bool <a name="operator!-eq"></a>operator!= ( const <a href="ntqpoint.html">TQPoint</a> & p1, const <a href="ntqpoint.html">TQPoint</a> & p2 ) </h3> @@ -345,7 +345,7 @@ by <em>c</em>. <p> Note that the result is truncated because points are held as integers. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="ntqpoint.html">TQPoint</a> & p ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="ntqpoint.html">TQPoint</a> & p ) </h3> <p> Writes point <em>p</em> to the stream <em>s</em> and returns a reference to @@ -358,7 +358,7 @@ the stream. <p> <p> Returns TRUE if <em>p1</em> and <em>p2</em> are equal; otherwise returns FALSE. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqpoint.html">TQPoint</a> & p ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="ntqpoint.html">TQPoint</a> & p ) </h3> <p> Reads a TQPoint from the stream <em>s</em> into point <em>p</em> and returns a |