diff options
Diffstat (limited to 'doc/html/qtableitem.html')
-rw-r--r-- | doc/html/qtableitem.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html index 551dbe477..8e69385ba 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -207,7 +207,7 @@ into a table with <a href="ntqtable.html#setItem">TQTable::setItem</a>(). <p> The table takes ownership of the table item, so a table item should not be inserted into more than one table at a time. -<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a> * table, <a href="qtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQTableItem-3"></a>TQTableItem::TQTableItem ( <a href="ntqtable.html">TQTable</a> * table, <a href="qtableitem.html#EditType-enum">EditType</a> et, const <a href="tqstring.html">TQString</a> & text, const <a href="tqpixmap.html">TQPixmap</a> & p ) </h3> Creates a table item that is a child of table <em>table</em> with text <em>text</em> and pixmap <em>p</em>. The item has the <a href="#EditType-enum">EditType</a> <em>et</em>. @@ -301,7 +301,7 @@ sorting. The default implementation returns the <a href="#text">text</a>() of th relevant item. <p> <p>See also <a href="ntqtable.html#sorting-prop">TQTable::sorting</a>. -<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paint"></a>TQTableItem::paint ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqcolorgroup.html">TQColorGroup</a> & cg, const <a href="tqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual]</tt> </h3> This virtual function is used to paint the contents of an item using the painter <em>p</em> in the rectangular area <em>cr</em> using the @@ -322,7 +322,7 @@ maximum efficiency. If you want clipping, use <p> <p>Example: <a href="statistics-example.html#x2786">table/statistics/statistics.cpp</a>. -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQTableItem::pixmap () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQTableItem::pixmap () const<tt> [virtual]</tt> </h3> Returns the table item's pixmap or a null pixmap if no pixmap has been set. @@ -388,7 +388,7 @@ table item is disabled. <p> A disabled item doesn't respond to user interaction. <p> <p>See also <a href="#isEnabled">isEnabled</a>(). -<h3 class=fn>void <a name="setPixmap"></a>TQTableItem::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & p )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPixmap"></a>TQTableItem::setPixmap ( const <a href="tqpixmap.html">TQPixmap</a> & p )<tt> [virtual]</tt> </h3> Sets pixmap <em>p</em> to be this item's pixmap. <p> Note that <a href="#setPixmap">setPixmap</a>() does not update the cell the table item |