|
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 |
Classes | |
| struct | Cell |
Definition at line 630 of file juce_Grid.cpp.
| struct juce::Grid::Helpers::AutoPlacement::OccupancyPlane::Cell |
Definition at line 632 of file juce_Grid.cpp.
| Class Members | ||
|---|---|---|
| int | column | |
| int | row | |
| juce::Grid::Helpers::AutoPlacement::OccupancyPlane::OccupancyPlane | ( | int | highestColumnToUse, |
| int | highestRowToUse, | ||
| bool | isColumnFirst | ||
| ) |
Definition at line 634 of file juce_Grid.cpp.
| Cell juce::Grid::Helpers::AutoPlacement::OccupancyPlane::nextAvailable | ( | Cell | referenceCell, |
| int | columnSpan, | ||
| int | rowSpan | ||
| ) |
Definition at line 654 of file juce_Grid.cpp.
| Cell juce::Grid::Helpers::AutoPlacement::OccupancyPlane::nextAvailableOnColumn | ( | Cell | referenceCell, |
| int | columnSpan, | ||
| int | rowSpan, | ||
| int | columnNumber | ||
| ) |
Definition at line 674 of file juce_Grid.cpp.
| Cell juce::Grid::Helpers::AutoPlacement::OccupancyPlane::nextAvailableOnRow | ( | Cell | referenceCell, |
| int | columnSpan, | ||
| int | rowSpan, | ||
| int | rowNumber | ||
| ) |
Definition at line 662 of file juce_Grid.cpp.
| PlacementHelpers::LineArea juce::Grid::Helpers::AutoPlacement::OccupancyPlane::setCell | ( | Cell | cell, |
| int | columnSpan, | ||
| int | rowSpan | ||
| ) |
Definition at line 639 of file juce_Grid.cpp.
| PlacementHelpers::LineArea juce::Grid::Helpers::AutoPlacement::OccupancyPlane::setCell | ( | Cell | start, |
| Cell | end | ||
| ) |
Definition at line 648 of file juce_Grid.cpp.
| void juce::Grid::Helpers::AutoPlacement::OccupancyPlane::updateMaxCrossDimensionFromAutoPlacementItem | ( | int | columnSpan, |
| int | rowSpan | ||
| ) |
Definition at line 686 of file juce_Grid.cpp.