LMMS
Loading...
Searching...
No Matches
juce::GridItem::Margin Struct Reference

#include <juce_GridItem.h>

Public Member Functions

 Margin () noexcept
 Margin (int size) noexcept
 Margin (float size) noexcept
 Margin (float top, float right, float bottom, float left) noexcept

Public Attributes

float left
float right
float top
float bottom

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 files: