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::Px Struct Referencefinal

A size in pixels. More...

#include <juce_Grid.h>

Collaboration diagram for juce::Grid::Px:

Public Member Functions

 Px (float p)
 
 Px (int p)
 
constexpr Px (long double p)
 
constexpr Px (unsigned long long p)
 

Public Attributes

long double pixels
 

Detailed Description

A size in pixels.

Constructor & Destructor Documentation

◆ Px() [1/4]

juce::Grid::Px::Px ( float  p)
inlineexplicit

◆ Px() [2/4]

juce::Grid::Px::Px ( int  p)
inlineexplicit

◆ Px() [3/4]

constexpr juce::Grid::Px::Px ( long double  p)
inlineexplicitconstexpr

◆ Px() [4/4]

constexpr juce::Grid::Px::Px ( unsigned long long  p)
inlineexplicitconstexpr

Member Data Documentation

◆ pixels

long double juce::Grid::Px::pixels

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