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/qlistboxpixmap.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/qlistboxpixmap.html') diff --git a/doc/html/qlistboxpixmap.html b/doc/html/qlistboxpixmap.html index f1115b449..fe3303b54 100644 --- a/doc/html/qlistboxpixmap.html +++ b/doc/html/qlistboxpixmap.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }

The TQListBoxPixmap class provides list box items with a pixmap and optional text. More... -

#include <qlistbox.h> +

#include <ntqlistbox.h>

Inherits TQListBoxItem.

List of all member functions.

Public Members

@@ -62,35 +62,35 @@ pixmap and optional text.

Items of this class are drawn with the pixmap on the left with the optional text to the right of the pixmap. -

See also TQListBox, TQListBoxItem, and Advanced Widgets. +

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 @@ -100,24 +100,24 @@ the item after, or at the beginning if after is 0. Destroys the item. -

int TQListBoxPixmap::height ( const TQListBox * lb ) const [virtual] +

int TQListBoxPixmap::height ( const TQListBox * lb ) const [virtual]

Returns the height of the pixmap in list box lb.

See also paint() and width().

Reimplemented from TQListBoxItem. -

void TQListBoxPixmap::paint ( TQPainter * painter ) [virtual protected] +

void TQListBoxPixmap::paint ( TQPainter * painter ) [virtual protected]

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.

Reimplemented from TQListBoxItem. -

int TQListBoxPixmap::width ( const TQListBox * lb ) const [virtual] +

int TQListBoxPixmap::width ( const TQListBox * lb ) const [virtual]

Returns the width of the pixmap plus some margin in list box lb.

See also paint() and height(). -- cgit v1.2.1