![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <tabwidget.h>
Public Member Functions | |
| AddTabButton (TabWidget *tabWidget, TabBar *tabBar) | |
Public Member Functions inherited from ToolButton | |
| ToolButton (QWidget *parent=nullptr) | |
| QImage | multiIcon () const |
| void | setMultiIcon (const QImage &image) |
| QString | themeIcon () const |
| void | setThemeIcon (const QString &icon) |
| QIcon | fallbackIcon () const |
| void | setFallbackIcon (const QIcon &fallbackIcon) |
| QIcon | icon () const |
| void | setIcon (const QIcon &icon) |
| QMenu * | menu () const |
| void | setMenu (QMenu *menu) |
| bool | showMenuInside () const |
| void | setShowMenuInside (bool enable) |
| bool | showMenuOnRightClick () const |
| void | setShowMenuOnRightClick (bool enable) |
| bool | toolbarButtonLook () const |
| void | setToolbarButtonLook (bool enable) |
Additional Inherited Members | |
Signals inherited from ToolButton | |
| void | middleMouseClicked () |
| void | controlClicked () |
| void | doubleClicked () |
| void | aboutToShowMenu () |
| void | aboutToHideMenu () |
Protected Member Functions inherited from ToolButton | |
| void | mousePressEvent (QMouseEvent *e) override |
| void | mouseReleaseEvent (QMouseEvent *e) override |
| void | mouseDoubleClickEvent (QMouseEvent *e) override |
| void | contextMenuEvent (QContextMenuEvent *e) override |
| void | paintEvent (QPaintEvent *e) override |
Properties inherited from ToolButton | |
| QSize | fixedsize |
| int | fixedwidth |
| int | fixedheight |
| QImage | multiIcon |
| QIcon | icon |
| QString | themeIcon |
| QIcon | fallbackIcon |
Definition at line 39 of file tabwidget.h.
Definition at line 42 of file tabwidget.cpp.