|
| 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()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::convertCoordinate |
( |
const Component * |
target, |
|
|
const Component * |
source, |
|
|
PointOrRect |
p |
|
) |
| |
|
static |
◆ convertFromDistantParentSpace()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::convertFromDistantParentSpace |
( |
const Component * |
parent, |
|
|
const Component & |
target, |
|
|
PointOrRect |
coordInParent |
|
) |
| |
|
static |
◆ convertFromParentSpace()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::convertFromParentSpace |
( |
const Component & |
comp, |
|
|
const PointOrRect |
pointInParentSpace |
|
) |
| |
|
static |
◆ convertToParentSpace()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::convertToParentSpace |
( |
const Component & |
comp, |
|
|
const PointOrRect |
pointInLocalSpace |
|
) |
| |
|
static |
◆ getColourPropertyID()
| static Identifier juce::detail::ComponentHelpers::getColourPropertyID |
( |
int |
colourID | ) |
|
|
static |
◆ getParentOrMainMonitorBounds()
| static Rectangle< int > juce::detail::ComponentHelpers::getParentOrMainMonitorBounds |
( |
const Component & |
comp | ) |
|
|
static |
◆ hitTest()
◆ localPositionToRawPeerPos()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::localPositionToRawPeerPos |
( |
const Component & |
comp, |
|
|
PointOrRect |
pos |
|
) |
| |
|
staticnoexcept |
◆ modalWouldBlockComponent()
| static bool juce::detail::ComponentHelpers::modalWouldBlockComponent |
( |
const Component & |
maybeBlocked, |
|
|
Component * |
modal |
|
) |
| |
|
static |
◆ rawPeerPositionToLocal()
template<typename PointOrRect >
| static PointOrRect juce::detail::ComponentHelpers::rawPeerPositionToLocal |
( |
const Component & |
comp, |
|
|
PointOrRect |
pos |
|
) |
| |
|
staticnoexcept |
◆ releaseAllCachedImageResources()
| static void juce::detail::ComponentHelpers::releaseAllCachedImageResources |
( |
Component & |
c | ) |
|
|
static |
◆ sendMouseEventToComponentsThatAreBlockedByModal()
template<typename Function >
| static void juce::detail::ComponentHelpers::sendMouseEventToComponentsThatAreBlockedByModal |
( |
Component & |
modal, |
|
|
Function && |
function |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: