--- a/Documentation/Source/eric5.Debugger.WatchPointModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Debugger.WatchPointModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -108,7 +108,7 @@ </table> <a NAME="WatchPointModel.__init__" ID="WatchPointModel.__init__"></a> <h4>WatchPointModel (Constructor)</h4> -<b>WatchPointModel</b>(<i>parent = None</i>) +<b>WatchPointModel</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -135,7 +135,7 @@ </dd> </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a> <h4>WatchPointModel.columnCount</h4> -<b>columnCount</b>(<i>parent = QModelIndex()</i>) +<b>columnCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to get the current column count. </p><dl> @@ -219,7 +219,7 @@ </dd> </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a> <h4>WatchPointModel.getWatchPointIndex</h4> -<b>getWatchPointIndex</b>(<i>cond, special = ""</i>) +<b>getWatchPointIndex</b>(<i>cond, special=""</i>) <p> Public method to get the index of a watch expression given by expression. </p><dl> @@ -237,7 +237,7 @@ </dd> </dl><a NAME="WatchPointModel.hasChildren" ID="WatchPointModel.hasChildren"></a> <h4>WatchPointModel.hasChildren</h4> -<b>hasChildren</b>(<i>parent = QModelIndex()</i>) +<b>hasChildren</b>(<i>parent=QModelIndex()</i>) <p> Public method to check for the presence of child items. </p><dl> @@ -252,7 +252,7 @@ </dd> </dl><a NAME="WatchPointModel.headerData" ID="WatchPointModel.headerData"></a> <h4>WatchPointModel.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 header data. </p><dl> @@ -273,7 +273,7 @@ </dd> </dl><a NAME="WatchPointModel.index" ID="WatchPointModel.index"></a> <h4>WatchPointModel.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> @@ -309,7 +309,7 @@ </dd> </dl><a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> <h4>WatchPointModel.rowCount</h4> -<b>rowCount</b>(<i>parent = QModelIndex()</i>) +<b>rowCount</b>(<i>parent=QModelIndex()</i>) <p> Public method to get the current row count. </p><dl>