src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksToolBar.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
140 <p> 140 <p>
141 Constructor 141 Constructor
142 </p> 142 </p>
143 <dl> 143 <dl>
144 144
145 <dt><i>mainWindow</i></dt> 145 <dt><i>mainWindow</i> (WebBrowserWindow)</dt>
146 <dd> 146 <dd>
147 reference to the main window (WebBrowserWindow) 147 reference to the main window
148 </dd> 148 </dd>
149 <dt><i>model</i></dt> 149 <dt><i>model</i> (BookmarksModel)</dt>
150 <dd> 150 <dd>
151 reference to the bookmarks model (BookmarksModel) 151 reference to the bookmarks model
152 </dd> 152 </dd>
153 <dt><i>parent</i></dt> 153 <dt><i>parent</i> (QWidget)</dt>
154 <dd> 154 <dd>
155 reference to the parent widget (QWidget) 155 reference to the parent widget
156 </dd> 156 </dd>
157 </dl> 157 </dl>
158 <a NAME="BookmarksToolBar.__bookmarkActivated" ID="BookmarksToolBar.__bookmarkActivated"></a> 158 <a NAME="BookmarksToolBar.__bookmarkActivated" ID="BookmarksToolBar.__bookmarkActivated"></a>
159 <h4>BookmarksToolBar.__bookmarkActivated</h4> 159 <h4>BookmarksToolBar.__bookmarkActivated</h4>
160 <b>__bookmarkActivated</b>(<i>idx</i>) 160 <b>__bookmarkActivated</b>(<i>idx</i>)
162 <p> 162 <p>
163 Private slot handling the activation of a bookmark. 163 Private slot handling the activation of a bookmark.
164 </p> 164 </p>
165 <dl> 165 <dl>
166 166
167 <dt><i>idx</i></dt> 167 <dt><i>idx</i> (QModelIndex)</dt>
168 <dd> 168 <dd>
169 index of the activated bookmark (QModelIndex) 169 index of the activated bookmark
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="BookmarksToolBar.__contextMenuRequested" ID="BookmarksToolBar.__contextMenuRequested"></a> 172 <a NAME="BookmarksToolBar.__contextMenuRequested" ID="BookmarksToolBar.__contextMenuRequested"></a>
173 <h4>BookmarksToolBar.__contextMenuRequested</h4> 173 <h4>BookmarksToolBar.__contextMenuRequested</h4>
174 <b>__contextMenuRequested</b>(<i>pos</i>) 174 <b>__contextMenuRequested</b>(<i>pos</i>)
176 <p> 176 <p>
177 Private slot to handle the context menu request. 177 Private slot to handle the context menu request.
178 </p> 178 </p>
179 <dl> 179 <dl>
180 180
181 <dt><i>pos</i></dt> 181 <dt><i>pos</i> (QPoint)</dt>
182 <dd> 182 <dd>
183 position the context menu shall be shown (QPoint) 183 position the context menu shall be shown
184 </dd> 184 </dd>
185 </dl> 185 </dl>
186 <a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a> 186 <a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a>
187 <h4>BookmarksToolBar.__edit</h4> 187 <h4>BookmarksToolBar.__edit</h4>
188 <b>__edit</b>(<i>act</i>) 188 <b>__edit</b>(<i>act</i>)
295 <p> 295 <p>
296 Private method to update the visit count of a bookmark. 296 Private method to update the visit count of a bookmark.
297 </p> 297 </p>
298 <dl> 298 <dl>
299 299
300 <dt><i>idx</i></dt> 300 <dt><i>idx</i> (QModelIndex)</dt>
301 <dd> 301 <dd>
302 index of the bookmark item (QModelIndex) 302 index of the bookmark item
303 </dd> 303 </dd>
304 </dl> 304 </dl>
305 <a NAME="BookmarksToolBar._createMenu" ID="BookmarksToolBar._createMenu"></a> 305 <a NAME="BookmarksToolBar._createMenu" ID="BookmarksToolBar._createMenu"></a>
306 <h4>BookmarksToolBar._createMenu</h4> 306 <h4>BookmarksToolBar._createMenu</h4>
307 <b>_createMenu</b>(<i></i>) 307 <b>_createMenu</b>(<i></i>)
310 Protected method to create the menu for a tool bar action. 310 Protected method to create the menu for a tool bar action.
311 </p> 311 </p>
312 <dl> 312 <dl>
313 <dt>Return:</dt> 313 <dt>Return:</dt>
314 <dd> 314 <dd>
315 menu for a tool bar action (EricModelMenu) 315 menu for a tool bar action
316 </dd>
317 </dl>
318 <dl>
319 <dt>Return Type:</dt>
320 <dd>
321 EricModelMenu
316 </dd> 322 </dd>
317 </dl> 323 </dl>
318 <div align="right"><a href="#top">Up</a></div> 324 <div align="right"><a href="#top">Up</a></div>
319 <hr /> 325 <hr />
320 </body></html> 326 </body></html>

eric ide

mercurial