Home
last modified time | relevance | path

Searched refs:BookmarksToolBar (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowsermainwindow.h42 class BookmarksToolBar; variable
133 BookmarksToolBar *m_bookmarksToolbar;
H A Dbookmarks.cpp872 BookmarksToolBar::BookmarksToolBar(BookmarksModel *model, QWidget *parent) in BookmarksToolBar() function in BookmarksToolBar
885 void BookmarksToolBar::dragEnterEvent(QDragEnterEvent *event) in dragEnterEvent()
893 void BookmarksToolBar::dropEvent(QDropEvent *event) in dropEvent()
929 void BookmarksToolBar::setRootIndex(const QModelIndex &index) in setRootIndex()
935 QModelIndex BookmarksToolBar::rootIndex() const in rootIndex()
940 void BookmarksToolBar::build() in build()
967 void BookmarksToolBar::triggered(QAction *action) in triggered()
975 void BookmarksToolBar::activated(const QModelIndex &index) in activated()
H A Dbookmarks.h275 class BookmarksToolBar : public QToolBar
283 BookmarksToolBar(BookmarksModel *model, QWidget *parent = 0);
H A Dbrowsermainwindow.cpp84 m_bookmarksToolbar = new BookmarksToolBar(boomarksModel, this); in BrowserMainWindow()