From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qcanvastext.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/qcanvastext.html') diff --git a/doc/html/qcanvastext.html b/doc/html/qcanvastext.html index b2f38122b..2a80b61e1 100644 --- a/doc/html/qcanvastext.html +++ b/doc/html/qcanvastext.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQCanvasText class provides a text object on a TQCanvas. More... -

#include <qcanvas.h> +

#include <ntqcanvas.h>

Inherits TQCanvasItem.

List of all member functions.

Public Members

@@ -60,7 +60,7 @@ body { background: #ffffff; color: black; }

Detailed Description

-The TQCanvasText class provides a text object on a TQCanvas. +The TQCanvasText class provides a text object on a TQCanvas.

@@ -78,15 +78,15 @@ coordinates with TQCanvasItem::setX(), See also Graphics Classes and Image Processing Classes.


Member Function Documentation

-

TQCanvasText::TQCanvasText ( TQCanvas * canvas ) +

TQCanvasText::TQCanvasText ( TQCanvas * canvas )

Constructs a TQCanvasText with the text "<text>", on canvas. -

TQCanvasText::TQCanvasText ( const TQString & t, TQCanvas * canvas ) +

TQCanvasText::TQCanvasText ( const TQString & t, TQCanvas * canvas )

Constructs a TQCanvasText with the text t, on canvas canvas. -

TQCanvasText::TQCanvasText ( const TQString & t, TQFont f, TQCanvas * canvas ) +

TQCanvasText::TQCanvasText ( const TQString & t, TQFont f, TQCanvas * canvas )

Constructs a TQCanvasText with the text t and font f, on the canvas canvas. @@ -95,22 +95,22 @@ canvas canvas. Destroys the canvas text item. -

TQRect TQCanvasText::boundingRect () const [virtual] +

TQRect TQCanvasText::boundingRect () const [virtual]

Returns the bounding rectangle of the text.

Reimplemented from TQCanvasItem. -

TQColor TQCanvasText::color () const +

TQColor TQCanvasText::color () const

Returns the color of the text.

See also setColor(). -

void TQCanvasText::draw ( TQPainter & painter ) [virtual protected] +

void TQCanvasText::draw ( TQPainter & painter ) [virtual protected]

Draws the text using the painter painter.

Reimplemented from TQCanvasItem. -

TQFont TQCanvasText::font () const +

TQFont TQCanvasText::font () const

Returns the font in which the text is drawn.

See also setFont(). @@ -121,18 +121,18 @@ Returns 3 (TQCanvasItem::Rtti_Text).

See also TQCanvasItem::rtti().

Reimplemented from TQCanvasItem. -

void TQCanvasText::setColor ( const TQColor & c ) +

void TQCanvasText::setColor ( const TQColor & c )

Sets the color of the text to the color c.

See also color() and setFont().

Example: chart/chartform_canvas.cpp. -

void TQCanvasText::setFont ( const TQFont & f ) +

void TQCanvasText::setFont ( const TQFont & f )

Sets the font in which the text is drawn to font f.

See also font(). -

void TQCanvasText::setText ( const TQString & t ) +

void TQCanvasText::setText ( const TQString & t )

Sets the text item's text to t. The text may contain newlines.

See also text(), setFont(), setColor(), and setTextFlags(). @@ -141,11 +141,11 @@ Sets the text item's text to t. The text may contain newlines.

void TQCanvasText::setTextFlags ( int f )

Sets the alignment flags to f. These are a bitwise OR of the -flags available to TQPainter::drawText() -- see the -TQt::AlignmentFlags. +flags available to TQPainter::drawText() -- see the +TQt::AlignmentFlags.

See also setFont() and setColor(). -

TQString TQCanvasText::text () const +

TQString TQCanvasText::text () const

Returns the text item's text.

See also setText(). @@ -154,7 +154,7 @@ Returns the text item's text.

Returns the currently set alignment flags. -

See also setTextFlags() and TQt::AlignmentFlags. +

See also setTextFlags() and TQt::AlignmentFlags.


-- cgit v1.2.1