Home
last modified time | relevance | path

Searched refs:RK_ACT_BIND (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A Dmainwindow.cpp60 RK_ACT_BIND(geonkickApi, stateChanged, RK_ACT_ARGS(), this, updateGui());
102 RK_ACT_BIND(viewState, mainViewChanged, in createViewState()
105 RK_ACT_BIND(viewState, samplesBrowserPathChanged, in createViewState()
169 RK_ACT_BIND(topBar, openFile, RK_ACT_ARGS(), in init()
171 RK_ACT_BIND(topBar, saveFile, RK_ACT_ARGS(), in init()
173 RK_ACT_BIND(topBar, resetToDefault, RK_ACT_ARGS(), in init()
175 RK_ACT_BIND(topBar, openExport, RK_ACT_ARGS(), in init()
177 RK_ACT_BIND(topBar, layerSelected, in init()
200 RK_ACT_BIND(kitModel, in init()
280 RK_ACT_BIND(fileDialog, in openFileDialog()
[all …]
H A Dpercussion_view.cpp142 RK_ACT_BIND(keyButton, toggled, RK_ACT_ARGS(bool pressed), this, showMidiPopup()); in createView()
252 RK_ACT_BIND(removeButton, released, RK_ACT_ARGS(), this, remove()); in setModel()
253 RK_ACT_BIND(copyButton, released, RK_ACT_ARGS(), percussionModel, copy()); in setModel()
254 RK_ACT_BIND(playButton, pressed, RK_ACT_ARGS(), percussionModel, play()); in setModel()
258 RK_ACT_BIND(percussionModel, nameUpdated, RK_ACT_ARGS(std::string name), this, update()); in setModel()
259 RK_ACT_BIND(percussionModel, keyUpdated, RK_ACT_ARGS(KeyIndex index), this, updateView()); in setModel()
260 RK_ACT_BIND(percussionModel, channelUpdated, RK_ACT_ARGS(int val), this, update()); in setModel()
264 RK_ACT_BIND(percussionModel, selected, RK_ACT_ARGS(), this, update()); in setModel()
265 RK_ACT_BIND(percussionModel, modelUpdated, RK_ACT_ARGS(), this, updateView()); in setModel()
359 RK_ACT_BIND(editPercussion, editingFinished, RK_ACT_ARGS(), in mouseDoubleClickEvent()
[all …]
H A Dgeneral_group_box.cpp76 RK_ACT_BIND(kickAmplitudeKnob, in createAplitudeEnvelopeHBox()
98 RK_ACT_BIND(amplEnvelopeButton, in createAplitudeEnvelopeHBox()
102 RK_ACT_BIND(amplitudeEnvelopeBox->viewState(), envelopeChanged, in createAplitudeEnvelopeHBox()
114 RK_ACT_BIND(kickLengthKnob, in createAplitudeEnvelopeHBox()
127 RK_ACT_BIND(filterBox, enabled, RK_ACT_ARGS(bool b), in createFilterHBox()
129 RK_ACT_BIND(filterBox, cutOffChanged, RK_ACT_ARGS(double val), in createFilterHBox()
131 RK_ACT_BIND(filterBox, resonanceChanged, RK_ACT_ARGS(double val), in createFilterHBox()
133 RK_ACT_BIND(filterBox, typeChanged, in createFilterHBox()
H A Doscillator_group_box.cpp106 RK_ACT_BIND(oscillatorCheckbox, toggled,
271 RK_ACT_BIND(amplitudeKnob, in createEvelopeGroupBox()
293 RK_ACT_BIND(oscAmplEnvelopeButton, in createEvelopeGroupBox()
298 RK_ACT_BIND(viewState(), envelopeChanged, in createEvelopeGroupBox()
343 RK_ACT_BIND(pitchShiftKnob, in createEvelopeGroupBox()
355 RK_ACT_BIND(frequencyKnob, in createEvelopeGroupBox()
376 RK_ACT_BIND(oscFreqEnvelopeButton, in createEvelopeGroupBox()
381 RK_ACT_BIND(viewState(), envelopeChanged, in createEvelopeGroupBox()
402 RK_ACT_BIND(pitchEnvelopeButton, in createEvelopeGroupBox()
407 RK_ACT_BIND(viewState(), envelopeChanged, in createEvelopeGroupBox()
[all …]
H A Dcontrols_widget.cpp40 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), widget, updateGui());
46 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), widget, updateGui());
52 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), widget, updateGui());
57 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), generalWidget, updateGui());
63 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), effectsWidget, updateGui());
H A Dkit_widget.cpp52 RK_ACT_BIND(levelersTimer, timeout, RK_ACT_ARGS(), this, onUpdateLevelers());
56 RK_ACT_BIND(kitModel, modelUpdated, RK_ACT_ARGS(), this, updateView());
57 RK_ACT_BIND(kitModel, percussionAdded, RK_ACT_ARGS(PercussionModel *model),
59 RK_ACT_BIND(kitModel, percussionRemoved, RK_ACT_ARGS(PercussionIndex index),
83 RK_ACT_BIND(addButton, toggled, RK_ACT_ARGS(bool b), kitModel, addNewPercussion());
92 RK_ACT_BIND(openKitButton, toggled, RK_ACT_ARGS(bool b),
102 RK_ACT_BIND(saveKitButton, toggled, RK_ACT_ARGS(bool b),
112 RK_ACT_BIND(exportKitButton, toggled, RK_ACT_ARGS(bool b),
185 RK_ACT_BIND(fileDialog, selectedFile, in showFileDialog()
190 RK_ACT_BIND(fileDialog, selectedFile, in showFileDialog()
[all …]
H A Dpreset_browser_view.cpp57 RK_ACT_BIND(browserModel, folderSelected, RK_ACT_ARGS(PresetFolder*), this, update());
58 RK_ACT_BIND(browserModel, presetSelected, RK_ACT_ARGS(Preset*), this, update());
59 RK_ACT_BIND(browserModel, presetPageChanged, RK_ACT_ARGS(), this, updatePageButtons());
60 RK_ACT_BIND(browserModel, folderPageChanged, RK_ACT_ARGS(), this, updatePageButtons());
61RK_ACT_BIND(browserModel, folderSelected, RK_ACT_ARGS(PresetFolder*), this, updatePageButtons());
62 RK_ACT_BIND(browserModel, presetSelected, RK_ACT_ARGS(Preset*), this, updatePageButtons());
79 RK_ACT_BIND(nextFolderPageButton, pressed, RK_ACT_ARGS(), browserModel, folderNextPage());
90RK_ACT_BIND(prevFolderPageButton, pressed, RK_ACT_ARGS(), browserModel, folderPreviousPage());
105 RK_ACT_BIND(nextPresetPageButton, pressed, RK_ACT_ARGS(), browserModel, nextPresetPage());
118RK_ACT_BIND(prevPresetPageButton, pressed, RK_ACT_ARGS(), browserModel, previousPresetPage());
H A Dexport_widget.cpp115 RK_ACT_BIND(browseLocation, toggled, RK_ACT_ARGS(bool b), this, browse());
124RK_ACT_BIND(fileNameEdit, textEdited, RK_ACT_ARGS(const std::string& text), this, showError());
141 RK_ACT_BIND(exportButton, toggled, RK_ACT_ARGS(bool b), this, exportKick());
147 RK_ACT_BIND(cancelButton, toggled, RK_ACT_ARGS(bool b), this, close());
164RK_ACT_BIND(flac16Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Flac16)); in createFormatButtons()
180RK_ACT_BIND(wav16Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Wav16)); in createFormatButtons()
188RK_ACT_BIND(wav24Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Wav24)); in createFormatButtons()
196RK_ACT_BIND(wav32Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Wav32)); in createFormatButtons()
204 RK_ACT_BIND(oggButton, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Ogg)); in createFormatButtons()
233RK_ACT_BIND(monoButton, toggled, RK_ACT_ARGS(bool b), this, setChannels(ChannelsType::Mono)); in createChannelsButtons()
[all …]
H A Dtop_bar.cpp201 RK_ACT_BIND(tuneCheckbox, toggled, RK_ACT_ARGS(bool b), kitModel->api(),
227 RK_ACT_BIND(midiKeyButton, toggled,
246 RK_ACT_BIND(controlsButton, pressed, RK_ACT_ARGS(),
264 RK_ACT_BIND(kitButton, pressed, RK_ACT_ARGS(),
283 RK_ACT_BIND(presetsButton, pressed, RK_ACT_ARGS(),
301 RK_ACT_BIND(samplesButton, pressed, RK_ACT_ARGS(),
307 RK_ACT_BIND(kitModel, modelUpdated, RK_ACT_ARGS(), this, updateGui());
377 RK_ACT_BIND(layer1Button, toggled, RK_ACT_ARGS(bool b), in createLyersButtons()
379 RK_ACT_BIND(layer3Button, toggled, RK_ACT_ARGS(bool b), in createLyersButtons()
381 RK_ACT_BIND(layer2Button, toggled, RK_ACT_ARGS(bool b), in createLyersButtons()
[all …]
H A DSampleBrowser.cpp63 RK_ACT_BIND(fileBrowser,
68 RK_ACT_BIND(fileBrowser,
73 RK_ACT_BIND(fileBrowser,
88RK_ACT_BIND(samplePreviewWidget, graphPressed, RK_ACT_ARGS(), geonkickApi, playSamplePreview());
92 RK_ACT_BIND(previewLimiter,
137 RK_ACT_BIND(playButton, pressed, RK_ACT_ARGS(), geonkickApi, playSamplePreview()); in createPreviewMenu()
151 RK_ACT_BIND(loadButton, pressed, RK_ACT_ARGS(), this, loadSample()); in createPreviewMenu()
163 RK_ACT_BIND(osc1Button, pressed, in createPreviewMenu()
177 RK_ACT_BIND(osc2Button, pressed, in createPreviewMenu()
H A Dgeonkick_checkbox.cpp38 RK_ACT_BIND(checkboxButton, SIGNAL(toggled(bool)), this, SIGNAL(stateUpdated(bool)));
39 RK_ACT_BIND(checkboxButton, SIGNAL(toggled(bool)), this, SLOT(setChecked(bool)));
40 RK_ACT_BIND(checkboxLabel, SIGNAL(toggled(bool)), this, SLOT(setChecked(bool)));
41 RK_ACT_BIND(checkboxLabel, SIGNAL(toggled(bool)), this, SIGNAL(stateUpdated(bool)));
H A Ddistortion_group_box.cpp60RK_ACT_BIND(distortionCheckbox, toggled, RK_ACT_ARGS(bool b), geonkickApi, enableDistortion(b));
81 RK_ACT_BIND(inLimiterSlider, valueUpdated, RK_ACT_ARGS(int val), this, setInLimiter(val));
94 RK_ACT_BIND(volumeSlider, valueUpdated, RK_ACT_ARGS(int val), this, setVolume(val));
109 RK_ACT_BIND(viewState(), envelopeChanged,
113 RK_ACT_BIND(volumeEnvButton, pressed,
122 RK_ACT_BIND(driveSlider, valueUpdated, RK_ACT_ARGS(int val), this, setDrive(val));
139 RK_ACT_BIND(viewState(), envelopeChanged,
143 RK_ACT_BIND(driveEnvButton, pressed,
H A Dfilter.cpp79 RK_ACT_BIND(filterCheckbox, toggled, RK_ACT_ARGS(bool b), this, enabled(b));
88 RK_ACT_BIND(cutOffKnob, valueUpdated, RK_ACT_ARGS(double val), this, cutOffChanged(val));
104 RK_ACT_BIND(cutoffEnvelopeButton,
108 RK_ACT_BIND(viewState(), envelopeChanged,
122RK_ACT_BIND(resonanceKnob, valueUpdated, RK_ACT_ARGS(double val), this, resonanceChanged(val));
136 RK_ACT_BIND(lpFilterButton, toggled, RK_ACT_ARGS(bool b), this,
150 RK_ACT_BIND(bpFilterButton, toggled, RK_ACT_ARGS(bool b), this,
164 RK_ACT_BIND(hpFilterButton, toggled, RK_ACT_ARGS(bool b), this,
H A Deffects_group_box.cpp38 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), compressor, updateGui());
42 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), distortionGroupBox, updateGui());
47 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), layers, updateGui());
H A Dfile_dialog.cpp88 RK_ACT_BIND(topScrollBarButton, toggled, RK_ACT_ARGS(bool b), this, onLineUp()); in createScrollBar()
95 RK_ACT_BIND(bottomScrollBarButton, toggled, RK_ACT_ARGS(bool b), this, onLineDown()); in createScrollBar()
100 RK_ACT_BIND(scrollBar, valueUpdated, RK_ACT_ARGS(int val), this, scrollBarChanged(val)); in createScrollBar()
393 RK_ACT_BIND(filesView, openFile, RK_ACT_ARGS(const std::string &), this, onAccept());
394 RK_ACT_BIND(filesView, currentFileChanged, RK_ACT_ARGS(const std::string &file),
396 RK_ACT_BIND(filesView, currentPathChanged, RK_ACT_ARGS(const std::string &pathName),
398 RK_ACT_BIND(filesView, currentPathChanged, RK_ACT_ARGS(const std::string &pathName),
401 RK_ACT_BIND(shortcutDirectoriesModel,
432 RK_ACT_BIND(acceptButton, toggled, RK_ACT_ARGS(bool pressed), this, onAccept());
439 RK_ACT_BIND(cancelButton, toggled, RK_ACT_ARGS(bool pressed), this, onCancel());
[all …]
H A Dcompressor_group_box.cpp51RK_ACT_BIND(compressorCheckbox, toggled, RK_ACT_ARGS(bool b), geonkickApi, enableCompressor(b));
81 RK_ACT_BIND(attackSlider, valueUpdated, RK_ACT_ARGS(int val), this, setAttack(val));
93 RK_ACT_BIND(ratioSlider, valueUpdated, RK_ACT_ARGS(int value), this, setRatio(value));
108RK_ACT_BIND(thresholdSlider, valueUpdated, RK_ACT_ARGS(int value), this, setThreshold(value));
120 RK_ACT_BIND(makeupSlider, valueUpdated, RK_ACT_ARGS(int value), this, setMakeup(value));
H A Dlimiter.cpp45 RK_ACT_BIND(faderSlider, valueUpdated, RK_ACT_ARGS(int val), this, onSetLimiterValue(val));
46 RK_ACT_BIND(levelerValueTimer, timeout, RK_ACT_ARGS(), this, onUpdateMeter());
47 RK_ACT_BIND(meterTimer, timeout, RK_ACT_ARGS(), this, onUpdateMeterTimeout());
H A Denvelope_widget.cpp83 RK_ACT_BIND(viewState(), envelopeChanged,
146 RK_ACT_BIND(layer1Button, toggled, RK_ACT_ARGS(bool b), in createLayersButtons()
159 RK_ACT_BIND(layer2Button, toggled, RK_ACT_ARGS(bool b), in createLayersButtons()
172 RK_ACT_BIND(layer3Button, toggled, RK_ACT_ARGS(bool b), in createLayersButtons()
H A Dgeneral_envelope.cpp33RK_ACT_BIND(geonkickApi, kickLengthUpdated, RK_ACT_ARGS(double val), this, envelopeUpdated());
34RK_ACT_BIND(geonkickApi, kickAmplitudeUpdated, RK_ACT_ARGS(double val), this, envelopeUpdated());
H A Dcontrol_area.cpp42RK_ACT_BIND(viewState(), mainViewChanged, RK_ACT_ARGS(ViewState::View view), this, showWidget(view…
76 RK_ACT_BIND(this, updateGui, RK_ACT_ARGS(), controlsWidget, updateGui()); in showControls()
H A Dlayers_group_box.cpp48 RK_ACT_BIND(layerSliders[i],
/dports/x11-toolkits/redkite/redkite-1.3.1/examples/
H A Dlineedit.cpp65 RK_ACT_BIND(lineEdit, in LineEditExample()
81 RK_ACT_BIND(lineEdit, in LineEditExample()
92 RK_ACT_BIND(button, in LineEditExample()
H A Dtimer.cpp67 RK_ACT_BIND(button, toggled, RK_ACT_ARGS(bool b), this, drawCircle(b));
83 RK_ACT_BIND(timer, timeout, RK_ACT_ARGS(), this, onShowTime());
/dports/x11-toolkits/redkite/redkite-1.3.1/src/
H A DRkList.cpp35 RK_ACT_BIND(getModel(), modelChanged, RK_ACT_ARGS(), this, update());
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/src/
H A DRkList.cpp35 RK_ACT_BIND(getModel(), modelChanged, RK_ACT_ARGS(), this, update());

12