src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html

branch
eric7
changeset 10832
479cf39ac9cb
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Sat Jul 06 19:48:50 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Sun Jul 07 12:57:21 2024 +0200
@@ -22,6 +22,10 @@
 <td><a href="#EditorOutlineModel">EditorOutlineModel</a></td>
 <td>Class implementing the editor outline model.</td>
 </tr>
+<tr>
+<td><a href="#EditorOutlineSortFilterProxyModel">EditorOutlineSortFilterProxyModel</a></td>
+<td>Class implementing the editor outline sort filter proxy model.</td>
+</tr>
 </table>
 
 <h3>Functions</h3>
@@ -268,4 +272,92 @@
 
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="EditorOutlineSortFilterProxyModel" ID="EditorOutlineSortFilterProxyModel"></a>
+<h2>EditorOutlineSortFilterProxyModel</h2>
+<p>
+    Class implementing the editor outline sort filter proxy model.
+</p>
+
+<h3>Derived from</h3>
+BrowserSortFilterProxyModel
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#EditorOutlineSortFilterProxyModel.__init__">EditorOutlineSortFilterProxyModel</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#EditorOutlineSortFilterProxyModel.filterAcceptsRow">filterAcceptsRow</a></td>
+<td>Public method to filter rows.</td>
+</tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<a NAME="EditorOutlineSortFilterProxyModel.__init__" ID="EditorOutlineSortFilterProxyModel.__init__"></a>
+<h4>EditorOutlineSortFilterProxyModel (Constructor)</h4>
+<b>EditorOutlineSortFilterProxyModel</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p>
+
+<dl>
+
+<dt><i>parent</i> (QObject)</dt>
+<dd>
+reference to the parent object
+</dd>
+</dl>
+<a NAME="EditorOutlineSortFilterProxyModel.filterAcceptsRow" ID="EditorOutlineSortFilterProxyModel.filterAcceptsRow"></a>
+<h4>EditorOutlineSortFilterProxyModel.filterAcceptsRow</h4>
+<b>filterAcceptsRow</b>(<i>_source_row, _source_parent</i>)
+<p>
+        Public method to filter rows.
+</p>
+<p>
+        This overrides the filtering of the parent class by always accept
+        the row.
+</p>
+
+<dl>
+
+<dt><i>_source_row</i> (int)</dt>
+<dd>
+row number (in the source model) of item
+</dd>
+<dt><i>_source_parent</i> (QModelIndex)</dt>
+<dd>
+index of parent item (in the source model)
+            of item
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating, if the item should be shown
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>

eric ide

mercurial