JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_Grid.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::Grid
 Container that handles geometry for grid layouts (fixed columns and rows) using a set of declarative rules. More...
 
struct  juce::Grid::Fr
 A fractional ratio integer. More...
 
struct  juce::Grid::Px
 A size in pixels. More...
 
struct  juce::Grid::TrackInfo
 Represents a track. More...
 

Namespaces

 juce
 

Functions

constexpr Grid::Fr juce::operator""_fr (unsigned long long fr)
 
constexpr Grid::Px juce::operator""_px (long double px)
 
constexpr Grid::Px juce::operator""_px (unsigned long long px)