JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_Grid.h File Reference

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)