|
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_GridItem.h"
Public Member Functions | |
| Margin (int size) noexcept | |
| Margin (float size) noexcept | |
| Margin (float top, float right, float bottom, float left) noexcept | |
| Creates a margin with these sizes. | |
Public Attributes | |
| float | left |
| float | right |
| float | top |
| float | bottom |
Represents a margin.
Definition at line 175 of file juce_GridItem.h.
|
noexcept |
Definition at line 62 of file juce_GridItem.cpp.
|
noexcept |
Definition at line 64 of file juce_GridItem.cpp.
|
noexcept |
Definition at line 66 of file juce_GridItem.cpp.
Creates a margin with these sizes.
Definition at line 68 of file juce_GridItem.cpp.
| float juce::GridItem::Margin::bottom |
Definition at line 185 of file juce_GridItem.h.
| float juce::GridItem::Margin::left |
Definition at line 182 of file juce_GridItem.h.
| float juce::GridItem::Margin::right |
Definition at line 183 of file juce_GridItem.h.
| float juce::GridItem::Margin::top |
Definition at line 184 of file juce_GridItem.h.