diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Helpviewer.History.HistoryModel.html --- a/Documentation/Source/eric5.Helpviewer.History.HistoryModel.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryModel.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.History.HistoryModel</h1> <p> -Module implementing the history model. +Module implementing the history model. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#HistoryModel">HistoryModel</a></td> -<td>Class implementing the history model.</td> +<td>Class implementing the history model.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="HistoryModel" ID="HistoryModel"></a> <h2>HistoryModel</h2> <p> - Class implementing the history model. + Class implementing the history model. </p> <h3>Derived from</h3> QAbstractTableModel @@ -55,155 +55,155 @@ <table> <tr> <td><a href="#HistoryModel.__init__">HistoryModel</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HistoryModel.columnCount">columnCount</a></td> -<td>Public method to get the number of columns.</td> +<td>Public method to get the number of columns.</td> </tr><tr> <td><a href="#HistoryModel.data">data</a></td> -<td>Public method to get data from the model.</td> +<td>Public method to get data from the model.</td> </tr><tr> <td><a href="#HistoryModel.entryAdded">entryAdded</a></td> -<td>Public slot to handle the addition of a history entry.</td> +<td>Public slot to handle the addition of a history entry.</td> </tr><tr> <td><a href="#HistoryModel.entryUpdated">entryUpdated</a></td> -<td>Public slot to handle the update of a history entry.</td> +<td>Public slot to handle the update of a history entry.</td> </tr><tr> <td><a href="#HistoryModel.headerData">headerData</a></td> -<td>Public method to get the header data.</td> +<td>Public method to get the header data.</td> </tr><tr> <td><a href="#HistoryModel.historyReset">historyReset</a></td> -<td>Public slot to reset the model.</td> +<td>Public slot to reset the model.</td> </tr><tr> <td><a href="#HistoryModel.removeRows">removeRows</a></td> -<td>Public method to remove history entries from the model.</td> +<td>Public method to remove history entries from the model.</td> </tr><tr> <td><a href="#HistoryModel.rowCount">rowCount</a></td> -<td>Public method to determine the number of rows.</td> +<td>Public method to determine the number of rows.</td> </tr> </table> <a NAME="HistoryModel.__init__" ID="HistoryModel.__init__"></a> <h4>HistoryModel (Constructor)</h4> <b>HistoryModel</b>(<i>historyManager, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>historyManager</i></dt> <dd> -reference to the history manager object (HistoryManager) +reference to the history manager object (HistoryManager) </dd><dt><i>parent</i></dt> <dd> -reference to the parent object (QObject) +reference to the parent object (QObject) </dd> </dl><a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a> <h4>HistoryModel.columnCount</h4> <b>columnCount</b>(<i>parent = QModelIndex()</i>) <p> - Public method to get the number of columns. + Public method to get the number of columns. </p><dl> <dt><i>parent</i></dt> <dd> -index of parent (QModelIndex) +index of parent (QModelIndex) </dd> </dl><dl> <dt>Returns:</dt> <dd> -number of columns (integer) +number of columns (integer) </dd> </dl><a NAME="HistoryModel.data" ID="HistoryModel.data"></a> <h4>HistoryModel.data</h4> <b>data</b>(<i>index, role = Qt.DisplayRole</i>) <p> - Public method to get data from the model. + Public method to get data from the model. </p><dl> <dt><i>index</i></dt> <dd> -index of history entry to get data for (QModelIndex) +index of history entry to get data for (QModelIndex) </dd><dt><i>role</i></dt> <dd> -data role (integer) +data role (integer) </dd> </dl><dl> <dt>Returns:</dt> <dd> -history entry data +history entry data </dd> </dl><a NAME="HistoryModel.entryAdded" ID="HistoryModel.entryAdded"></a> <h4>HistoryModel.entryAdded</h4> <b>entryAdded</b>(<i></i>) <p> - Public slot to handle the addition of a history entry. + Public slot to handle the addition of a history entry. </p><a NAME="HistoryModel.entryUpdated" ID="HistoryModel.entryUpdated"></a> <h4>HistoryModel.entryUpdated</h4> <b>entryUpdated</b>(<i>row</i>) <p> - Public slot to handle the update of a history entry. + Public slot to handle the update of a history entry. </p><dl> <dt><i>row</i></dt> <dd> -row number of the updated entry (integer) +row number of the updated entry (integer) </dd> </dl><a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a> <h4>HistoryModel.headerData</h4> <b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) <p> - Public method to get the header data. + Public method to get the header data. </p><dl> <dt><i>section</i></dt> <dd> -section number (integer) +section number (integer) </dd><dt><i>orientation</i></dt> <dd> -header orientation (Qt.Orientation) +header orientation (Qt.Orientation) </dd><dt><i>role</i></dt> <dd> -data role (integer) +data role (integer) </dd> </dl><dl> <dt>Returns:</dt> <dd> -header data +header data </dd> </dl><a NAME="HistoryModel.historyReset" ID="HistoryModel.historyReset"></a> <h4>HistoryModel.historyReset</h4> <b>historyReset</b>(<i></i>) <p> - Public slot to reset the model. + Public slot to reset the model. </p><a NAME="HistoryModel.removeRows" ID="HistoryModel.removeRows"></a> <h4>HistoryModel.removeRows</h4> <b>removeRows</b>(<i>row, count, parent = QModelIndex()</i>) <p> - Public method to remove history entries from the model. + Public method to remove history entries from the model. </p><dl> <dt><i>row</i></dt> <dd> -row of the first history entry to remove (integer) +row of the first history entry to remove (integer) </dd><dt><i>count</i></dt> <dd> -number of history entries to remove (integer) +number of history entries to remove (integer) </dd><dt><i>index</i></dt> <dd> -of the parent entry (QModelIndex) +of the parent entry (QModelIndex) </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating successful removal (boolean) +flag indicating successful removal (boolean) </dd> </dl><a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a> <h4>HistoryModel.rowCount</h4> <b>rowCount</b>(<i>parent = QModelIndex()</i>) <p> - Public method to determine the number of rows. + Public method to determine the number of rows. </p><dl> <dt><i>parent</i></dt> <dd> -index of parent (QModelIndex) +index of parent (QModelIndex) </dd> </dl><dl> <dt>Returns:</dt> <dd> -number of rows (integer) +number of rows (integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div>