![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <reloadstopbutton.h>
Signals | |
void | stopClicked () |
void | reloadClicked () |
![]() | |
void | middleMouseClicked () |
void | controlClicked () |
void | doubleClicked () |
void | aboutToShowMenu () |
void | aboutToHideMenu () |
Public Member Functions | |
ReloadStopButton (QWidget *parent=nullptr) | |
void | showStopButton () |
void | showReloadButton () |
![]() | |
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 | |
![]() | |
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 |
![]() | |
QSize | fixedsize |
int | fixedwidth |
int | fixedheight |
QImage | multiIcon |
QIcon | icon |
QString | themeIcon |
QIcon | fallbackIcon |
Definition at line 26 of file reloadstopbutton.h.
|
explicit |
Definition at line 23 of file reloadstopbutton.cpp.
|
signal |
void ReloadStopButton::showReloadButton | ( | ) |
Definition at line 48 of file reloadstopbutton.cpp.
void ReloadStopButton::showStopButton | ( | ) |
Definition at line 42 of file reloadstopbutton.cpp.
|
signal |