|
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 |
Represents a margin. More...
#include "juce_FlexItem.h"
Public Member Functions | |
| Margin () noexcept | |
| Creates a margin of size zero. | |
| Margin (float size) noexcept | |
| Creates a margin with this size on all sides. | |
| Margin (float top, float right, float bottom, float left) noexcept | |
| Creates a margin with these sizes. | |
Public Attributes | |
| float | left |
| Left margin size. | |
| float | right |
| Right margin size. | |
| float | top |
| Top margin size. | |
| float | bottom |
| Bottom margin size. | |
Represents a margin.
Definition at line 124 of file juce_FlexItem.h.
|
noexcept |
Creates a margin of size zero.
Definition at line 803 of file juce_FlexBox.cpp.
|
noexcept |
Creates a margin with this size on all sides.
Definition at line 804 of file juce_FlexBox.cpp.
Creates a margin with these sizes.
Definition at line 805 of file juce_FlexBox.cpp.
| float juce::FlexItem::Margin::bottom |
Bottom margin size.
Definition at line 133 of file juce_FlexItem.h.
| float juce::FlexItem::Margin::left |
Left margin size.
Definition at line 130 of file juce_FlexItem.h.
| float juce::FlexItem::Margin::right |
Right margin size.
Definition at line 131 of file juce_FlexItem.h.
| float juce::FlexItem::Margin::top |
Top margin size.
Definition at line 132 of file juce_FlexItem.h.