|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| VirtualDesktopWatcher (Component &c) | |
| bool | shouldHideDropShadow () const |
| void | addListener (void *listener, std::function< void()> cb) |
| void | removeListener (void *listener) |
| void | componentParentHierarchyChanged (Component &c) override |
| Called to indicate that the component's parents have changed. | |
Public Member Functions inherited from juce::ComponentListener | |
| virtual | ~ComponentListener ()=default |
| Destructor. | |
| virtual void | componentMovedOrResized (Component &component, bool wasMoved, bool wasResized) |
| Called when the component's position or size changes. | |
| virtual void | componentBroughtToFront (Component &component) |
| Called when the component is brought to the top of the z-order. | |
| virtual void | componentVisibilityChanged (Component &component) |
| Called when the component is made visible or invisible. | |
| virtual void | componentChildrenChanged (Component &component) |
| Called when the component has children added or removed, or their z-order changes. | |
| virtual void | componentNameChanged (Component &component) |
| Called when the component's name is changed. | |
| virtual void | componentBeingDeleted (Component &component) |
| Called when the component is in the process of being deleted. | |
| virtual void | componentEnablementChanged (Component &component) |
Definition at line 89 of file juce_DropShadower.cpp.
| juce::DropShadower::VirtualDesktopWatcher::VirtualDesktopWatcher | ( | Component & | c | ) |
Definition at line 94 of file juce_DropShadower.cpp.
|
override |
Definition at line 100 of file juce_DropShadower.cpp.
| void juce::DropShadower::VirtualDesktopWatcher::addListener | ( | void * | listener, |
| std::function< void()> | cb | ||
| ) |
Definition at line 113 of file juce_DropShadower.cpp.
|
overridevirtual |
Called to indicate that the component's parents have changed.
When a component is added or removed from its parent, all of its children will produce this notification (recursively - so all children of its children will also be called as well).
| component | the component that this listener is registered with |
Reimplemented from juce::ComponentListener.
Definition at line 124 of file juce_DropShadower.cpp.
Definition at line 118 of file juce_DropShadower.cpp.
| bool juce::DropShadower::VirtualDesktopWatcher::shouldHideDropShadow | ( | ) | const |
Definition at line 108 of file juce_DropShadower.cpp.