diff options
Diffstat (limited to 'doc/html/tqcursor.html')
| -rw-r--r-- | doc/html/tqcursor.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html index 682e6604b..e7234ad3a 100644 --- a/doc/html/tqcursor.html +++ b/doc/html/tqcursor.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } shape. <a href="#details">More...</a> <p><tt>#include <<a href="tqcursor-h.html">tqcursor.h</a>></tt> -<p>Inherits <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqt.html">TQt</a>. <p><a href="tqcursor-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -85,7 +85,7 @@ associate a cursor with all widgets (normally for a short period of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor constructor which takes the shape as argument, or you can use one -of the predefined cursors defined in the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum. +of the predefined cursors defined in the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum. <p> If you want to create a cursor with your own bitmap, either use the TQCursor constructor which takes a bitmap and a mask or the constructor which takes a pixmap as arguments. @@ -131,7 +131,7 @@ Constructs a cursor with the default arrow shape. <h3 class=fn><a name="TQCursor-2"></a>TQCursor::TQCursor ( int shape ) </h3> Constructs a cursor with the specified <em>shape</em>. -<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for a list of shapes. +<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for a list of shapes. <p> <p>See also <a href="#setShape">setShape</a>(). <h3 class=fn><a name="TQCursor-3"></a>TQCursor::TQCursor ( const <a href="tqbitmap.html">TQBitmap</a> & bitmap, const <a href="tqbitmap.html">TQBitmap</a> & mask, int hotX = -1, int hotY = -1 ) @@ -252,13 +252,13 @@ This is an overloaded member function, provided for convenience. It behaves esse <h3 class=fn>void <a name="setShape"></a>TQCursor::setShape ( int shape ) </h3> Sets the cursor to the shape identified by <em>shape</em>. -<p> See <a href="ntqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes. +<p> See <a href="tqt.html#CursorShape-enum">CursorShape</a> for the list of cursor shapes. <p> <p>See also <a href="#shape">shape</a>(). <h3 class=fn>int <a name="shape"></a>TQCursor::shape () const </h3> Returns the cursor shape identifier. The return value is one of -the <a href="ntqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int). +the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum values (cast to an int). <p> <p>See also <a href="#setShape">setShape</a>(). <hr><h2>Related Functions</h2> |
