Go to the source code of this file.
|  | 
| const long | AUTO = 0 | 
|  | no longer supported 
 | 
| const long | PARENT = 1 | 
|  | allows search on the parent frames 
 | 
| const long | SELF = 2 | 
|  | includes the start frame himself 
 | 
| const long | CHILDREN = 4 | 
|  | includes all child frames of the start frame 
 | 
| const long | CREATE = 8 | 
|  | frame will be created if not found 
 | 
| const long | SIBLINGS = 16 | 
|  | includes the direct siblings of the start frame 
 | 
| const long | TASKS = 32 | 
|  | allow the search outside the current sub task tree of the whole possible frame tree 
 | 
| const long | ALL = 23 | 
|  | includes all frames except frames in other tasks sub trees but doesn't create any new frame 
 | 
| const long | GLOBAL = 55 | 
|  | searches in the whole hierarchy of frames but doesn't create any new frame 
 |