|
FocusManager::FocusScopeType | getType () const override |
| Returns the scope type. More...
|
|
| PopupScope (Node &root, FocusManager::ScopeStack &scopeStack) |
| Constructor. More...
|
|
| ~PopupScope () override |
| Destructor. More...
|
|
void | addToStack () |
| Adds the focus scope to the modal scope stack. More...
|
|
bool | bringScopeToFront () |
| Brings a modal focus scope to the front of focus scopes. More...
|
|
FocusChainNode | getEffectiveFocus () const |
| Returns the effective focus node of a modal scope. More...
|
|
Node2DSharedPtr | getHitTestRoot () |
| Returns the node from where the hit test iteration is started. More...
|
|
Node2DSharedPtr | getKeyInputRoot () |
| Returns the node to which the key input is propagated. More...
|
|
FocusScope * | getParent () const override |
| Overrides FocusScope::getParent() by returning the parent focus scope that is a popup or modal focus scope. More...
|
|
bool | isForemostScope () const |
| Checks whether the focus scope is the foremost scope of the modal scope stack. More...
|
|
bool | isNodeInScope (const Node &node) const override |
| Checks whether a node is in this modal scope. More...
|
|
| ModalScope (Node &root, FocusManager::ScopeStack &scopeStack) |
| Constructor. More...
|
|
void | removeFromStack (FocusManager::FocusReason reason) |
| Removes the focus scope from the modal scope stack. More...
|
|
bool | sendScopeToBack (FocusManager::FocusReason reason) |
| Sends a focus scope to the end of the focus scope stack with a given reason value. More...
|
|
void | setFocused (bool focused) override |
| Overrides FocusFence::setFocused();. More...
|
|
FocusChainNode | tryMoveFocusAcrossNestedScopes (FocusManager::FocusChainDirection direction) |
| Tries to set the focus to a node relative to the focused node of the popup-type focus scope passed as an argument, using the focus chain navigation. More...
|
|
FocusChainNode | trySetFocus (Node &node, FocusManager::FocusReason reason) |
| Tries to set the focus to a node of the focus scope. More...
|
|
| ~ModalScope () override |
| Destructor. More...
|
|
| FocusFence (Node &root) |
| Constructor. More...
|
|
bool | canFocusEnter () const |
| Returns whether the focus can enter the focus scope. More...
|
|
bool | canFocusLeave () const |
| Returns whether the focus can leave the focus scope. More...
|
|
bool | canGetLastFocused () const |
| Returns whether the focus scope node can be the last-focused node of its owning focus scope. More...
|
|
FocusChainNode | getFocus () const |
| Returns the focus node of a focus scope. More...
|
|
FocusChainSharedPtr | getFocusChainSnapshot () |
| Returns a snapshot of the focus chain of a focus scope. More...
|
|
FocusNavigationManipulatorSharedPtr | getFocusNavigationManipulator () const |
| Returns the focus navigation manipulator of a focus scope. More...
|
|
ModalScope * | getModalScope () const |
| Returns the modal scope that owns the focus scope. More...
|
|
Node & | getRoot () const |
| Returns the focus scope node. More...
|
|
bool | isAttached () const |
| Returns whether a focus scope node is attached. More...
|
|
bool | isFocusChainEmpty () const |
| Returns whether the focus chain of a focus scope is empty. More...
|
|
bool | isFocused () const |
| Returns the focused state of the focus scope. More...
|
|
void | setFocusNavigationManipulator (FocusNavigationManipulatorSharedPtr newManipulator) |
| Sets the focus navigation manipulator of the focus scope. More...
|
|
FocusChainNode | tryMoveFocusInScope (FocusManager::FocusChainDirection direction) |
| Tries to set the focus to a node relative to the current focus node of the focus scope using the focus chain navigation. More...
|
|
FocusChainNode | tryRestoreScopeFocusedNode (FocusChainNode currentFocus, FocusManager::FocusReason reason, FocusManager::FocusChainDirection direction) |
| Tries to restore the focus to the last-focused node of a focus scope. More...
|
|
Node::VisitorResult | visitFocusChain (FocusScopeVisitor &visitor) |
| Visits the focus chain of the focus scope, and calls the visitor on each node. More...
|
|
Node::VisitorResult | visitFocusScope (FocusScopeVisitor &visitor) |
| Visits the focusable nodes of the focus scope, including nested focus scope nodes. More...
|
|
virtual | ~FocusScope () |
| Destructor. More...
|
|
FocusChainIndex | getLastFocused () const |
| Returns the focus chain index of the last-focused node of a focus scope. More...
|
|
void | setLastFocused (const FocusChainIndex &lastFocus) |
| Sets the focus chain index of the last-focused node of the focus scope. More...
|
|
void | clearLastFocused () |
| Clears the focus chain index of the last-focused node of a focus scope. More...
|
|
FocusChainNode | getLastFocusedNode () const |
| Returns the last-focused node of a focus scope. More...
|
|
FocusChainNode | setLastFocusedNode (const Node &lastFocused) |
| Sets the last-focused node of a focus scope. More...
|
|
void | clearLastFocusedNode () |
| Set the Node::FocusedProperty value to false, and clears the last-focused node of a focus scope. More...
|
|