|
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 | |
| HierarchyChecker (Component *comp, const MouseEvent &originalEvent) | |
| Component * | nearestNonNullParent () const |
| bool | shouldBailOut () const |
| MouseEvent | eventWithNearestParent () const |
Definition at line 48 of file juce_Component.cpp.
| juce::HierarchyChecker::HierarchyChecker | ( | Component * | comp, |
| const MouseEvent & | originalEvent | ||
| ) |
Definition at line 51 of file juce_Component.cpp.
| MouseEvent juce::HierarchyChecker::eventWithNearestParent | ( | ) | const |
Definition at line 72 of file juce_Component.cpp.
| Component * juce::HierarchyChecker::nearestNonNullParent | ( | ) | const |
Definition at line 58 of file juce_Component.cpp.
| bool juce::HierarchyChecker::shouldBailOut | ( | ) | const |
Definition at line 67 of file juce_Component.cpp.