◆ Pimpl()
◆ ~Pimpl()
| juce::HWNDComponent::Pimpl::~Pimpl |
( |
| ) |
|
|
inlineoverride |
◆ addToParent()
| void juce::HWNDComponent::Pimpl::addToParent |
( |
| ) |
|
|
inlineprivate |
◆ componentBroughtToFront()
| void juce::HWNDComponent::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() [1/2]
| void juce::HWNDComponent::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.
◆ componentMovedOrResized() [2/2]
| void juce::ComponentMovementWatcher::componentMovedOrResized |
( |
Component & | component, |
|
|
bool | wasMoved, |
|
|
bool | wasResized ) |
|
overridevirtual |
Called when the component's position or size changes.
- Parameters
-
| component | the component that was moved or resized |
| wasMoved | true if the component's top-left corner has just moved |
| wasResized | true if the component's width or height has just changed |
- See also
- Component::setBounds, Component::resized, Component::moved
Reimplemented from juce::ComponentMovementWatcher.
◆ componentPeerChanged()
| void juce::HWNDComponent::Pimpl::componentPeerChanged |
( |
| ) |
|
|
inlineoverridevirtual |
◆ componentVisibilityChanged() [1/2]
| void juce::HWNDComponent::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.
◆ componentVisibilityChanged() [2/2]
| void juce::ComponentMovementWatcher::componentVisibilityChanged |
( |
Component & | component | ) |
|
|
overridevirtual |
Called when the component is made visible or invisible.
- Parameters
-
| component | the component that changed |
- See also
- Component::setVisible
Reimplemented from juce::ComponentMovementWatcher.
◆ getHWNDBounds()
| Rectangle< int > juce::HWNDComponent::Pimpl::getHWNDBounds |
( |
| ) |
const |
|
inline |
◆ removeFromParent()
| void juce::HWNDComponent::Pimpl::removeFromParent |
( |
| ) |
|
|
inlineprivate |
◆ currentPeer
◆ hwnd
| HWND juce::HWNDComponent::Pimpl::hwnd |
◆ owner
The documentation for this class was generated from the following file: