MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / resized

Method resized

NeuralNote/Source/Components/NeuralNoteMainView.cpp:251–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void NeuralNoteMainView::resized()
252{
253 mRecordButton->setBounds(537, 43, 35, 35);
254 mClearButton->setBounds(589, 43, 35, 35);
255
256 mBackButton->setBounds(682, 43, 35, 35);
257 mPlayPauseButton->setBounds(734, 43, 35, 35);
258 mCenterButton->setBounds(786, 43, 35, 35);
259 mSettingsButton->setBounds(838, 43, 35, 35);
260
261 mMuteButton->setBounds(931, 43, 35, 35);
262
263 mVisualizationPanel.setBounds(328, 120, 642, 491);
264 mTranscriptionOptions.setBounds(29, 120, 274, 190);
265 mNoteOptions.setBounds(29, 334, 274, 133);
266 mQuantizePanel.setBounds(29, 491, 274, 120);
267
268 mUpdateCheck->setBounds(680, 615, 290, 20);
269}
270
271void NeuralNoteMainView::paint(Graphics& g)
272{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected