◆ Pimpl()
| juce::AndroidViewComponent::Pimpl::Pimpl |
( |
const LocalRef< jobject > & | v, |
|
|
Component & | comp ) |
|
inline |
◆ ~Pimpl()
| juce::AndroidViewComponent::Pimpl::~Pimpl |
( |
| ) |
|
|
inlineoverride |
◆ addToParent()
| void juce::AndroidViewComponent::Pimpl::addToParent |
( |
| ) |
|
|
inlineprivate |
◆ componentBroughtToFront()
| void juce::AndroidViewComponent::Pimpl::componentBroughtToFront |
( |
Component & | component | ) |
|
|
inlineoverridevirtual |
Called when the component is brought to the top of the z-order.
- Parameters
-
| component | the component that was moved |
- See also
- Component::toFront, Component::broughtToFront
Reimplemented from juce::ComponentListener.
◆ componentMovedOrResized()
| void juce::AndroidViewComponent::Pimpl::componentMovedOrResized |
( |
bool | wasMoved, |
|
|
bool | wasResized ) |
|
inlineoverridevirtual |
This callback happens when the component that is being watched is moved relative to its top-level peer window, or when it is resized.
Implements juce::ComponentMovementWatcher.
◆ componentPeerChanged()
| void juce::AndroidViewComponent::Pimpl::componentPeerChanged |
( |
| ) |
|
|
inlineoverridevirtual |
◆ componentVisibilityChanged()
| void juce::AndroidViewComponent::Pimpl::componentVisibilityChanged |
( |
| ) |
|
|
inlineoverridevirtual |
This callback happens when the component's visibility state changes, possibly due to one of its parents being made visible or invisible.
Implements juce::ComponentMovementWatcher.
◆ getViewBounds()
| Rectangle< int > juce::AndroidViewComponent::Pimpl::getViewBounds |
( |
| ) |
const |
|
inline |
◆ removeFromParent()
| void juce::AndroidViewComponent::Pimpl::removeFromParent |
( |
| ) |
|
|
inlineprivate |
◆ currentPeer
◆ owner
| Component& juce::AndroidViewComponent::Pimpl::owner |
|
private |
◆ view
| GlobalRef juce::AndroidViewComponent::Pimpl::view |
The documentation for this class was generated from the following file: