void ModalComponentManager::ModalItem::cancel |
( |
| ) |
|
|
inline |
void 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 ComponentListener.
void 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 ComponentMovementWatcher.
void ModalComponentManager::ModalItem::componentPeerChanged |
( |
| ) |
|
|
inlineoverridevirtual |
void 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 ComponentMovementWatcher.
bool ModalComponentManager::ModalItem::autoDelete |
Component* ModalComponentManager::ModalItem::component |
bool ModalComponentManager::ModalItem::isActive |
int ModalComponentManager::ModalItem::returnValue |
The documentation for this class was generated from the following file: