diff options
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r-- | doc/html/ntqbutton.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html index 61c5fb155..10969d729 100644 --- a/doc/html/ntqbutton.html +++ b/doc/html/ntqbutton.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } widgets, providing functionality common to buttons. <a href="#details">More...</a> <p><tt>#include <<a href="qbutton-h.html">ntqbutton.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p>Inherited by <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a>, and <a href="ntqtoolbutton.html">TQToolButton</a>. <p><a href="qbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -120,7 +120,7 @@ create the "disabled" appearance when the button is disabled. <li> <a href="#isDown">isDown</a>() indicates whether the button is <em>pressed</em> down. <li> <a href="#isOn">isOn</a>() indicates whether the button is <em>on</em>. Only toggle buttons can be switched on and off (see below). -<li> <a href="ntqwidget.html#isEnabled">isEnabled</a>() indicates whether the button can be pressed by the +<li> <a href="tqwidget.html#isEnabled">isEnabled</a>() indicates whether the button can be pressed by the user. <li> <a href="#setAutoRepeat">setAutoRepeat</a>() sets whether the button will auto-repeat if the user holds it down. @@ -172,7 +172,7 @@ pixmaps. <p> To subclass TQButton, you must reimplement at least <a href="#drawButton">drawButton</a>() (to draw the button's outline) and <a href="#drawButtonLabel">drawButtonLabel</a>() (to draw its text or pixmap). It is generally advisable to reimplement -<a href="ntqwidget.html#sizeHint">sizeHint</a>() as well, and sometimes <a href="#hitButton">hitButton</a>() (to determine +<a href="tqwidget.html#sizeHint">sizeHint</a>() as well, and sometimes <a href="#hitButton">hitButton</a>() (to determine whether a button press is within the button). <p> To reduce flickering, <a href="#paintEvent">TQButton::paintEvent</a>() sets up a pixmap that the drawButton() function draws in. You should not reimplement @@ -202,7 +202,7 @@ an <a href="#ToggleState-enum">Off</a> state. states <a href="#ToggleState-enum">On</a>, <a href="#ToggleState-enum">Off</a> and <a href="#ToggleState-enum">NoChange</a> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQButton"></a>TQButton::TQButton ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQButton"></a>TQButton::TQButton ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a standard button called <em>name</em> with parent <em>parent</em>, using the widget flags <em>f</em>. @@ -222,7 +222,7 @@ Performs an animated click: the button is pressed and released a short while later. <p> The <a href="#pressed">pressed</a>(), <a href="#released">released</a>(), <a href="#clicked">clicked</a>(), <a href="#toggled">toggled</a>(), and <a href="#stateChanged">stateChanged</a>() signals are emitted as appropriate. -<p> This function does nothing if the button is <a href="ntqwidget.html#setEnabled">disabled.</a> +<p> This function does nothing if the button is <a href="tqwidget.html#setEnabled">disabled.</a> <p> <p>See also <a href="#accel-prop">accel</a>. <h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const @@ -291,7 +291,7 @@ actually drawing is done in the virtual functions <a href="#drawButton">drawButt <a href="#drawButtonLabel">drawButtonLabel</a>(). <p> <p>See also <a href="#drawButton">drawButton</a>() and <a href="#drawButtonLabel">drawButtonLabel</a>(). -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>const <a href="ntqpixmap.html">TQPixmap</a> * <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. |