From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/qlistboxpixmap.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qlistboxpixmap.html') diff --git a/doc/html/qlistboxpixmap.html b/doc/html/qlistboxpixmap.html index 5cee82968..1d2809013 100644 --- a/doc/html/qlistboxpixmap.html +++ b/doc/html/qlistboxpixmap.html @@ -65,32 +65,32 @@ optional text to the right of the pixmap.

See also TQListBox, TQListBoxItem, and Advanced Widgets.


Member Function Documentation

-

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pixmap ) +

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pixmap )

Constructs a new list box item in list box listbox showing the pixmap pixmap. -

TQListBoxPixmap::TQListBoxPixmap ( const TQPixmap & pixmap ) +

TQListBoxPixmap::TQListBoxPixmap ( const TQPixmap & pixmap )

Constructs a new list box item showing the pixmap pixmap. -

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pixmap, TQListBoxItem * after ) +

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pixmap, TQListBoxItem * after )

Constructs a new list box item in list box listbox showing the pixmap pixmap. The item gets inserted after the item after, or at the beginning if after is 0. -

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pix, const TQString & text ) +

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pix, const TQString & text )

Constructs a new list box item in list box listbox showing the pixmap pix and the text text. -

TQListBoxPixmap::TQListBoxPixmap ( const TQPixmap & pix, const TQString & text ) +

TQListBoxPixmap::TQListBoxPixmap ( const TQPixmap & pix, const TQString & text )

Constructs a new list box item showing the pixmap pix and the text to text. -

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pix, const TQString & text, TQListBoxItem * after ) +

TQListBoxPixmap::TQListBoxPixmap ( TQListBox * listbox, const TQPixmap & pix, const TQString & text, TQListBoxItem * after )

Constructs a new list box item in list box listbox showing the pixmap pix and the string text. The item gets inserted after @@ -111,7 +111,7 @@ Returns the height of the pixmap in list box lb. Draws the pixmap using painter.

Reimplemented from TQListBoxItem. -

const TQPixmap * TQListBoxPixmap::pixmap () const [virtual] +

const TQPixmap * TQListBoxPixmap::pixmap () const [virtual]

Returns the pixmap associated with the item. -- cgit v1.2.1