63 inline bool testFlags (
int flagsToTest)
const noexcept {
return (
flags & flagsToTest) != 0; }
77 template <
typename ValueType>
79 ValueType spaceX, ValueType spaceY, ValueType spaceW, ValueType spaceH)
const noexcept
92 template <
typename ValueType>
96 ValueType
x = areaToAdjust.getX(),
y = areaToAdjust.getY();
98 targetSpace.getX(), targetSpace.getY(), targetSpace.getWidth(), targetSpace.getHeight());
99 return areaToAdjust.withPosition (
x,
y);
#define noexcept
Definition DistrhoDefines.h:72
Flags
Definition juce_Justification.h:105
@ centredRight
Definition juce_Justification.h:148
@ horizontallyJustified
Definition juce_Justification.h:132
@ centredBottom
Definition juce_Justification.h:158
@ centred
Definition juce_Justification.h:138
@ left
Definition juce_Justification.h:108
@ centredLeft
Definition juce_Justification.h:143
@ horizontallyCentred
Definition juce_Justification.h:115
@ centredTop
Definition juce_Justification.h:153
@ bottom
Definition juce_Justification.h:122
@ verticallyCentred
Definition juce_Justification.h:126
@ top
Definition juce_Justification.h:119
@ right
Definition juce_Justification.h:111
@ bottomLeft
Definition juce_Justification.h:173
@ bottomRight
Definition juce_Justification.h:178
@ topLeft
Definition juce_Justification.h:163
@ topRight
Definition juce_Justification.h:168
const Rectangle< ValueType > appliedToRectangle(const Rectangle< ValueType > &areaToAdjust, const Rectangle< ValueType > &targetSpace) const noexcept
Definition juce_Justification.h:93
void applyToRectangle(ValueType &x, ValueType &y, ValueType w, ValueType h, ValueType spaceX, ValueType spaceY, ValueType spaceW, ValueType spaceH) const noexcept
Definition juce_Justification.h:78
int getOnlyVerticalFlags() const noexcept
Definition juce_Justification.h:66
Justification(const Justification &)=default
int getOnlyHorizontalFlags() const noexcept
Definition juce_Justification.h:69
int getFlags() const noexcept
Definition juce_Justification.h:58
int flags
Definition juce_Justification.h:184
Justification(int justificationFlags) noexcept
Definition juce_Justification.h:45
bool testFlags(int flagsToTest) const noexcept
Definition juce_Justification.h:63
Definition juce_Rectangle.h:67
UINT_D64 w
Definition inflate.c:942
int y
Definition inflate.c:1588
unsigned x[BMAX+1]
Definition inflate.c:1586
Definition carla_juce.cpp:31
uch h[RAND_HEAD_LEN]
Definition crypt.c:459
#define const
Definition zconf.h:137