summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbutton.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqbutton.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r--doc/html/ntqbutton.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html
index 7030c2fb3..8b4a3a198 100644
--- a/doc/html/ntqbutton.html
+++ b/doc/html/ntqbutton.html
@@ -264,7 +264,7 @@ Returns the group that this button belongs to.
returns 0.
<p> <p>See also <a href="ntqbuttongroup.html">TQButtonGroup</a>.
-<h3 class=fn>bool <a name="hitButton"></a>TQButton::hitButton ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const<tt> [virtual protected]</tt>
+<h3 class=fn>bool <a name="hitButton"></a>TQButton::hitButton ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const<tt> [virtual protected]</tt>
</h3>
Returns TRUE if <em>pos</em> is inside the clickable button rectangle;
otherwise returns FALSE.
@@ -292,7 +292,7 @@ actually drawing is done in the virtual functions <a href="#drawButton">drawButt
<p> <p>See also <a href="#drawButton">drawButton</a>() and <a href="#drawButtonLabel">drawButtonLabel</a>().
<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQButton::pixmap () const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQButton::pixmap () const
</h3><p>Returns the pixmap shown on the button.
See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details.
<h3 class=fn>void <a name="pressed"></a>TQButton::pressed ()<tt> [signal]</tt>
@@ -324,7 +324,7 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details.
Off.
<p> <p>See also <a href="#toggleState-prop">toggleState</a>.
-<h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPixmap"></a>TQButton::setPixmap ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the pixmap shown on the button.
See the <a href="ntqbutton.html#pixmap-prop">"pixmap"</a> property for details.
<h3 class=fn>void <a name="setState"></a>TQButton::setState ( <a href="ntqbutton.html#ToggleState-enum">ToggleState</a>&nbsp;s )<tt> [virtual protected]</tt>
@@ -412,9 +412,9 @@ The default is FALSE.
<p>This property should only be set for toggle buttons.
<p>Get this property's value with <a href="#isOn">isOn</a>().
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap-prop"></a>pixmap</h3>
<p>This property holds the pixmap shown on the button.
-<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="ntqpixmap.html#depth">depth</a> is 1) and it does not have a mask,
+<p>If the pixmap is monochrome (i.e. it is a <a href="tqbitmap.html">TQBitmap</a> or its <a href="tqpixmap.html#depth">depth</a> is 1) and it does not have a mask,
this property will set the pixmap to be its own mask. The purpose
of this is to draw transparent bitmaps which are important for
toggle buttons, for example.