JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::GridItem::Margin Struct Reference

Represents a margin. More...

#include <juce_GridItem.h>

Collaboration diagram for juce::GridItem::Margin:

Public Member Functions

 Margin () noexcept
 
 Margin (float size) noexcept
 
 Margin (float top, float right, float bottom, float left) noexcept
 Creates a margin with these sizes. More...
 
 Margin (int size) noexcept
 

Public Attributes

float bottom
 
float left
 
float right
 
float top
 

Detailed Description

Represents a margin.

Constructor & Destructor Documentation

◆ Margin() [1/4]

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

◆ Margin() [2/4]

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

◆ Margin() [3/4]

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

◆ Margin() [4/4]

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

Creates a margin with these sizes.

Member Data Documentation

◆ bottom

float juce::GridItem::Margin::bottom

◆ left

float juce::GridItem::Margin::left

◆ right

float juce::GridItem::Margin::right

◆ top

float juce::GridItem::Margin::top

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