|
| static Identifier | getColourPropertyID (int colourID) |
| |
| static bool | hitTest (Component &comp, Point< float > localPoint) |
| |
| template<typename PointOrRect > |
| static PointOrRect | rawPeerPositionToLocal (const Component &comp, PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | localPositionToRawPeerPos (const Component &comp, PointOrRect pos) noexcept |
| |
| template<typename PointOrRect > |
| static PointOrRect | convertFromParentSpace (const Component &comp, const PointOrRect pointInParentSpace) |
| |
| template<typename PointOrRect > |
| static PointOrRect | convertToParentSpace (const Component &comp, const PointOrRect pointInLocalSpace) |
| |
| template<typename PointOrRect > |
| static PointOrRect | convertFromDistantParentSpace (const Component *parent, const Component &target, PointOrRect coordInParent) |
| |
| template<typename PointOrRect > |
| static PointOrRect | convertCoordinate (const Component *target, const Component *source, PointOrRect p) |
| |
| static bool | clipObscuredRegions (const Component &comp, Graphics &g, const Rectangle< int > clipRect, Point< int > delta) |
| |
| static Rectangle< int > | getParentOrMainMonitorBounds (const Component &comp) |
| |
| static void | releaseAllCachedImageResources (Component &c) |
| |
| static bool | modalWouldBlockComponent (const Component &maybeBlocked, Component *modal) |
| |
| template<typename Function > |
| static void | sendMouseEventToComponentsThatAreBlockedByModal (Component &modal, Function &&function) |
| |
Definition at line 32 of file juce_ComponentHelpers.h.
◆ SH
◆ clipObscuredRegions()
◆ convertCoordinate()
◆ convertFromDistantParentSpace()
◆ convertFromParentSpace()
◆ convertToParentSpace()
◆ getColourPropertyID()
◆ getParentOrMainMonitorBounds()
◆ hitTest()
◆ localPositionToRawPeerPos()
◆ modalWouldBlockComponent()
◆ rawPeerPositionToLocal()
◆ releaseAllCachedImageResources()
◆ sendMouseEventToComponentsThatAreBlockedByModal()
| static void juce::detail::ComponentHelpers::sendMouseEventToComponentsThatAreBlockedByModal |
( |
Component & |
modal, |
|
|
Function && |
function |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: