LavishNav:lnavregiongroup (Object Type)

From Lavish Software Wiki
Revision as of 00:07, 13 March 2006 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Members

  • bool Contains[search]: TRUE if the specified region is present in this group

Methods

  • Add[search]: Adds a specified region
  • Remove[search]: Removes a specified region
  • Clear: Removes all regions from this group
  • Intersect[group A,group B]: Adds A intersect B to this group. Parameters may be named group names, or objects
  • Union[group A,group B]: Adds A union B to this group. Parameters may be named group names, or objects
  • Not[group A,group B]: Adds A not B to this group. Parameters may be named group names, or objects
  • Minus[group A,group B]: Adds A minus B to this group. Parameters may be named group names, or objects
  • NotIntersect[group A,group B]: Adds A not intersect B to this group. Parameters may be named group names, or objects

Inherits

none

Returns

NULL

Examples

See Also