--- a/Documentation/Source/eric5.Debugger.BreakPointModel.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Debugger.BreakPointModel.html Fri Mar 11 16:51:57 2011 +0100 @@ -111,7 +111,7 @@ </table> <a NAME="BreakPointModel.__init__" ID="BreakPointModel.__init__"></a> <h4>BreakPointModel (Constructor)</h4> -<b>BreakPointModel</b>(<i>parent = None</i>) +<b>BreakPointModel</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -134,12 +134,12 @@ </dd><dt><i>properties</i></dt> <dd> properties of the breakpoint - (tuple of condition (string), temporary flag (bool), + (tuple of condition (string), temporary flag (bool), enabled flag (bool), ignore count (integer)) </dd> </dl><a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a> <h4>BreakPointModel.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> @@ -241,7 +241,7 @@ </dd> </dl><a NAME="BreakPointModel.hasChildren" ID="BreakPointModel.hasChildren"></a> <h4>BreakPointModel.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> @@ -256,7 +256,7 @@ </dd> </dl><a NAME="BreakPointModel.headerData" ID="BreakPointModel.headerData"></a> <h4>BreakPointModel.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> @@ -277,7 +277,7 @@ </dd> </dl><a NAME="BreakPointModel.index" ID="BreakPointModel.index"></a> <h4>BreakPointModel.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> @@ -328,7 +328,7 @@ </dd> </dl><a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a> <h4>BreakPointModel.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> @@ -354,7 +354,7 @@ </dd><dt><i>properties</i></dt> <dd> properties of the breakpoint - (tuple of condition (string), temporary flag (bool), + (tuple of condition (string), temporary flag (bool), enabled flag (bool), ignore count (integer)) </dd> </dl><a NAME="BreakPointModel.setBreakPointEnabledByIndex" ID="BreakPointModel.setBreakPointEnabledByIndex"></a>