Bitcoin Core  27.99.0
P2P Digital Currency
Signals | Protected Member Functions | List of all members
GUIUtil::ClickableProgressBar Class Reference

#include <guiutil.h>

Inheritance diagram for GUIUtil::ClickableProgressBar:
[legend]
Collaboration diagram for GUIUtil::ClickableProgressBar:
[legend]

Signals

void clicked (const QPoint &point)
 Emitted when the progressbar is clicked. More...
 

Protected Member Functions

void mouseReleaseEvent (QMouseEvent *event) override
 

Detailed Description

Definition at line 287 of file guiutil.h.

Member Function Documentation

◆ clicked

void GUIUtil::ClickableProgressBar::clicked ( const QPoint &  point)
signal

Emitted when the progressbar is clicked.

The relative mouse coordinates of the click are passed to the signal.

Here is the caller graph for this function:

◆ mouseReleaseEvent()

void GUIUtil::ClickableProgressBar::mouseReleaseEvent ( QMouseEvent *  event)
overrideprotected

Definition at line 878 of file guiutil.cpp.


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