◆ ModalItem()
juce::ModalComponentManager::ModalItem::ModalItem |
( |
Component *const |
comp, |
|
|
const bool |
autoDelete_ |
|
) |
| |
|
inline |
◆ cancel()
void juce::ModalComponentManager::ModalItem::cancel |
( |
| ) |
|
|
inline |
◆ componentBeingDeleted()
void juce::ModalComponentManager::ModalItem::componentBeingDeleted |
( |
Component & |
component | ) |
|
|
inlineoverridevirtual |
Called when the component is in the process of being deleted.
This callback is made from inside the destructor, so be very, very cautious about what you do in here.
In particular, bear in mind that it's the Component base class's destructor that calls this - so if the object that's being deleted is a subclass of Component, then the subclass layers of the object will already have been destructed when it gets to this point!
Reimplemented from juce::ComponentListener.
◆ componentMovedOrResized()
void juce::ModalComponentManager::ModalItem::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::ModalComponentManager::ModalItem::componentPeerChanged |
( |
| ) |
|
|
inlineoverridevirtual |
◆ componentVisibilityChanged()
void juce::ModalComponentManager::ModalItem::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.
◆ autoDelete
bool juce::ModalComponentManager::ModalItem::autoDelete |
◆ callbacks
◆ component
Component* juce::ModalComponentManager::ModalItem::component |
◆ isActive
bool juce::ModalComponentManager::ModalItem::isActive |
◆ returnValue
int juce::ModalComponentManager::ModalItem::returnValue |
The documentation for this class was generated from the following file: