Home
last modified time | relevance | path

Searched refs:rowComp (Results 1 – 4 of 4) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.cpp254 if (auto* rowComp = getComponentForRow (row)) in updateContents() local
256 rowComp->setBounds (0, row * rowH, w, rowH); in updateContents()
257 rowComp->update (row, owner.isRowSelected (row)); in updateContents()
879 if (auto* rowComp = viewport->getComponentForRowIfOnscreen (firstRow + i)) in createSnapshotOfRows() local
881 auto pos = getLocalPoint (rowComp, Point<int>()); in createSnapshotOfRows()
883 … imageArea = imageArea.getUnion ({ pos.x, pos.y, rowComp->getWidth(), rowComp->getHeight() }); in createSnapshotOfRows()
902 if (auto* rowComp = viewport->getComponentForRowIfOnscreen (firstRow + i)) in createSnapshotOfRows() local
905 g.setOrigin (getLocalPoint (rowComp, Point<int>()) - imageArea.getPosition()); in createSnapshotOfRows()
907 auto rowScale = Component::getApproximateScaleFactorForComponent (rowComp); in createSnapshotOfRows()
909 if (g.reduceClipRegion (rowComp->getLocalBounds() * rowScale)) in createSnapshotOfRows()
[all …]
H A Djuce_TableListBox.cpp355 if (auto* rowComp = dynamic_cast<RowComp*> (getComponentForRowNumber (rowNumber))) in getCellComponent() local
356 return rowComp->findChildComponentForColumn (columnId); in getCellComponent()
466 if (auto* rowComp = dynamic_cast<RowComp*> (getComponentForRowNumber (i))) in updateColumnComponents() local
467 rowComp->resized(); in updateColumnComponents()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ListBox.cpp254 if (auto* rowComp = getComponentForRow (row)) in updateContents() local
256 rowComp->setBounds (0, row * rowH, w, rowH); in updateContents()
257 rowComp->update (row, owner.isRowSelected (row)); in updateContents()
879 if (auto* rowComp = viewport->getComponentForRowIfOnscreen (firstRow + i)) in createSnapshotOfRows() local
881 auto pos = getLocalPoint (rowComp, Point<int>()); in createSnapshotOfRows()
883 … imageArea = imageArea.getUnion ({ pos.x, pos.y, rowComp->getWidth(), rowComp->getHeight() }); in createSnapshotOfRows()
902 if (auto* rowComp = viewport->getComponentForRowIfOnscreen (firstRow + i)) in createSnapshotOfRows() local
905 g.setOrigin (getLocalPoint (rowComp, Point<int>()) - imageArea.getPosition()); in createSnapshotOfRows()
907 auto rowScale = Component::getApproximateScaleFactorForComponent (rowComp); in createSnapshotOfRows()
909 if (g.reduceClipRegion (rowComp->getLocalBounds() * rowScale)) in createSnapshotOfRows()
[all …]
H A Djuce_TableListBox.cpp355 if (auto* rowComp = dynamic_cast<RowComp*> (getComponentForRowNumber (rowNumber))) in getCellComponent() local
356 return rowComp->findChildComponentForColumn (columnId); in getCellComponent()
466 if (auto* rowComp = dynamic_cast<RowComp*> (getComponentForRowNumber (i))) in updateColumnComponents() local
467 rowComp->resized(); in updateColumnComponents()