50 explicit Span (
int numberToUse,
const String& nameToUse) :
Span (numberToUse)
75 Property (
const char* lineNameToUse)
noexcept;
#define noexcept
Definition DistrhoDefines.h:72
Definition juce_Component.h:36
void setArea(Property rowStart, Property columnStart, Property rowEnd, Property columnEnd)
Definition juce_GridItem.cpp:75
float maxHeight
Definition juce_GridItem.h:172
float width
Definition juce_GridItem.h:166
GridItem withOrder(int newOrder) const noexcept
Definition juce_GridItem.cpp:172
Rectangle< float > currentBounds
Definition juce_GridItem.h:192
String area
Definition juce_GridItem.h:156
GridItem withJustifySelf(JustifySelf newJustifySelf) const noexcept
Definition juce_GridItem.cpp:136
AlignSelf
Definition juce_GridItem.h:116
float minHeight
Definition juce_GridItem.h:171
Component * associatedComponent
Definition juce_GridItem.h:133
GridItem withMargin(Margin newMargin) const noexcept
Definition juce_GridItem.cpp:165
Keyword
Definition juce_GridItem.h:38
@ autoValue
Definition juce_GridItem.h:38
GridItem withColumn(StartAndEndProperty column) const noexcept
Definition juce_GridItem.cpp:122
GridItem withHeight(float newHeight) const noexcept
Definition juce_GridItem.cpp:150
float height
Definition juce_GridItem.h:170
StartAndEndProperty row
Definition juce_GridItem.h:153
int order
Definition juce_GridItem.h:137
GridItem withAlignSelf(AlignSelf newAlignSelf) const noexcept
Definition juce_GridItem.cpp:129
@ useDefaultValue
Definition juce_GridItem.h:161
@ notAssigned
Definition juce_GridItem.h:162
GridItem withSize(float newWidth, float newHeight) const noexcept
Definition juce_GridItem.cpp:157
float minWidth
Definition juce_GridItem.h:167
StartAndEndProperty column
Definition juce_GridItem.h:150
GridItem withRow(StartAndEndProperty row) const noexcept
Definition juce_GridItem.cpp:115
float maxWidth
Definition juce_GridItem.h:168
GridItem withArea(Property rowStart, Property columnStart, Property rowEnd, Property columnEnd) const noexcept
Definition juce_GridItem.cpp:94
GridItem withWidth(float newWidth) const noexcept
Definition juce_GridItem.cpp:143
Margin margin
Definition juce_GridItem.h:189
JustifySelf justifySelf
Definition juce_GridItem.h:142
JustifySelf
Definition juce_GridItem.h:106
AlignSelf alignSelf
Definition juce_GridItem.h:147
Definition juce_Rectangle.h:67
Definition juce_String.h:53
bool isNotEmpty() const noexcept
Definition juce_String.h:316
virtual ASIOError start()=0
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31
RangedDirectoryIterator end(const RangedDirectoryIterator &)
Definition juce_RangedDirectoryIterator.h:184
Definition juce_GridItem.h:176
Margin() noexcept
Definition juce_GridItem.cpp:62
float right
Definition juce_GridItem.h:183
float top
Definition juce_GridItem.h:184
float left
Definition juce_GridItem.h:182
float bottom
Definition juce_GridItem.h:185
Definition juce_GridItem.h:70
bool hasName() const noexcept
Definition juce_GridItem.h:88
bool isAuto
Definition juce_GridItem.h:96
Property() noexcept
Definition juce_GridItem.cpp:29
int getNumber() const noexcept
Definition juce_GridItem.h:90
bool hasAuto() const noexcept
Definition juce_GridItem.h:87
const String & getName() const noexcept
Definition juce_GridItem.h:89
int number
Definition juce_GridItem.h:94
String name
Definition juce_GridItem.h:93
bool hasSpan() const noexcept
Definition juce_GridItem.h:85
bool isSpan
Definition juce_GridItem.h:95
bool hasAbsolute() const noexcept
Definition juce_GridItem.h:86
Definition juce_GridItem.h:43
Span(int numberToUse) noexcept
Definition juce_GridItem.h:44
int number
Definition juce_GridItem.h:63
Span(int numberToUse, const String &nameToUse)
Definition juce_GridItem.h:50
Span(const String &nameToUse)
Definition juce_GridItem.h:57
String name
Definition juce_GridItem.h:64
Definition juce_GridItem.h:101
Property start
Definition juce_GridItem.h:101
Property end
Definition juce_GridItem.h:101
#define const
Definition zconf.h:137