diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Helpviewer.History.HistoryTreeModel.html --- a/Documentation/Source/eric5.Helpviewer.History.HistoryTreeModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryTreeModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -108,7 +108,7 @@ </table> <a NAME="HistoryTreeModel.__init__" ID="HistoryTreeModel.__init__"></a> <h4>HistoryTreeModel (Constructor)</h4> -<b>HistoryTreeModel</b>(<i>sourceModel, parent = None</i>) +<b>HistoryTreeModel</b>(<i>sourceModel, parent=None</i>) <p> Constructor </p><dl> @@ -123,7 +123,7 @@ <h4>HistoryTreeModel.__sourceDateRow</h4> <b>__sourceDateRow</b>(<i>row</i>) <p> - Private method to translate the top level date row into the offset + Private method to translate the top level date row into the offset where that date starts. </p><dl> <dt><i>row</i></dt> @@ -174,7 +174,7 @@ </dd> </dl><a NAME="HistoryTreeModel.columnCount" ID="HistoryTreeModel.columnCount"></a> <h4>HistoryTreeModel.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> @@ -189,7 +189,7 @@ </dd> </dl><a NAME="HistoryTreeModel.data" ID="HistoryTreeModel.data"></a> <h4>HistoryTreeModel.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> @@ -222,7 +222,7 @@ </dd> </dl><a NAME="HistoryTreeModel.hasChildren" ID="HistoryTreeModel.hasChildren"></a> <h4>HistoryTreeModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent = QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=QModelIndex()</i>) <p> Public method to check, if an entry has some children. </p><dl> @@ -237,7 +237,7 @@ </dd> </dl><a NAME="HistoryTreeModel.headerData" ID="HistoryTreeModel.headerData"></a> <h4>HistoryTreeModel.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> @@ -258,7 +258,7 @@ </dd> </dl><a NAME="HistoryTreeModel.index" ID="HistoryTreeModel.index"></a> <h4>HistoryTreeModel.index</h4> -<b>index</b>(<i>row, column, parent = QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=QModelIndex()</i>) <p> Public method to create an index. </p><dl> @@ -324,7 +324,7 @@ </dd> </dl><a NAME="HistoryTreeModel.removeRows" ID="HistoryTreeModel.removeRows"></a> <h4>HistoryTreeModel.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 entries from the model. </p><dl> @@ -345,7 +345,7 @@ </dd> </dl><a NAME="HistoryTreeModel.rowCount" ID="HistoryTreeModel.rowCount"></a> <h4>HistoryTreeModel.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>