| 49 | } |
| 50 | |
| 51 | void TimeQuantizeOptionsView::resized() |
| 52 | { |
| 53 | mEnableButton->setBounds(0, 0, 18, 18); |
| 54 | mTimeDivisionDropdown->setBounds(125, 13 + LEFT_SECTIONS_TOP_PAD, 75, 17); |
| 55 | mQuantizationForceSlider->setBounds(94, 70 + LEFT_SECTIONS_TOP_PAD, 156, 17); |
| 56 | mTempoEditor->setBounds(65, LEFT_SECTIONS_TOP_PAD + 44, 40, 14); |
| 57 | mTimeSignatureNumEditor->setBounds(213, LEFT_SECTIONS_TOP_PAD + 44, 20, 14); |
| 58 | mTimeSignatureDenomEditor->setBounds(238, LEFT_SECTIONS_TOP_PAD + 44, 20, 14); |
| 59 | } |
| 60 | |
| 61 | void TimeQuantizeOptionsView::paint(Graphics& g) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected