Falkon Develop
Cross-platform Qt-based web browser
TabListView Class Reference

#include <tablistview.h>

Inheritance diagram for TabListView:

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
 

Detailed Description

Definition at line 26 of file tablistview.h.

Constructor & Destructor Documentation

◆ TabListView()

TabListView::TabListView ( BrowserWindow window,
QWidget *  parent = nullptr 
)
explicit

Definition at line 30 of file tablistview.cpp.

Member Function Documentation

◆ adjustStyleOption()

void TabListView::adjustStyleOption ( QStyleOptionViewItem *  option)

Definition at line 75 of file tablistview.cpp.

◆ indexAfter()

QModelIndex TabListView::indexAfter ( const QModelIndex &  index) const

Definition at line 98 of file tablistview.cpp.

◆ indexBefore()

QModelIndex TabListView::indexBefore ( const QModelIndex &  index) const

Definition at line 107 of file tablistview.cpp.

◆ isHidingWhenEmpty()

bool TabListView::isHidingWhenEmpty ( ) const

Definition at line 52 of file tablistview.cpp.

◆ setHideWhenEmpty()

void TabListView::setHideWhenEmpty ( bool  enable)

Definition at line 57 of file tablistview.cpp.

◆ updateIndex()

void TabListView::updateIndex ( const QModelIndex &  index)

Definition at line 63 of file tablistview.cpp.


The documentation for this class was generated from the following files: