Bitcoin ABC  0.29.2
P2P Digital Currency
Signals | Public Member Functions | Protected Member Functions | List of all members
GUIUtil::ClickableLabel Class Reference

#include <guiutil.h>

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

Signals

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

Public Member Functions

bool hasPixmap () const
 

Protected Member Functions

void mouseReleaseEvent (QMouseEvent *event) override
 

Detailed Description

Definition at line 291 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.

Here is the caller graph for this function:

◆ hasPixmap()

bool GUIUtil::ClickableLabel::hasPixmap ( ) const

Definition at line 905 of file guiutil.cpp.

Here is the caller graph for this function:

◆ mouseReleaseEvent()

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

Definition at line 926 of file guiutil.cpp.


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