![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <hudwidget.h>
Inheritance diagram for click_label:
Collaboration diagram for click_label:Signals | |
| void | left_clicked () |
Public Member Functions | |
| click_label () | |
| Custom label with extra mouse events. More... | |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *e) override |
| Mouse event for click_label. More... | |
Private Slots | |
| void | mouse_clicked () |
| Centers on current unit. More... | |
Definition at line 140 of file hudwidget.h.
| click_label::click_label | ( | ) |
Custom label with extra mouse events.
Definition at line 776 of file hudwidget.cpp.
|
signal |
Referenced by click_label(), and mousePressEvent().
|
privateslot |
|
overrideprotected |
Mouse event for click_label.
Definition at line 785 of file hudwidget.cpp.