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

#include <reloadstopbutton.h>

Inheritance diagram for ReloadStopButton:
ToolButton

Signals

void stopClicked ()
 
void reloadClicked ()
 
- Signals inherited from ToolButton
void middleMouseClicked ()
 
void controlClicked ()
 
void doubleClicked ()
 
void aboutToShowMenu ()
 
void aboutToHideMenu ()
 

Public Member Functions

 ReloadStopButton (QWidget *parent=nullptr)
 
void showStopButton ()
 
void showReloadButton ()
 
- 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

- 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
 

Detailed Description

Definition at line 26 of file reloadstopbutton.h.

Constructor & Destructor Documentation

◆ ReloadStopButton()

ReloadStopButton::ReloadStopButton ( QWidget *  parent = nullptr)
explicit

Definition at line 23 of file reloadstopbutton.cpp.

Member Function Documentation

◆ reloadClicked

void ReloadStopButton::reloadClicked ( )
signal

◆ showReloadButton()

void ReloadStopButton::showReloadButton ( )

Definition at line 48 of file reloadstopbutton.cpp.

◆ showStopButton()

void ReloadStopButton::showStopButton ( )

Definition at line 42 of file reloadstopbutton.cpp.

◆ stopClicked

void ReloadStopButton::stopClicked ( )
signal

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