Represents a track.
More...
#include <juce_Grid.h>
◆ TrackInfo() [1/9]
juce::Grid::TrackInfo::TrackInfo |
( |
| ) |
|
|
noexcept |
Creates a track with auto dimension.
◆ TrackInfo() [2/9]
juce::Grid::TrackInfo::TrackInfo |
( |
Px |
sizeInPixels | ) |
|
|
noexcept |
◆ TrackInfo() [3/9]
juce::Grid::TrackInfo::TrackInfo |
( |
Fr |
fractionOfFreeSpace | ) |
|
|
noexcept |
◆ TrackInfo() [4/9]
juce::Grid::TrackInfo::TrackInfo |
( |
Px |
sizeInPixels, |
|
|
const juce::String & |
endLineNameToUse |
|
) |
| |
|
noexcept |
◆ TrackInfo() [5/9]
juce::Grid::TrackInfo::TrackInfo |
( |
Fr |
fractionOfFreeSpace, |
|
|
const juce::String & |
endLineNameToUse |
|
) |
| |
|
noexcept |
◆ TrackInfo() [6/9]
juce::Grid::TrackInfo::TrackInfo |
( |
const juce::String & |
startLineNameToUse, |
|
|
Px |
sizeInPixels |
|
) |
| |
|
noexcept |
◆ TrackInfo() [7/9]
juce::Grid::TrackInfo::TrackInfo |
( |
const juce::String & |
startLineNameToUse, |
|
|
Fr |
fractionOfFreeSpace |
|
) |
| |
|
noexcept |
◆ TrackInfo() [8/9]
juce::Grid::TrackInfo::TrackInfo |
( |
const juce::String & |
startLineNameToUse, |
|
|
Px |
sizeInPixels, |
|
|
const juce::String & |
endLineNameToUse |
|
) |
| |
|
noexcept |
◆ TrackInfo() [9/9]
juce::Grid::TrackInfo::TrackInfo |
( |
const juce::String & |
startLineNameToUse, |
|
|
Fr |
fractionOfFreeSpace, |
|
|
const juce::String & |
endLineNameToUse |
|
) |
| |
|
noexcept |
◆ Grid
◆ GridItem
◆ endLineName
◆ hasKeyword
bool juce::Grid::TrackInfo::hasKeyword = false |
|
private |
◆ isFraction
bool juce::Grid::TrackInfo::isFraction = false |
|
private |
◆ size
float juce::Grid::TrackInfo::size = 0 |
|
private |
◆ startLineName
The documentation for this struct was generated from the following file: