Uses of Class
world.City

Packages that use City
gui.controls   
world   
 

Uses of City in gui.controls
 

Fields in gui.controls declared as City
 City WorldView.editedCity
          A city being edited.
 

Methods in gui.controls with parameters of type City
 void CityPropertiesPanel.StoreData(City city)
          Stores currently set city properties to the given city.
 void CityPropertiesPanel.LoadData(City city)
          Loads the properties of the given city.
 

Uses of City in world
 

Methods in world with parameters of type City
 void World.AddCity(City city)
          Adds a single city to the list of cities on this world.
 void World.RemoveCity(City city)
          Removes a given city from this world.