![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <icons.h>
Collaboration diagram for hIcon:Public Member Functions | |
| void | createIcons () |
| QIcon | get (const QString &id) |
Static Public Member Functions | |
| static hIcon * | i () |
| static void | drop () |
Private Member Functions | |
| Q_DISABLE_COPY (hIcon) | |
| hIcon ()=default | |
Private Attributes | |
| QHash< QString, QIcon > | hash |
Static Private Attributes | |
| static hIcon * | m_instance = nullptr |
|
explicitprivatedefault |
Referenced by i().
|
static |
Definition at line 214 of file icons.cpp.
Referenced by popdown_city_report().
| QIcon hIcon::get | ( | const QString & | id | ) |
Definition at line 236 of file icons.cpp.
Referenced by city_model::headerData().
|
static |
Definition at line 205 of file icons.cpp.
Referenced by city_model::headerData(), and cityIconInfoLabel::initLayout().
|
private |
|
private |
Definition at line 40 of file icons.h.
Referenced by createIcons(), and get().