summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqstyleoption.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqstyleoption.3qt
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstyleoption.3qt')
-rw-r--r--doc/man/man3/tqstyleoption.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt
index 1fa3764c..05964ac2 100644
--- a/doc/man/man3/tqstyleoption.3qt
+++ b/doc/man/man3/tqstyleoption.3qt
@@ -29,13 +29,13 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "\fBTQStyleOption\fR ( int in1, int in2, int in3, int in4 )"
.br
.ti -1c
-.BI "\fBTQStyleOption\fR ( QMenuItem * m )"
+.BI "\fBTQStyleOption\fR ( TQMenuItem * m )"
.br
.ti -1c
-.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1 )"
+.BI "\fBTQStyleOption\fR ( TQMenuItem * m, int in1 )"
.br
.ti -1c
-.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1, int in2 )"
+.BI "\fBTQStyleOption\fR ( TQMenuItem * m, int in1, int in2 )"
.br
.ti -1c
.BI "\fBTQStyleOption\fR ( const TQColor & c )"
@@ -80,7 +80,7 @@ TQStyleOption \- Optional parameters for TQStyle functions
.BI "int \fBheaderSection\fR () const"
.br
.ti -1c
-.BI "QMenuItem * \fBmenuItem\fR () const"
+.BI "TQMenuItem * \fBmenuItem\fR () const"
.br
.ti -1c
.BI "int \fBmaxIconWidth\fR () const"
@@ -119,7 +119,7 @@ The TQStyleOption class has constructors for each type of optional argument, and
.PP
For each constructor, you should refer to the documentation of the TQStyle functions to see the meaning of the arguments.
.PP
-When calling TQStyle functions from your own widgets, you must only pass the default TQStyleOption or the argument that TQStyle is documented to accept. For example, if the function expects TQStyleOption(QMenuItem *, int), passing TQStyleOption(QMenuItem *) leaves the optional integer argument uninitialized.
+When calling TQStyle functions from your own widgets, you must only pass the default TQStyleOption or the argument that TQStyle is documented to accept. For example, if the function expects TQStyleOption(TQMenuItem *, int), passing TQStyleOption(TQMenuItem *) leaves the optional integer argument uninitialized.
.PP
When subclassing TQStyle, you must similarly only expect the default or documented arguments. The other arguments will have uninitialized values.
.PP
@@ -140,11 +140,11 @@ Pass one integer, \fIin1\fR. For example, headerSection.
Pass two integers, \fIin1\fR and \fIin2\fR. For example, linewidth and midlinewidth.
.SH "TQStyleOption::TQStyleOption ( int in1, int in2, int in3, int in4 )"
Pass four integers, \fIin1\fR, \fIin2\fR, \fIin3\fR and \fIin4\fR.
-.SH "TQStyleOption::TQStyleOption ( QMenuItem * m )"
+.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m )"
Pass a menu item, \fIm\fR.
-.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1 )"
+.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m, int in1 )"
Pass a menu item and an integer, \fIm\fR and \fIin1\fR.
-.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1, int in2 )"
+.SH "TQStyleOption::TQStyleOption ( TQMenuItem * m, int in1, int in2 )"
Pass a menu item and two integers, \fIm\fR, \fIin1\fR and \fIin2\fR.
.SH "TQStyleOption::TQStyleOption ( const TQColor & c )"
Pass a color, \fIc\fR.
@@ -182,7 +182,7 @@ Returns the line width if the appropriate constructor was called; otherwise the
Returns a QListView item if the appropriate constructor was called; otherwise the return value is undefined.
.SH "int TQStyleOption::maxIconWidth () const"
Returns the maximum width of the menu item check area if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QMenuItem * TQStyleOption::menuItem () const"
+.SH "TQMenuItem * TQStyleOption::menuItem () const"
Returns a menu item if the appropriate constructor was called; otherwise the return value is undefined.
.SH "int TQStyleOption::midLineWidth () const"
Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined.