Class ReviewScriptState
source code
AccessEngine.AEScript.ScriptState --+
|
ReviewScriptState
Defines options having to do with review mode.
Skipping (enumeration): Determines how the review keys handle
empty nodes that meet the requires for the walker but may be of no
interest to the user. If SKIP_ALL, any item with no item text is skipped and the
walk continues. If SKIP_REPORT, a signal is sent to a special task named
'review skip' before skipping empty items that are interactive and
continuing the walk. If SKIP_ALL, a signal is sent to the same task before
skipping any empty item and continuing the walk. If SKIP_NONE, the
walk stops on all items.
OnlyVisible (bool): Should review keys only walk visible items
or hidden items also?
Wrap (bool): Should movement of the pointer wrap at item
boundaries?
Creates configuration groups from pre-defined settings.
- Returns: AEState.Setting.Group
- root setting group
|