Searched refs:BookmarksModel (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | bookmarks.cpp | 237 BookmarksModel *BookmarksManager::bookmarksModel() in bookmarksModel() 240 m_bookmarkModel = new BookmarksModel(this, this); in bookmarksModel() 352 BookmarksModel::BookmarksModel(BookmarksManager *bookmarkManager, QObject *parent) in BookmarksModel() function in BookmarksModel 365 QModelIndex BookmarksModel::index(BookmarkNode *node) const in index() 373 void BookmarksModel::entryAdded(BookmarkNode *item) in entryAdded() 385 void BookmarksModel::entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item) in entryRemoved() 394 void BookmarksModel::entryChanged(BookmarkNode *item) in entryChanged() 400 bool BookmarksModel::removeRows(int row, int count, const QModelIndex &parent) in removeRows() 421 QVariant BookmarksModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData() 432 QVariant BookmarksModel::data(const QModelIndex &index, int role) const in data() [all …]
|
| H A D | bookmarks.h | 47 class BookmarksModel; variable 71 BookmarksModel *bookmarksModel(); 87 BookmarksModel *m_bookmarkModel; 142 class BookmarksModel : public QAbstractItemModel 159 BookmarksModel(BookmarksManager *bookmarkManager, QObject *parent = 0); 270 BookmarksModel *m_bookmarksModel; 283 BookmarksToolBar(BookmarksModel *model, QWidget *parent = 0); 297 BookmarksModel *m_bookmarksModel;
|
| H A D | browsermainwindow.cpp | 83 BookmarksModel *boomarksModel = BrowserApplication::bookmarksManager()->bookmarksModel(); in BrowserMainWindow()
|