--- a/Documentation/Source/eric5.Helpviewer.History.HistoryModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -84,7 +84,7 @@ </table> <a NAME="HistoryModel.__init__" ID="HistoryModel.__init__"></a> <h4>HistoryModel (Constructor)</h4> -<b>HistoryModel</b>(<i>historyManager, parent = None</i>) +<b>HistoryModel</b>(<i>historyManager, parent=None</i>) <p> Constructor </p><dl> @@ -97,7 +97,7 @@ </dd> </dl><a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a> <h4>HistoryModel.columnCount</h4> -<b>columnCount</b>(<i>parent = QModelIndex()</i>) +<b>columnCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to get the number of columns. </p><dl> @@ -112,7 +112,7 @@ </dd> </dl><a NAME="HistoryModel.data" ID="HistoryModel.data"></a> <h4>HistoryModel.data</h4> -<b>data</b>(<i>index, role = Qt.DisplayRole</i>) +<b>data</b>(<i>index, role=Qt.DisplayRole</i>) <p> Public method to get data from the model. </p><dl> @@ -145,7 +145,7 @@ </dd> </dl><a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a> <h4>HistoryModel.headerData</h4> -<b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>) +<b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) <p> Public method to get the header data. </p><dl> @@ -171,7 +171,7 @@ 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>) +<b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) <p> Public method to remove history entries from the model. </p><dl> @@ -192,7 +192,7 @@ </dd> </dl><a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a> <h4>HistoryModel.rowCount</h4> -<b>rowCount</b>(<i>parent = QModelIndex()</i>) +<b>rowCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to determine the number of rows. </p><dl>