Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

GUIUtil::ClickableLabel Class Reference

#include <guiutil.h>

+ Inheritance diagram for GUIUtil::ClickableLabel:
+ Collaboration diagram for GUIUtil::ClickableLabel:

Signals

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

Protected Member Functions

void mouseReleaseEvent (QMouseEvent *event)
 

Detailed Description

Definition at line 393 of file guiutil.h.

Member Function Documentation

◆ clicked

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

Emitted when the label is clicked.

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

Referenced by mouseReleaseEvent().

◆ mouseReleaseEvent()

void GUIUtil::ClickableLabel::mouseReleaseEvent ( QMouseEvent *  event)
protected

Definition at line 1959 of file guiutil.cpp.

References clicked().


The documentation for this class was generated from the following files:
Released under the MIT license