|
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 | Panel |
Public Member Functions | |
| Panel & | get (int index) noexcept |
| const Panel & | get (int index) const noexcept |
| PanelSizes | withMovedPanel (int index, int targetPosition, int totalSpace) const |
| PanelSizes | fittedInto (int totalSpace) const |
| PanelSizes | withResizedPanel (int index, int panelHeight, int totalSpace) const |
Public Attributes | |
| Array< Panel > | sizes |
Definition at line 29 of file juce_ConcertinaPanel.cpp.
| PanelSizes juce::ConcertinaPanel::PanelSizes::fittedInto | ( | int | totalSpace | ) | const |
Definition at line 83 of file juce_ConcertinaPanel.cpp.
Definition at line 69 of file juce_ConcertinaPanel.cpp.
Definition at line 68 of file juce_ConcertinaPanel.cpp.
| PanelSizes juce::ConcertinaPanel::PanelSizes::withMovedPanel | ( | int | index, |
| int | targetPosition, | ||
| int | totalSpace | ||
| ) | const |
Definition at line 71 of file juce_ConcertinaPanel.cpp.
| PanelSizes juce::ConcertinaPanel::PanelSizes::withResizedPanel | ( | int | index, |
| int | panelHeight, | ||
| int | totalSpace | ||
| ) | const |
Definition at line 92 of file juce_ConcertinaPanel.cpp.
Definition at line 66 of file juce_ConcertinaPanel.cpp.