Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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.

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 881 of file guiutil.cpp.

Here is the call graph for this function:

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