|
| enum class | NavigationDirection { forwards
, backwards
} |
| |
Definition at line 29 of file juce_FocusHelpers.h.
◆ NavigationDirection
| enum class juce::detail::FocusHelpers::NavigationDirection |
|
strong |
◆ findAllComponents()
template<typename FocusContainerFn >
| static void juce::detail::FocusHelpers::findAllComponents |
( |
Component * |
parent, |
|
|
std::vector< Component * > & |
components, |
|
|
FocusContainerFn |
isFocusContainer |
|
) |
| |
|
static |
◆ getOrder()
| static int juce::detail::FocusHelpers::getOrder |
( |
const Component * |
c | ) |
|
|
static |
◆ navigateFocus()
template<typename FocusContainerFn >
| static Component * juce::detail::FocusHelpers::navigateFocus |
( |
Component * |
current, |
|
|
Component * |
focusContainer, |
|
|
NavigationDirection |
direction, |
|
|
FocusContainerFn |
isFocusContainer |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: