diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockModel.html --- a/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Helpviewer.AdBlock.AdBlockModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -102,7 +102,7 @@ </table> <a NAME="AdBlockModel.__init__" ID="AdBlockModel.__init__"></a> <h4>AdBlockModel (Constructor)</h4> -<b>AdBlockModel</b>(<i>parent = None</i>) +<b>AdBlockModel</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -117,7 +117,7 @@ Private slot to handle changes in rules. </p><a NAME="AdBlockModel.columnCount" ID="AdBlockModel.columnCount"></a> <h4>AdBlockModel.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> @@ -132,7 +132,7 @@ </dd> </dl><a NAME="AdBlockModel.data" ID="AdBlockModel.data"></a> <h4>AdBlockModel.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> @@ -165,7 +165,7 @@ </dd> </dl><a NAME="AdBlockModel.hasChildren" ID="AdBlockModel.hasChildren"></a> <h4>AdBlockModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent = QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=QModelIndex()</i>) <p> Public method to check, if a parent node has some children. </p><dl> @@ -180,7 +180,7 @@ </dd> </dl><a NAME="AdBlockModel.headerData" ID="AdBlockModel.headerData"></a> <h4>AdBlockModel.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> @@ -201,7 +201,7 @@ </dd> </dl><a NAME="AdBlockModel.index" ID="AdBlockModel.index"></a> <h4>AdBlockModel.index</h4> -<b>index</b>(<i>row, column, parent = QModelIndex()</i>) +<b>index</b>(<i>row, column, parent=QModelIndex()</i>) <p> Public method to get a model index for a node cell. </p><dl> @@ -222,7 +222,7 @@ </dd> </dl><a NAME="AdBlockModel.parent" ID="AdBlockModel.parent"></a> <h4>AdBlockModel.parent</h4> -<b>parent</b>(<i>index = QModelIndex()</i>) +<b>parent</b>(<i>index=QModelIndex()</i>) <p> Public method to get the index of the parent node. </p><dl> @@ -237,7 +237,7 @@ </dd> </dl><a NAME="AdBlockModel.removeRows" ID="AdBlockModel.removeRows"></a> <h4>AdBlockModel.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 bookmarks from the model. </p><dl> @@ -258,7 +258,7 @@ </dd> </dl><a NAME="AdBlockModel.rowCount" ID="AdBlockModel.rowCount"></a> <h4>AdBlockModel.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> @@ -288,7 +288,7 @@ </dd> </dl><a NAME="AdBlockModel.setData" ID="AdBlockModel.setData"></a> <h4>AdBlockModel.setData</h4> -<b>setData</b>(<i>index, value, role = Qt.EditRole</i>) +<b>setData</b>(<i>index, value, role=Qt.EditRole</i>) <p> Public method to set the data of a node cell. </p><dl>