Freeciv21
Develop your civilization from humble roots to a global empire
unit_waiting_entry Struct Reference

Structure of unit waiting data for the Units View. More...

#include <view_units.h>

+ Collaboration diagram for unit_waiting_entry:

Public Attributes

const struct unit_typetype
 
time_t timer
 
QString city_name
 
int id
 

Detailed Description

Structure of unit waiting data for the Units View.

See get_units_waiting_data()

Definition at line 36 of file view_units.h.

Member Data Documentation

◆ city_name

QString unit_waiting_entry::city_name

Definition at line 39 of file view_units.h.

◆ id

int unit_waiting_entry::id

Definition at line 40 of file view_units.h.

◆ timer

time_t unit_waiting_entry::timer

Definition at line 38 of file view_units.h.

◆ type

const struct unit_type* unit_waiting_entry::type

Definition at line 37 of file view_units.h.