ScopeListclass | query.t[1052] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
The ScopeList isn't a true Collection object, but it mimics one by providing most of the standard methods. You can use length() and the [] operator to scan the list, perform a foreach or for..in loop with a ScopeList to iterate over the items in scope, you can use find() to check if a given object is in scope, and you can use subset() to get a list of in-scope objects satisfying some condition.
class
ScopeList : object
add
addAll
addOnly
addSelfIlluminatingWithin
addWithin
close
createIterator
createLiveIterator
find
length
subset
toList
status_ | query.t[1180] |
nil (unset) - the object has never been visited
1 - we've added the object only, not its contents
2 - we've added the object and its contents
vec_ | query.t[1168] |
add (obj) | query.t[1056] |
addAll (lst) | query.t[1086] |
addOnly (obj) | query.t[1114] |
addSelfIlluminatingWithin (obj) | query.t[1104] |
addWithin (obj) | query.t[1096] |
close ( ) | query.t[1134] |
createIterator ( ) | query.t[1162] |
createLiveIterator ( ) | query.t[1165] |
find (obj) | query.t[1147] |
length ( ) | query.t[1141] |
subset (func) | query.t[1156] |
toList ( ) | query.t[1159] |