JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::Grid::Px Struct Referencefinal

A size in pixels. More...

#include "juce_Grid.h"

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.

Definition at line 44 of file juce_Grid.h.

Constructor & Destructor Documentation

◆ Px() [1/4]

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

Definition at line 46 of file juce_Grid.h.

◆ Px() [2/4]

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

Definition at line 47 of file juce_Grid.h.

◆ Px() [3/4]

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

Definition at line 48 of file juce_Grid.h.

◆ Px() [4/4]

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

Definition at line 49 of file juce_Grid.h.

Member Data Documentation

◆ pixels

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

Definition at line 51 of file juce_Grid.h.


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