FocusSearchAction

Undocumented in source.

Members

Aliases

subscribe
alias subscribe = typeof(super).subscribe
Undocumented in source.
subscribe
alias subscribe = Publisher!Focusable.subscribe
Undocumented in source.
then
alias then = typeof(super).then
Undocumented in source.
then
alias then = Publisher!Focusable.then
Undocumented in source.

Functions

clearSubscribers
void clearSubscribers()
Undocumented in source. Be warned that the author may not have intended to support it.
stopped
void stopped()
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(Subscriber!Focusable subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NodeSearchAction

result
Node result;

Node this action has found.

then
alias then = typeof(super).then
Undocumented in source.
then
alias then = Publisher!Node.then
Undocumented in source.
subscribe
alias subscribe = typeof(super).subscribe
Undocumented in source.
subscribe
alias subscribe = Publisher!Node.subscribe
Undocumented in source.
clearSubscribers
void clearSubscribers()
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(Subscriber!Node subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
beforeTree
void beforeTree(Node node, Rectangle rect)
Undocumented in source. Be warned that the author may not have intended to support it.
stopped
void stopped()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta