openshot-audio
0.1.7
|
Public Member Functions | |
LabelKeyboardFocusTraverser () | |
Component * | getNextComponent (Component *c) |
Component * | getPreviousComponent (Component *c) |
![]() | |
KeyboardFocusTraverser () | |
virtual | ~KeyboardFocusTraverser () |
virtual Component * | getDefaultComponent (Component *parentComponent) |
Static Public Member Functions | |
static Component * | getComp (Component *current) |
|
inline |
Returns the component that should be given focus after the specified one when moving "forwards".
The default implementation will return the next component which is to the right of or below this one.
This may return nullptr if there's no suitable candidate.
Reimplemented from juce::KeyboardFocusTraverser.
|
inlinevirtual |
Returns the component that should be given focus after the specified one when moving "backwards".
The default implementation will return the next component which is to the left of or above this one.
This may return nullptr if there's no suitable candidate.
Reimplemented from juce::KeyboardFocusTraverser.