Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksModel.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Helpviewer.Bookmarks.BookmarksModel</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#109;&#111;&#100;&#101;&#108; &#99;&#108;&#97;&#115;&#115;.
+Module implementing the bookmark model class.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#BookmarksModel">BookmarksModel</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Class implementing the bookmark model.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="BookmarksModel" ID="BookmarksModel"></a>
 <h2>BookmarksModel</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#109;&#111;&#100;&#101;&#108;.
+    Class implementing the bookmark model.
 </p>
 <h3>Derived from</h3>
 QAbstractItemModel
@@ -55,396 +55,396 @@
 <table>
 <tr>
 <td><a href="#BookmarksModel.__init__">BookmarksModel</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#BookmarksModel.bookmarksManager">bookmarksManager</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#109;&#97;&#110;&#97;&#103;&#101;&#114;.</td>
+<td>Public method to get a reference to the bookmarks manager.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.columnCount">columnCount</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#111;&#108;&#117;&#109;&#110;&#115;.</td>
+<td>Public method to get the number of columns.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.data">data</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#100;&#97;&#116;&#97; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Public method to get data from the model.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.dropMimeData">dropMimeData</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#99;&#101;&#112;&#116; &#116;&#104;&#101; &#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97; &#111;&#102; &#97; &#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110;.</td>
+<td>Public method to accept the mime data of a drop action.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.entryAdded">entryAdded</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#100;&#100; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101;.</td>
+<td>Public slot to add a bookmark node.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.entryChanged">entryChanged</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#97;&#110;&#103;&#101; &#97; &#110;&#111;&#100;&#101;.</td>
+<td>Public method to change a node.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.entryRemoved">entryRemoved</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101;.</td>
+<td>Public slot to remove a bookmark node.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.flags">flags</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#102;&#108;&#97;&#103;&#115; &#102;&#111;&#114; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.</td>
+<td>Public method to get flags for a node cell.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.hasChildren">hasChildren</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#97; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101; &#104;&#97;&#115; &#115;&#111;&#109;&#101; &#99;&#104;&#105;&#108;&#100;&#114;&#101;&#110;.</td>
+<td>Public method to check, if a parent node has some children.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.headerData">headerData</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#104;&#101;&#97;&#100;&#101;&#114; &#100;&#97;&#116;&#97;.</td>
+<td>Public method to get the header data.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.index">index</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#109;&#111;&#100;&#101;&#108; &#105;&#110;&#100;&#101;x &#102;&#111;&#114; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.</td>
+<td>Public method to get a model index for a node cell.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.mimeData">mimeData</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97;.</td>
+<td>Public method to return the mime data.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.mimeTypes">mimeTypes</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#109;&#105;&#109;&#101; &#116;y&#112;&#101;&#115;.</td>
+<td>Public method to report the supported mime types.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.node">node</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; &#103;&#105;v&#101;&#110; &#105;&#116;'&#115; &#105;&#110;&#100;&#101;x.</td>
+<td>Public method to get a bookmark node given it's index.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.nodeIndex">nodeIndex</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#109;&#111;&#100;&#101;&#108; &#105;&#110;&#100;&#101;x.</td>
+<td>Public method to get a model index.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.parent">parent</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101;.</td>
+<td>Public method to get the index of the parent node.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.removeRows">removeRows</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#109;&#111;&#100;&#101;&#108;.</td>
+<td>Public method to remove bookmarks from the model.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.rowCount">rowCount</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#116;&#101;&#114;&#109;&#105;&#110;&#101; &#116;&#104;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#114;&#111;w&#115;.</td>
+<td>Public method to determine the number of rows.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.setData">setData</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#111;&#102; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.</td>
+<td>Public method to set the data of a node cell.</td>
 </tr><tr>
 <td><a href="#BookmarksModel.supportedDropActions">supportedDropActions</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.</td>
+<td>Public method to report the supported drop actions.</td>
 </tr>
 </table>
 <a NAME="BookmarksModel.__init__" ID="BookmarksModel.__init__"></a>
 <h4>BookmarksModel (Constructor)</h4>
 <b>BookmarksModel</b>(<i>manager, parent = None</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>manager</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#109;&#97;&#110;&#97;&#103;&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115;&#77;&#97;&#110;&#97;&#103;&#101;&#114;)
+reference to the bookmark manager object (BookmarksManager)
 </dd><dt><i>parent</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#79;&#98;&#106;&#101;&#99;&#116;)
+reference to the parent object (QObject)
 </dd>
 </dl><a NAME="BookmarksModel.bookmarksManager" ID="BookmarksModel.bookmarksManager"></a>
 <h4>BookmarksModel.bookmarksManager</h4>
 <b>bookmarksManager</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#109;&#97;&#110;&#97;&#103;&#101;&#114;.
+        Public method to get a reference to the bookmarks manager.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#109;&#97;&#110;&#97;&#103;&#101;&#114; &#111;&#98;&#106;&#101;&#99;&#116; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115;&#77;&#97;&#110;&#97;&#103;&#101;&#114;)
+reference to the bookmarks manager object (BookmarksManager)
 </dd>
 </dl><a NAME="BookmarksModel.columnCount" ID="BookmarksModel.columnCount"></a>
 <h4>BookmarksModel.columnCount</h4>
 <b>columnCount</b>(<i>parent = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#111;&#108;&#117;&#109;&#110;&#115;.
+        Public method to get the number of columns.
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#112;&#97;&#114;&#101;&#110;&#116; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of parent (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#99;&#111;&#108;&#117;&#109;&#110;&#115; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+number of columns (integer)
 </dd>
 </dl><a NAME="BookmarksModel.data" ID="BookmarksModel.data"></a>
 <h4>BookmarksModel.data</h4>
 <b>data</b>(<i>index, role = Qt.DisplayRole</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#100;&#97;&#116;&#97; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#109;&#111;&#100;&#101;&#108;.
+        Public method to get data from the model.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#116;&#111; &#103;&#101;&#116; &#100;&#97;&#116;&#97; &#102;&#111;&#114; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of bookmark to get data for (QModelIndex)
 </dd><dt><i>role</i></dt>
 <dd>
-&#100;&#97;&#116;&#97; &#114;&#111;&#108;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+data role (integer)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#100;&#97;&#116;&#97;
+bookmark data
 </dd>
 </dl><a NAME="BookmarksModel.dropMimeData" ID="BookmarksModel.dropMimeData"></a>
 <h4>BookmarksModel.dropMimeData</h4>
 <b>dropMimeData</b>(<i>data, action, row, column, parent</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#99;&#101;&#112;&#116; &#116;&#104;&#101; &#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97; &#111;&#102; &#97; &#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110;.
+        Public method to accept the mime data of a drop action.
 </p><dl>
 <dt><i>data</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97; (&#81;&#77;&#105;&#109;&#101;&#68;&#97;&#116;&#97;)
+reference to the mime data (QMimeData)
 </dd><dt><i>action</i></dt>
 <dd>
-&#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; (&#81;&#116;.&#68;&#114;&#111;&#112;&#65;&#99;&#116;&#105;&#111;&#110;)
+drop action requested (Qt.DropAction)
 </dd><dt><i>row</i></dt>
 <dd>
-&#114;&#111;w &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+row number (integer)
 </dd><dt><i>column</i></dt>
 <dd>
-&#99;&#111;&#108;&#117;&#109;&#110; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+column number (integer)
 </dd><dt><i>parent</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the parent node (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#117;&#99;&#99;&#101;&#115;&#115;&#102;&#117;&#108; &#97;&#99;&#99;&#101;&#112;&#116;&#97;&#110;&#99;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#97;&#116;&#97; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating successful acceptance of the data (boolean)
 </dd>
 </dl><a NAME="BookmarksModel.entryAdded" ID="BookmarksModel.entryAdded"></a>
 <h4>BookmarksModel.entryAdded</h4>
 <b>entryAdded</b>(<i>node</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#97;&#100;&#100; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101;.
+        Public slot to add a bookmark node.
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; &#116;&#111; &#97;&#100;&#100; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+reference to the bookmark node to add (BookmarkNode)
 </dd>
 </dl><a NAME="BookmarksModel.entryChanged" ID="BookmarksModel.entryChanged"></a>
 <h4>BookmarksModel.entryChanged</h4>
 <b>entryChanged</b>(<i>node</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#97;&#110;&#103;&#101; &#97; &#110;&#111;&#100;&#101;.
+        Public method to change a node.
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; &#116;&#111; &#99;&#104;&#97;&#110;&#103;&#101; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+reference to the bookmark node to change (BookmarkNode)
 </dd>
 </dl><a NAME="BookmarksModel.entryRemoved" ID="BookmarksModel.entryRemoved"></a>
 <h4>BookmarksModel.entryRemoved</h4>
 <b>entryRemoved</b>(<i>parent, row, node</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101;.
+        Public slot to remove a bookmark node.
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+reference to the parent bookmark node (BookmarkNode)
 </dd><dt><i>row</i></dt>
 <dd>
-&#114;&#111;w &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#116;&#104;&#101; &#110;&#111;&#100;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+row number of the node (integer)
 </dd><dt><i>node</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+reference to the bookmark node to remove (BookmarkNode)
 </dd>
 </dl><a NAME="BookmarksModel.flags" ID="BookmarksModel.flags"></a>
 <h4>BookmarksModel.flags</h4>
 <b>flags</b>(<i>index</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#102;&#108;&#97;&#103;&#115; &#102;&#111;&#114; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.
+        Public method to get flags for a node cell.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the node cell (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103;&#115; (&#81;&#116;.&#73;&#116;&#101;&#109;&#70;&#108;&#97;&#103;&#115;)
+flags (Qt.ItemFlags)
 </dd>
 </dl><a NAME="BookmarksModel.hasChildren" ID="BookmarksModel.hasChildren"></a>
 <h4>BookmarksModel.hasChildren</h4>
 <b>hasChildren</b>(<i>parent = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#99;&#104;&#101;&#99;&#107;, &#105;&#102; &#97; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101; &#104;&#97;&#115; &#115;&#111;&#109;&#101; &#99;&#104;&#105;&#108;&#100;&#114;&#101;&#110;.
+        Public method to check, if a parent node has some children.
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the parent node (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#112;&#114;&#101;&#115;&#101;&#110;&#99;&#101; &#111;&#102; &#99;&#104;&#105;&#108;&#100;&#114;&#101;&#110; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating the presence of children (boolean)
 </dd>
 </dl><a NAME="BookmarksModel.headerData" ID="BookmarksModel.headerData"></a>
 <h4>BookmarksModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role = Qt.DisplayRole</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#104;&#101;&#97;&#100;&#101;&#114; &#100;&#97;&#116;&#97;.
+        Public method to get the header data.
 </p><dl>
 <dt><i>section</i></dt>
 <dd>
-&#115;&#101;&#99;&#116;&#105;&#111;&#110; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+section number (integer)
 </dd><dt><i>orientation</i></dt>
 <dd>
-&#104;&#101;&#97;&#100;&#101;&#114; &#111;&#114;&#105;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110; (&#81;&#116;.&#79;&#114;&#105;&#101;&#110;&#116;&#97;&#116;&#105;&#111;&#110;)
+header orientation (Qt.Orientation)
 </dd><dt><i>role</i></dt>
 <dd>
-&#100;&#97;&#116;&#97; &#114;&#111;&#108;&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+data role (integer)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#104;&#101;&#97;&#100;&#101;&#114; &#100;&#97;&#116;&#97;
+header data
 </dd>
 </dl><a NAME="BookmarksModel.index" ID="BookmarksModel.index"></a>
 <h4>BookmarksModel.index</h4>
 <b>index</b>(<i>row, column, parent = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#109;&#111;&#100;&#101;&#108; &#105;&#110;&#100;&#101;x &#102;&#111;&#114; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.
+        Public method to get a model index for a node cell.
 </p><dl>
 <dt><i>row</i></dt>
 <dd>
-&#114;&#111;w &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+row number (integer)
 </dd><dt><i>column</i></dt>
 <dd>
-&#99;&#111;&#108;&#117;&#109;&#110; &#110;&#117;&#109;&#98;&#101;&#114; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+column number (integer)
 </dd><dt><i>parent</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the parent (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#105;&#110;&#100;&#101;x (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index (QModelIndex)
 </dd>
 </dl><a NAME="BookmarksModel.mimeData" ID="BookmarksModel.mimeData"></a>
 <h4>BookmarksModel.mimeData</h4>
 <b>mimeData</b>(<i>indexes</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#116;&#117;&#114;&#110; &#116;&#104;&#101; &#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97;.
+        Public method to return the mime data.
 </p><dl>
 <dt><i>indexes</i></dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#105;&#110;&#100;&#101;x&#101;&#115; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x&#76;&#105;&#115;&#116;)
+list of indexes (QModelIndexList)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#109;&#105;&#109;&#101; &#100;&#97;&#116;&#97; (&#81;&#77;&#105;&#109;&#101;&#68;&#97;&#116;&#97;)
+mime data (QMimeData)
 </dd>
 </dl><a NAME="BookmarksModel.mimeTypes" ID="BookmarksModel.mimeTypes"></a>
 <h4>BookmarksModel.mimeTypes</h4>
 <b>mimeTypes</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#109;&#105;&#109;&#101; &#116;y&#112;&#101;&#115;.
+        Public method to report the supported mime types.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#109;&#105;&#109;&#101; &#116;y&#112;&#101;&#115; (&#108;&#105;&#115;&#116; &#111;&#102; &#115;&#116;&#114;&#105;&#110;&#103;&#115;)
+supported mime types (list of strings)
 </dd>
 </dl><a NAME="BookmarksModel.node" ID="BookmarksModel.node"></a>
 <h4>BookmarksModel.node</h4>
 <b>node</b>(<i>index</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; &#103;&#105;v&#101;&#110; &#105;&#116;'&#115; &#105;&#110;&#100;&#101;x.
+        Public method to get a bookmark node given it's index.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the node (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+bookmark node (BookmarkNode)
 </dd>
 </dl><a NAME="BookmarksModel.nodeIndex" ID="BookmarksModel.nodeIndex"></a>
 <h4>BookmarksModel.nodeIndex</h4>
 <b>nodeIndex</b>(<i>node</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#97; &#109;&#111;&#100;&#101;&#108; &#105;&#110;&#100;&#101;x.
+        Public method to get a model index.
 </p><dl>
 <dt><i>node</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#110;&#111;&#100;&#101; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#100;&#101;x &#102;&#111;&#114; (&#66;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#78;&#111;&#100;&#101;)
+reference to the node to get the index for (BookmarkNode)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#109;&#111;&#100;&#101;&#108; &#105;&#110;&#100;&#101;x (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+model index (QModelIndex)
 </dd>
 </dl><a NAME="BookmarksModel.parent" ID="BookmarksModel.parent"></a>
 <h4>BookmarksModel.parent</h4>
 <b>parent</b>(<i>index = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#103;&#101;&#116; &#116;&#104;&#101; &#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101;.
+        Public method to get the index of the parent node.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#99;&#104;&#105;&#108;&#100; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the child node (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the parent node (QModelIndex)
 </dd>
 </dl><a NAME="BookmarksModel.removeRows" ID="BookmarksModel.removeRows"></a>
 <h4>BookmarksModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#102;&#114;&#111;&#109; &#116;&#104;&#101; &#109;&#111;&#100;&#101;&#108;.
+        Public method to remove bookmarks from the model.
 </p><dl>
 <dt><i>row</i></dt>
 <dd>
-&#114;&#111;w &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#114;&#115;&#116; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+row of the first bookmark to remove (integer)
 </dd><dt><i>count</i></dt>
 <dd>
-&#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#115; &#116;&#111; &#114;&#101;&#109;&#111;v&#101; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+number of bookmarks to remove (integer)
 </dd><dt><i>index</i></dt>
 <dd>
-&#111;&#102; &#116;&#104;&#101; &#112;&#97;&#114;&#101;&#110;&#116; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107; &#110;&#111;&#100;&#101; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+of the parent bookmark node (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#117;&#99;&#99;&#101;&#115;&#115;&#102;&#117;&#108; &#114;&#101;&#109;&#111;v&#97;&#108; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating successful removal (boolean)
 </dd>
 </dl><a NAME="BookmarksModel.rowCount" ID="BookmarksModel.rowCount"></a>
 <h4>BookmarksModel.rowCount</h4>
 <b>rowCount</b>(<i>parent = QModelIndex()</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#116;&#101;&#114;&#109;&#105;&#110;&#101; &#116;&#104;&#101; &#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#114;&#111;w&#115;.
+        Public method to determine the number of rows.
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#112;&#97;&#114;&#101;&#110;&#116; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of parent (QModelIndex)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#110;&#117;&#109;&#98;&#101;&#114; &#111;&#102; &#114;&#111;w&#115; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+number of rows (integer)
 </dd>
 </dl><a NAME="BookmarksModel.setData" ID="BookmarksModel.setData"></a>
 <h4>BookmarksModel.setData</h4>
 <b>setData</b>(<i>index, value, role = Qt.EditRole</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#97;&#116;&#97; &#111;&#102; &#97; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108;.
+        Public method to set the data of a node cell.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>
-&#105;&#110;&#100;&#101;x &#111;&#102; &#116;&#104;&#101; &#110;&#111;&#100;&#101; &#99;&#101;&#108;&#108; (&#81;&#77;&#111;&#100;&#101;&#108;&#73;&#110;&#100;&#101;x)
+index of the node cell (QModelIndex)
 </dd><dt><i>value</i></dt>
 <dd>
-v&#97;&#108;&#117;&#101; &#116;&#111; &#98;&#101; &#115;&#101;&#116;
+value to be set
 </dd><dt><i>role</i></dt>
 <dd>
-&#114;&#111;&#108;&#101; &#111;&#102; &#116;&#104;&#101; &#100;&#97;&#116;&#97; (&#105;&#110;&#116;&#101;&#103;&#101;&#114;)
+role of the data (integer)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#108;&#97;&#103; &#105;&#110;&#100;&#105;&#99;&#97;&#116;&#105;&#110;&#103; &#115;&#117;&#99;&#99;&#101;&#115;&#115; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+flag indicating success (boolean)
 </dd>
 </dl><a NAME="BookmarksModel.supportedDropActions" ID="BookmarksModel.supportedDropActions"></a>
 <h4>BookmarksModel.supportedDropActions</h4>
 <b>supportedDropActions</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#114;&#101;&#112;&#111;&#114;&#116; &#116;&#104;&#101; &#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110;&#115;.
+        Public method to report the supported drop actions.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#101;&#100; &#100;&#114;&#111;&#112; &#97;&#99;&#116;&#105;&#111;&#110;&#115; (&#81;&#116;.&#68;&#114;&#111;&#112;&#65;&#99;&#116;&#105;&#111;&#110;)
+supported drop actions (Qt.DropAction)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial