diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/tqdatatable.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatatable.html')
-rw-r--r-- | doc/html/tqdatatable.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdatatable.html b/doc/html/tqdatatable.html index c659f6f85..a064507db 100644 --- a/doc/html/tqdatatable.html +++ b/doc/html/tqdatatable.html @@ -235,12 +235,12 @@ Just before the database is updated a signal is emitted; <li><tt>TQDataTable::RefreshAll</tt> - refresh both the data and the list of fields </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDataTable"></a>TQDataTable::TQDataTable ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDataTable"></a>TQDataTable::TQDataTable ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a data table which is a child of <em>parent</em>, called name <em>name</em>. -<h3 class=fn><a name="TQDataTable-2"></a>TQDataTable::TQDataTable ( <a href="tqsqlcursor.html">TQSqlCursor</a> * cursor, bool autoPopulate = FALSE, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDataTable-2"></a>TQDataTable::TQDataTable ( <a href="tqsqlcursor.html">TQSqlCursor</a> * cursor, bool autoPopulate = FALSE, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a data table which is a child of <em>parent</em>, called name <em>name</em> using the cursor <em>cursor</em>. @@ -320,7 +320,7 @@ cursor or the cursor does not allow inserts, nothing happens. an asterisk '*' in the row's vertical header column, i.e. at the left of the row. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="beginUpdate"></a>TQDataTable::beginUpdate ( int row, int col, bool replace )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="beginUpdate"></a>TQDataTable::beginUpdate ( int row, int col, bool replace )<tt> [virtual protected]</tt> </h3> Protected virtual function called when editing is about to begin on an existing row. If the table is read-only, or if there's no @@ -421,7 +421,7 @@ unchanged. <h3 class=fn>void <a name="handleError"></a>TQDataTable::handleError ( const <a href="tqsqlerror.html">TQSqlError</a> & e )<tt> [virtual protected]</tt> </h3> Protected virtual function which is called when an error <em>e</em> has -occurred on the current <a href="ntqwidget.html#cursor">cursor</a>(). The default implementation +occurred on the current <a href="tqwidget.html#cursor">cursor</a>(). The default implementation displays a warning message to the user with information about the error. |