Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
GUIUtil::ClickableProgressBar Class Reference
#include <guiutil.h>
Inheritance diagram for GUIUtil::ClickableProgressBar:
Collaboration diagram for GUIUtil::ClickableProgressBar:
Signals | |
void | clicked (const QPoint &point) |
Emitted when the progressbar is clicked. More... | |
Protected Member Functions | |
void | mouseReleaseEvent (QMouseEvent *event) |
Detailed Description
Member Function Documentation
◆ clicked
|
signal |
Emitted when the progressbar is clicked.
The relative mouse coordinates of the click are passed to the signal.
Referenced by mouseReleaseEvent().
◆ mouseReleaseEvent()
|
protected |
Definition at line 1964 of file guiutil.cpp.
References clicked().
The documentation for this class was generated from the following files:
- src/qt/guiutil.h
- src/qt/guiutil.cpp