◆ LabelKeyboardFocusTraverser()
| juce::LabelKeyboardFocusTraverser::LabelKeyboardFocusTraverser |
( |
Label & | l | ) |
|
|
inlineexplicit |
◆ getAllComponents()
| std::vector< Component * > juce::LabelKeyboardFocusTraverser::getAllComponents |
( |
Component * | parentComponent | ) |
|
|
inlineoverridevirtual |
Returns all of the components that can receive keyboard focus within the given parent component in traversal order.
The default implementation will return all focusable child components (as determined by FocusTraverser) that also wants keyboard focus.
Reimplemented from juce::KeyboardFocusTraverser.
◆ getComp()
◆ getDefaultComponent()
| Component * juce::LabelKeyboardFocusTraverser::getDefaultComponent |
( |
Component * | parentComponent | ) |
|
|
inlineoverridevirtual |
Returns the component that should receive keyboard focus by default within the given parent component.
The default implementation will return the foremost focusable component (as determined by FocusTraverser) that also wants keyboard focus, or nullptr if there is no suitable component.
Reimplemented from juce::KeyboardFocusTraverser.
◆ getKeyboardFocusContainer()
| Component * juce::LabelKeyboardFocusTraverser::getKeyboardFocusContainer |
( |
Component * | parent | ) |
const |
|
inlineprivate |
◆ getNextComponent()
Returns the component that should be given keyboard focus after the specified one when moving "forwards".
The default implementation will return the next focusable component (as determined by FocusTraverser) that also wants keyboard focus, or nullptr if there is no suitable component.
Reimplemented from juce::KeyboardFocusTraverser.
◆ getPreviousComponent()
| Component * juce::LabelKeyboardFocusTraverser::getPreviousComponent |
( |
Component * | current | ) |
|
|
inlineoverridevirtual |
Returns the component that should be given keyboard focus after the specified one when moving "backwards".
The default implementation will return the previous focusable component (as determined by FocusTraverser) that also wants keyboard focus, or nullptr if there is no suitable component.
Reimplemented from juce::KeyboardFocusTraverser.
◆ owner
| Label& juce::LabelKeyboardFocusTraverser::owner |
|
private |
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/widgets/juce_Label.cpp