![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <citydlg.h>
Inheritance diagram for cityIconInfoLabel:
Collaboration diagram for cityIconInfoLabel:Public Member Functions | |
| cityIconInfoLabel (QWidget *parent=0) | |
| void | setCity (struct city *pcity) |
| void | updateText () |
Private Member Functions | |
| void | initLayout () |
Private Attributes | |
| struct city * | pcity {nullptr} |
| QLabel | labs [12] |
| int | pixHeight |
| cityIconInfoLabel::cityIconInfoLabel | ( | QWidget * | parent = 0 | ) |
Definition at line 482 of file citydlg.cpp.
|
private |
Definition at line 495 of file citydlg.cpp.
Referenced by cityIconInfoLabel().
| void cityIconInfoLabel::setCity | ( | struct city * | pcity | ) |
Definition at line 492 of file citydlg.cpp.
| void cityIconInfoLabel::updateText | ( | ) |
Definition at line 531 of file citydlg.cpp.
|
private |
Definition at line 238 of file citydlg.h.
Referenced by initLayout(), and updateText().
|
private |
Definition at line 237 of file citydlg.h.
Referenced by setCity(), and updateText().
|
private |
Definition at line 239 of file citydlg.h.
Referenced by cityIconInfoLabel(), and initLayout().