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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::GridItem::Margin Struct Reference

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
 

Detailed Description

Represents a margin.

Definition at line 175 of file juce_GridItem.h.

Constructor & Destructor Documentation

◆ Margin() [1/4]

juce::GridItem::Margin::Margin ( )
noexcept

Definition at line 62 of file juce_GridItem.cpp.

◆ Margin() [2/4]

juce::GridItem::Margin::Margin ( int  size)
noexcept

Definition at line 64 of file juce_GridItem.cpp.

◆ Margin() [3/4]

juce::GridItem::Margin::Margin ( float  size)
noexcept

Definition at line 66 of file juce_GridItem.cpp.

◆ Margin() [4/4]

juce::GridItem::Margin::Margin ( float  top,
float  right,
float  bottom,
float  left 
)
noexcept

Creates a margin with these sizes.

Definition at line 68 of file juce_GridItem.cpp.

Member Data Documentation

◆ bottom

float juce::GridItem::Margin::bottom

Definition at line 185 of file juce_GridItem.h.

◆ left

float juce::GridItem::Margin::left

Definition at line 182 of file juce_GridItem.h.

◆ right

float juce::GridItem::Margin::right

Definition at line 183 of file juce_GridItem.h.

◆ top

float juce::GridItem::Margin::top

Definition at line 184 of file juce_GridItem.h.


The documentation for this struct was generated from the following files: