LavishNav:lnavregiongroup (Object Type)

From Lavish Software Wiki
Revision as of 14:07, 24 March 2006 by Lax (talk | contribs)
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
  • AddChildren[search]: Adds all children of a specified region
  • AddDescendants[search]: Adds all descendants of 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 lnavregiongroup objects. Group B may also be the FQN or ID of a region, to mean the set of all that region's descendants
  • Union[group A,group B]: Adds A union B to this group. Parameters may be named group names, or lnavregiongroup objects. Group B may also be the FQN or ID of a region, to mean the set of all that region's descendants
  • Not[group A,group B]: Adds A not B to this group. Parameters may be named group names, or lnavregiongroup objects. Group B may also be the FQN or ID of a region, to mean the set of all that region's descendants
  • Minus[group A,group B]: Adds A minus B to this group. Parameters may be named group names, or lnavregiongroup objects. Group B may also be the FQN or ID of a region, to mean the set of all that region's descendants
  • NotIntersect[group A,group B]: Adds A not intersect B to this group. Parameters may be named group names, or lnavregiongroup objects. Group B may also be the FQN or ID of a region, to mean the set of all that region's descendants

Properties

  • Inherits: None
  • To Text: NULL
  • Operates on: LNavRegionGroup*

Examples

See Also