![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <tablistview.h>
Public Member Functions | |
TabListView (BrowserWindow *window, QWidget *parent=nullptr) | |
bool | isHidingWhenEmpty () const |
void | setHideWhenEmpty (bool enable) |
void | updateIndex (const QModelIndex &index) |
void | adjustStyleOption (QStyleOptionViewItem *option) |
QModelIndex | indexAfter (const QModelIndex &index) const |
QModelIndex | indexBefore (const QModelIndex &index) const |
Definition at line 26 of file tablistview.h.
|
explicit |
Definition at line 30 of file tablistview.cpp.
void TabListView::adjustStyleOption | ( | QStyleOptionViewItem * | option | ) |
Definition at line 75 of file tablistview.cpp.
QModelIndex TabListView::indexAfter | ( | const QModelIndex & | index | ) | const |
Definition at line 98 of file tablistview.cpp.
QModelIndex TabListView::indexBefore | ( | const QModelIndex & | index | ) | const |
Definition at line 107 of file tablistview.cpp.
bool TabListView::isHidingWhenEmpty | ( | ) | const |
Definition at line 52 of file tablistview.cpp.
void TabListView::setHideWhenEmpty | ( | bool | enable | ) |
Definition at line 57 of file tablistview.cpp.
void TabListView::updateIndex | ( | const QModelIndex & | index | ) |
Definition at line 63 of file tablistview.cpp.