Difference between revisions of "LavishGUI:map (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a Map? ===
 
=== What is a Map? ===
A map element is an area for blip management, such as radar.  This may be later extended to include drawing of lines and other geometric shapes as well.
+
A map element is an area for [[LavishGUI:mapblip_%28Element_Type%29|blip]] management, such as radar.  This may be later extended to include drawing of lines and other geometric shapes as well.
  
 
== Using Maps ==
 
== Using Maps ==
Line 24: Line 24:
  
 
== See Also ==
 
== See Also ==
 +
* [[LavishGUI:mapblip_%28Element_Type%29|mapblip element]]
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 
* [[LavishGUI:Elements|Elements]]
 
* [[LavishGUI:Elements|Elements]]
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Revision as of 22:35, 2 December 2005

Introduction

What is a Map?

A map element is an area for blip management, such as radar. This may be later extended to include drawing of lines and other geometric shapes as well.

Using Maps

Maps are descendants of the base element type. Any attributes of the base element type may be applied in addition to the map-specific properties described below.

Map-Specific Properties

  • ClipZ
  • ClipRadius
  • ShowLabels
  • Rotation
  • MapSizeX
  • MapSizeY
  • BlipFactory
  • BlipTemplate

Special Children of Map

  • Tooltip

Examples

Example code

See Also