diff options
Diffstat (limited to 'doc/html/tqdatatable.html')
-rw-r--r-- | doc/html/tqdatatable.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index dbc0c092f..dc1225550 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDataTable class provides a flexible SQL table widget that supports browsing and editing. <a href="#details">More...</a> <p><tt>#include <<a href="tqdatatable-h.html">tqdatatable.h</a>></tt> -<p>Inherits <a href="ntqtable.html">TQTable</a>. +<p>Inherits <a href="tqtable.html">TQTable</a>. <p><a href="tqdatatable-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -158,9 +158,9 @@ fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as quickly as possible, with minimum memory usage. -<p> TQDataTable inherits <a href="ntqtable.html">TQTable</a>'s API and extends it with functions to +<p> TQDataTable inherits <a href="tqtable.html">TQTable</a>'s API and extends it with functions to sort and filter the data and sort columns. See <a href="#setSqlCursor">setSqlCursor</a>(), -<a href="#setFilter">setFilter</a>(), <a href="#setSort">setSort</a>(), <a href="ntqtable.html#setSorting">setSorting</a>(), <a href="#sortColumn">sortColumn</a>() and <a href="#refresh">refresh</a>(). +<a href="#setFilter">setFilter</a>(), <a href="#setSort">setSort</a>(), <a href="tqtable.html#setSorting">setSorting</a>(), <a href="#sortColumn">sortColumn</a>() and <a href="#refresh">refresh</a>(). <p> When displaying editable cursors, cell editing will be enabled. (For more information on editable cursors, see <a href="tqsqlcursor.html">TQSqlCursor</a>). TQDataTable can be used to modify existing data and to add new @@ -276,7 +276,7 @@ cursor will be refreshed before the column width is calculated. Be aware that this function may be slow on tables that contain large result sets. -<p>Reimplemented from <a href="ntqtable.html#adjustColumn">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#adjustColumn">TQTable</a>. <h3 class=fn>bool <a name="autoDelete"></a>TQDataTable::autoDelete () const </h3> Returns TRUE if the table will automatically delete the cursor @@ -329,7 +329,7 @@ cursor, nothing happens. <a href="tqsqlcursor.html#editBuffer">TQSqlCursor::editBuffer</a>()). <p> <em>row</em> and <em>col</em> refer to the row and column in the TQDataTable. <p> (<em>replace</em> is provided for reimplementors and reflects the API of -<a href="ntqtable.html#beginEdit">TQTable::beginEdit</a>().) +<a href="tqtable.html#beginEdit">TQTable::beginEdit</a>().) <h3 class=fn><a href="tqsql.html#Confirm-enum">TQSql::Confirm</a> <a name="confirmCancel"></a>TQDataTable::confirmCancel ( <a href="tqsql.html#Op-enum">TQSql::Op</a> m )<tt> [virtual protected]</tt> </h3> @@ -466,11 +466,11 @@ See the <a href="tqdatatable.html#nullText-prop">"nullText"</a> property for det <h3 class=fn>int <a name="numCols"></a>TQDataTable::numCols () const<tt> [virtual]</tt> </h3><p>Returns the number of columns in the table. See the <a href="tqdatatable.html#numCols-prop">"numCols"</a> property for details. -<p>Reimplemented from <a href="ntqtable.html#numCols">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#numCols">TQTable</a>. <h3 class=fn>int <a name="numRows"></a>TQDataTable::numRows () const<tt> [virtual]</tt> </h3><p>Returns the number of rows in the table. See the <a href="tqdatatable.html#numRows-prop">"numRows"</a> property for details. -<p>Reimplemented from <a href="ntqtable.html#numRows">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#numRows">TQTable</a>. <h3 class=fn>void <a name="paintField"></a>TQDataTable::paintField ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqsqlfield.html">TQSqlField</a> * field, const <a href="tqrect.html">TQRect</a> & cr, bool selected )<tt> [virtual protected]</tt> </h3> Paints the <em>field</em> on the painter <em>p</em>. The painter has already @@ -556,13 +556,13 @@ header; by default there is no icon. <h3 class=fn>void <a name="setColumnWidth"></a>TQDataTable::setColumnWidth ( int col, int w )<tt> [virtual slot]</tt> </h3> -Sets the column <em>col</em> to the width <em>w</em>. Note that unlike <a href="ntqtable.html">TQTable</a> +Sets the column <em>col</em> to the width <em>w</em>. Note that unlike <a href="tqtable.html">TQTable</a> the TQDataTable is not immediately redrawn, you must call <a href="#refresh">refresh</a>(TQDataTable::RefreshColumns) yourself. <p> <p>See also <a href="#refresh">refresh</a>(). -<p>Reimplemented from <a href="ntqtable.html#setColumnWidth">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#setColumnWidth">TQTable</a>. <h3 class=fn>void <a name="setConfirmCancels"></a>TQDataTable::setConfirmCancels ( bool confirm )<tt> [virtual]</tt> </h3><p>Sets whether the data table confirms cancel operations to <em>confirm</em>. See the <a href="tqdatatable.html#confirmCancels-prop">"confirmCancels"</a> property for details. @@ -619,7 +619,7 @@ default is FALSE), the table will take ownership of the <em>cursor</em> and delete it when appropriate. If the <em>cursor</em> is read-only, the table becomes read-only. The table adopts the cursor's driver's definition for representing NULL values as strings. -<p> <p>See also <a href="#refresh">refresh</a>(), <a href="ntqtable.html#readOnly-prop">readOnly</a>, <a href="#setAutoDelete">setAutoDelete</a>(), and <a href="tqsqldriver.html#nullText">TQSqlDriver::nullText</a>(). +<p> <p>See also <a href="#refresh">refresh</a>(), <a href="tqtable.html#readOnly-prop">readOnly</a>, <a href="#setAutoDelete">setAutoDelete</a>(), and <a href="tqsqldriver.html#nullText">TQSqlDriver::nullText</a>(). <h3 class=fn>void <a name="setTrueText"></a>TQDataTable::setTrueText ( const <a href="tqstring.html">TQString</a> & trueText )<tt> [virtual]</tt> </h3><p>Sets the text used to represent true values to <em>trueText</em>. @@ -630,7 +630,7 @@ See the <a href="tqdatatable.html#sort-prop">"sort"</a> property for details. <h3 class=fn>void <a name="sortAscending"></a>TQDataTable::sortAscending ( int col )<tt> [virtual slot]</tt> </h3> Sorts column <em>col</em> in ascending order. -<p> <p>See also <a href="ntqtable.html#sorting-prop">sorting</a>. +<p> <p>See also <a href="tqtable.html#sorting-prop">sorting</a>. <h3 class=fn>void <a name="sortColumn"></a>TQDataTable::sortColumn ( int col, bool ascending = TRUE, bool wholeRows = FALSE )<tt> [virtual]</tt> </h3> @@ -639,11 +639,11 @@ Sorts column <em>col</em> in ascending order if <em>ascending</em> is TRUE <p> The <em>wholeRows</em> parameter is ignored; TQDataTable always sorts whole rows by the specified column. -<p>Reimplemented from <a href="ntqtable.html#sortColumn">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#sortColumn">TQTable</a>. <h3 class=fn>void <a name="sortDescending"></a>TQDataTable::sortDescending ( int col )<tt> [virtual slot]</tt> </h3> Sorts column <em>col</em> in descending order. -<p> <p>See also <a href="ntqtable.html#sorting-prop">sorting</a>. +<p> <p>See also <a href="tqtable.html#sorting-prop">sorting</a>. <h3 class=fn><a href="tqsqlcursor.html">TQSqlCursor</a> * <a name="sqlCursor"></a>TQDataTable::sqlCursor () const </h3> @@ -656,7 +656,7 @@ cell is empty. If the cell's value is NULL then <a href="#nullText">nullText</a> returned. If the cell does not exist then <a href="tqstring.html#TQString-null">TQString::null</a> is returned. -<p>Reimplemented from <a href="ntqtable.html#text">TQTable</a>. +<p>Reimplemented from <a href="tqtable.html#text">TQTable</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="trueText"></a>TQDataTable::trueText () const </h3><p>Returns the text used to represent true values. See the <a href="tqdatatable.html#trueText-prop">"trueText"</a> property for details. |