FocusRecurseAction

Undocumented in source.

Members

Functions

beforeDraw
void beforeDraw(Node node, Rectangle )
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.

Variables

excludeStartNode
bool excludeStartNode;
Undocumented in source.
finished
void delegate(FluidFocusable) @(safe) finished;
Undocumented in source.
isReverse
bool isReverse;
Undocumented in source.

Inherited Members

From FocusSearchAction

then
alias then = typeof(super).then
Undocumented in source.
then
alias then = Publisher!Focusable.then
Undocumented in source.
subscribe
alias subscribe = typeof(super).subscribe
Undocumented in source.
subscribe
alias subscribe = Publisher!Focusable.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!Focusable subscriber)
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