Documentation/Source/eric5.Helpviewer.Bookmarks.BookmarksImporters.BookmarksImporter.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
116 </dl><a NAME="BookmarksImporter.importedBookmarks" ID="BookmarksImporter.importedBookmarks"></a> 116 </dl><a NAME="BookmarksImporter.importedBookmarks" ID="BookmarksImporter.importedBookmarks"></a>
117 <h4>BookmarksImporter.importedBookmarks</h4> 117 <h4>BookmarksImporter.importedBookmarks</h4>
118 <b>importedBookmarks</b>(<i></i>) 118 <b>importedBookmarks</b>(<i></i>)
119 <p> 119 <p>
120 Public method to get the imported bookmarks. 120 Public method to get the imported bookmarks.
121 </p><p>
122 It must return the imported bookmarks (BookmarkNode).
121 </p><dl> 123 </p><dl>
122 <dt>Returns:</dt> 124 <dt>Raises <b>NotImplementedError</b>:</dt>
123 <dd> 125 <dd>
124 imported bookmarks (BookmarkNode) 126 raised to indicate this method must
127 be implemented by a subclass
125 </dd> 128 </dd>
126 </dl><a NAME="BookmarksImporter.open" ID="BookmarksImporter.open"></a> 129 </dl><a NAME="BookmarksImporter.open" ID="BookmarksImporter.open"></a>
127 <h4>BookmarksImporter.open</h4> 130 <h4>BookmarksImporter.open</h4>
128 <b>open</b>(<i></i>) 131 <b>open</b>(<i></i>)
129 <p> 132 <p>
130 Public method to open the bookmarks file. 133 Public method to open the bookmarks file.
134 </p><p>
135 It must return a flag indicating success (boolean).
131 </p><dl> 136 </p><dl>
132 <dt>Returns:</dt> 137 <dt>Raises <b>NotImplementedError</b>:</dt>
133 <dd> 138 <dd>
134 flag indicating success (boolean) 139 raised to indicate this method must
140 be implemented by a subclass
135 </dd> 141 </dd>
136 </dl><a NAME="BookmarksImporter.setPath" ID="BookmarksImporter.setPath"></a> 142 </dl><a NAME="BookmarksImporter.setPath" ID="BookmarksImporter.setPath"></a>
137 <h4>BookmarksImporter.setPath</h4> 143 <h4>BookmarksImporter.setPath</h4>
138 <b>setPath</b>(<i>path</i>) 144 <b>setPath</b>(<i>path</i>)
139 <p> 145 <p>
141 </p><dl> 147 </p><dl>
142 <dt><i>path</i></dt> 148 <dt><i>path</i></dt>
143 <dd> 149 <dd>
144 bookmarks file or directory (string) 150 bookmarks file or directory (string)
145 </dd> 151 </dd>
152 </dl><dl>
153 <dt>Raises <b>NotImplementedError</b>:</dt>
154 <dd>
155 raised to indicate this method must
156 be implemented by a subclass
157 </dd>
146 </dl> 158 </dl>
147 <div align="right"><a href="#top">Up</a></div> 159 <div align="right"><a href="#top">Up</a></div>
148 <hr /> 160 <hr />
149 </body></html> 161 </body></html>

eric ide

mercurial