openshot-audio  0.1.7
Public Member Functions | Static Public Member Functions | List of all members
juce::LabelKeyboardFocusTraverser Class Reference
Inheritance diagram for juce::LabelKeyboardFocusTraverser:
juce::KeyboardFocusTraverser

Public Member Functions

 LabelKeyboardFocusTraverser ()
 
Component * getNextComponent (Component *c)
 
Component * getPreviousComponent (Component *c)
 
- Public Member Functions inherited from juce::KeyboardFocusTraverser
 KeyboardFocusTraverser ()
 
virtual ~KeyboardFocusTraverser ()
 
virtual Component * getDefaultComponent (Component *parentComponent)
 

Static Public Member Functions

static Component * getComp (Component *current)
 

Constructor & Destructor Documentation

◆ LabelKeyboardFocusTraverser()

juce::LabelKeyboardFocusTraverser::LabelKeyboardFocusTraverser ( )
inline

Member Function Documentation

◆ getComp()

static Component* juce::LabelKeyboardFocusTraverser::getComp ( Component *  current)
inlinestatic

◆ getNextComponent()

Component* juce::LabelKeyboardFocusTraverser::getNextComponent ( Component *  current)
inlinevirtual

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.

◆ getPreviousComponent()

Component* juce::LabelKeyboardFocusTraverser::getPreviousComponent ( Component *  current)
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.


The documentation for this class was generated from the following file: