Module implementing the bookmarks manager.
BOOKMARKBAR |
BOOKMARKMENU |
BookmarkSearchStart | Class defining the start points for bookmark searches. |
BookmarksManager | Class implementing the bookmarks manager. |
ChangeBookmarkCommand | Class implementing the Insert undo command. |
InsertBookmarksCommand | Class implementing the Insert undo command. |
RemoveBookmarksCommand | Class implementing the Remove undo command. |
None |
Class defining the start points for bookmark searches.
Menu |
Root |
ToolBar |
None |
None |
None |
Class implementing the bookmarks manager.
None |
getFileName | Class method to get the file name of the bookmark file. |
BookmarksManager | Constructor |
__initialize | Private method to initialize some data. |
__searchBookmark | Private method get a bookmark node for a given URL. |
__searchBookmarks | Private method get a list of bookmark nodes for a given URL. |
addBookmark | Public method to add a bookmark. |
bookmarkForUrl | Public method to get a bookmark node for a given URL. |
bookmarks | Public method to get a reference to the root bookmark node. |
bookmarksForUrl | Public method to get a list of bookmark nodes for a given URL. |
bookmarksModel | Public method to get a reference to the bookmarks model. |
changeExpanded | Public method to handle a change of the expanded state. |
close | Public method to close the bookmark manager. |
exportBookmarks | Public method to export the bookmarks. |
faviconChanged | Public slot to update the icon image for an URL. |
importBookmarks | Public method to import bookmarks. |
incVisitCount | Public method to increment the visit count of a bookmark. |
load | Public method to load the bookmarks. |
menu | Public method to get a reference to the bookmarks menu node. |
reload | Public method used to initiate a reloading of the bookmarks. |
removeBookmark | Public method to remove a bookmark. |
save | Public method to save the bookmarks. |
setNodeChanged | Public method to signal changes of bookmarks other than title, URL or timestamp. |
setTimestamp | Public method to set the URL of a bookmark. |
setTitle | Public method to set the title of a bookmark. |
setUrl | Public method to set the URL of a bookmark. |
setVisitCount | Public method to set the visit count of a bookmark. |
toolbar | Public method to get a reference to the bookmarks toolbar node. |
undoRedoStack | Public method to get a reference to the undo stack. |
None |
Class method to get the file name of the bookmark file.
Constructor
Private method to initialize some data.
Private method get a bookmark node for a given URL.
Private method get a list of bookmark nodes for a given URL.
Public method to add a bookmark.
Public method to get a bookmark node for a given URL.
Public method to get a reference to the root bookmark node.
Public method to get a list of bookmark nodes for a given URL.
Public method to get a reference to the bookmarks model.
Public method to handle a change of the expanded state.
Public method to close the bookmark manager.
Public method to export the bookmarks.
Public slot to update the icon image for an URL.
Public method to import bookmarks.
Public method to increment the visit count of a bookmark.
Public method to load the bookmarks.
Public method to get a reference to the bookmarks menu node.
Public method used to initiate a reloading of the bookmarks.
Public method to remove a bookmark.
Public method to save the bookmarks.
Public method to signal changes of bookmarks other than title, URL or timestamp.
Public method to set the URL of a bookmark.
Public method to set the title of a bookmark.
Public method to set the URL of a bookmark.
Public method to set the visit count of a bookmark.
Public method to get a reference to the bookmarks toolbar node.
Public method to get a reference to the undo stack.
Class implementing the Insert undo command.
None |
None |
ChangeBookmarkCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
None |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.
Class implementing the Insert undo command.
None |
None |
InsertBookmarksCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
None |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.
Class implementing the Remove undo command.
None |
None |
RemoveBookmarksCommand | Constructor |
redo | Public slot to perform the redo action. |
undo | Public slot to perform the undo action. |
None |
Constructor
Public slot to perform the redo action.
Public slot to perform the undo action.