summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvastext.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvastext.3qt')
-rw-r--r--doc/man/man3/tqcanvastext.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqcanvastext.3qt b/doc/man/man3/tqcanvastext.3qt
index 0aab507b4..2ddd084b0 100644
--- a/doc/man/man3/tqcanvastext.3qt
+++ b/doc/man/man3/tqcanvastext.3qt
@@ -22,7 +22,7 @@ Inherits TQCanvasItem.
.BI "\fBTQCanvasText\fR ( const TQString & t, TQCanvas * canvas )"
.br
.ti -1c
-.BI "\fBTQCanvasText\fR ( const TQString & t, QFont f, TQCanvas * canvas )"
+.BI "\fBTQCanvasText\fR ( const TQString & t, TQFont f, TQCanvas * canvas )"
.br
.ti -1c
.BI "virtual \fB~TQCanvasText\fR ()"
@@ -31,7 +31,7 @@ Inherits TQCanvasItem.
.BI "void \fBsetText\fR ( const TQString & t )"
.br
.ti -1c
-.BI "void \fBsetFont\fR ( const QFont & f )"
+.BI "void \fBsetFont\fR ( const TQFont & f )"
.br
.ti -1c
.BI "void \fBsetColor\fR ( const TQColor & c )"
@@ -40,7 +40,7 @@ Inherits TQCanvasItem.
.BI "TQString \fBtext\fR () const"
.br
.ti -1c
-.BI "QFont \fBfont\fR () const"
+.BI "TQFont \fBfont\fR () const"
.br
.ti -1c
.BI "TQColor \fBcolor\fR () const"
@@ -61,7 +61,7 @@ Inherits TQCanvasItem.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBdraw\fR ( QPainter & painter )"
+.BI "virtual void \fBdraw\fR ( TQPainter & painter )"
.br
.in -1c
.SH DESCRIPTION
@@ -79,7 +79,7 @@ See also Graphics Classes and Image Processing Classes.
Constructs a TQCanvasText with the text "<text>", on \fIcanvas\fR.
.SH "TQCanvasText::TQCanvasText ( const TQString & t, TQCanvas * canvas )"
Constructs a TQCanvasText with the text \fIt\fR, on canvas \fIcanvas\fR.
-.SH "TQCanvasText::TQCanvasText ( const TQString & t, QFont f, TQCanvas * canvas )"
+.SH "TQCanvasText::TQCanvasText ( const TQString & t, TQFont f, TQCanvas * canvas )"
Constructs a TQCanvasText with the text \fIt\fR and font \fIf\fR, on the canvas \fIcanvas\fR.
.SH "TQCanvasText::~TQCanvasText ()\fC [virtual]\fR"
Destroys the canvas text item.
@@ -91,11 +91,11 @@ Reimplemented from TQCanvasItem.
Returns the color of the text.
.PP
See also setColor().
-.SH "void TQCanvasText::draw ( QPainter & painter )\fC [virtual protected]\fR"
+.SH "void TQCanvasText::draw ( TQPainter & painter )\fC [virtual protected]\fR"
Draws the text using the painter \fIpainter\fR.
.PP
Reimplemented from TQCanvasItem.
-.SH "QFont TQCanvasText::font () const"
+.SH "TQFont TQCanvasText::font () const"
Returns the font in which the text is drawn.
.PP
See also setFont().
@@ -111,7 +111,7 @@ Sets the color of the text to the color \fIc\fR.
See also color() and setFont().
.PP
Example: chart/chartform_canvas.cpp.
-.SH "void TQCanvasText::setFont ( const QFont & f )"
+.SH "void TQCanvasText::setFont ( const TQFont & f )"
Sets the font in which the text is drawn to font \fIf\fR.
.PP
See also font().
@@ -122,7 +122,7 @@ See also text(), setFont(), setColor(), and setTextFlags().
.PP
Example: canvas/canvas.cpp.
.SH "void TQCanvasText::setTextFlags ( int f )"
-Sets the alignment flags to \fIf\fR. These are a bitwise OR of the flags available to QPainter::drawText() -- see the TQt::AlignmentFlags.
+Sets the alignment flags to \fIf\fR. These are a bitwise OR of the flags available to TQPainter::drawText() -- see the TQt::AlignmentFlags.
.PP
See also setFont() and setColor().
.SH "TQString TQCanvasText::text () const"