19928/jj_vitp/Interface/widgets/land_world.e
Jocelyn Fiat 6dde6425c2 init
2024-06-17 09:09:33 +02:00

30 lines
453 B
Plaintext

note
description: "[
A EV_MODEL_WORLD containing polygons that represent the land
areas in VITP. The `land' in Current is simply a named object;
This widget defines the visual representation as a group of
polygons in a world.
]"
author: "Jimmy J. Johnson"
revision: "$Revision: 42 $"
class
LAND_WORLD
inherit
EV_MODEL_WORLD
create
default_create
create {LAND_WORLD}
list_make
feature -- Access
feature -- Implementation
end