Home
last modified time | relevance | path

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

12

/dports/audio/geonkick-lv2/geonkick-2.8.0/src/
H A Dtop_bar.cpp201 RK_ACT_BIND(tuneCheckbox, toggled, RK_ACT_ARGS(bool b), kitModel->api(),
228 RK_ACT_ARGS(bool pressed),
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 Dmainwindow.cpp60 RK_ACT_BIND(geonkickApi, stateChanged, RK_ACT_ARGS(), this, updateGui());
103 RK_ACT_ARGS(ViewState::View view), in createViewState()
106 RK_ACT_ARGS(const std::string &path), 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()
178 RK_ACT_ARGS(GeonkickApi::Layer layer, bool b), in init()
202 RK_ACT_ARGS(KitModel::PercussionIndex index), in init()
282 RK_ACT_ARGS(const std::string &file), 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.cpp78 RK_ACT_ARGS(double val), in createAplitudeEnvelopeHBox()
100 RK_ACT_ARGS(), in createAplitudeEnvelopeHBox()
103 RK_ACT_ARGS(Envelope::Category category, Envelope::Type envelope), in createAplitudeEnvelopeHBox()
116 RK_ACT_ARGS(double val), 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()
134 RK_ACT_ARGS(GeonkickApi::FilterType type), in createFilterHBox()
H A Doscillator_group_box.cpp107 RK_ACT_ARGS(bool b), oscillator, enable(b));
190 RK_ACT_BIND(sineButton, toggled, RK_ACT_ARGS(bool b), this, setSineWave(b)); in createWaveFunctionGroupBox()
273 RK_ACT_ARGS(double val), in createEvelopeGroupBox()
295 RK_ACT_ARGS(), in createEvelopeGroupBox()
345 RK_ACT_ARGS(double val), in createEvelopeGroupBox()
357 RK_ACT_ARGS(double val), in createEvelopeGroupBox()
378 RK_ACT_ARGS(), in createEvelopeGroupBox()
404 RK_ACT_ARGS(), in createEvelopeGroupBox()
432 RK_ACT_BIND(filterBox, enabled, RK_ACT_ARGS(bool b), in createFilterGroupBox()
434 RK_ACT_BIND(filterBox, cutOffChanged, RK_ACT_ARGS(double val), in createFilterGroupBox()
[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),
186 RK_ACT_ARGS(const std::string &file), in showFileDialog()
191 RK_ACT_ARGS(const std::string &file), 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());
61 … RK_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());
90 … RK_ACT_BIND(prevFolderPageButton, pressed, RK_ACT_ARGS(), browserModel, folderPreviousPage());
105 RK_ACT_BIND(nextPresetPageButton, pressed, RK_ACT_ARGS(), browserModel, nextPresetPage());
118 … RK_ACT_BIND(prevPresetPageButton, pressed, RK_ACT_ARGS(), browserModel, previousPresetPage());
H A DSampleBrowser.cpp65 RK_ACT_ARGS(const std::string &path),
70 RK_ACT_ARGS(const std::string &file),
75 RK_ACT_ARGS(const std::string &file),
80 RK_ACT_ARGS(const std::string &file),
88 … RK_ACT_BIND(samplePreviewWidget, graphPressed, RK_ACT_ARGS(), geonkickApi, playSamplePreview());
93 valueUpdated, RK_ACT_ARGS(int val),
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()
164 RK_ACT_ARGS(), this, in createPreviewMenu()
178 RK_ACT_ARGS(), this, in createPreviewMenu()
H A Dexport_widget.cpp115 RK_ACT_BIND(browseLocation, toggled, RK_ACT_ARGS(bool b), this, browse());
124 … RK_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());
164 … RK_ACT_BIND(flac16Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Flac16)); in createFormatButtons()
180 … RK_ACT_BIND(wav16Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Wav16)); in createFormatButtons()
188 … RK_ACT_BIND(wav24Button, toggled, RK_ACT_ARGS(bool b), this, setFormat(ExportFormat::Wav24)); in createFormatButtons()
196 … RK_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()
233 … RK_ACT_BIND(monoButton, toggled, RK_ACT_ARGS(bool b), this, setChannels(ChannelsType::Mono)); in createChannelsButtons()
[all …]
H A Ddistortion_group_box.cpp60 … RK_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));
110 RK_ACT_ARGS(Envelope::Category category, Envelope::Type envelope),
114 RK_ACT_ARGS(), viewState(),
122 RK_ACT_BIND(driveSlider, valueUpdated, RK_ACT_ARGS(int val), this, setDrive(val));
140 RK_ACT_ARGS(Envelope::Category category, Envelope::Type envelope),
144 RK_ACT_ARGS(), viewState(),
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));
106 RK_ACT_ARGS(),
109 RK_ACT_ARGS(Envelope::Category category, Envelope::Type envelope),
122 … RK_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),
403 RK_ACT_ARGS(RkModelItem item),
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.cpp51 … RK_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));
108 … RK_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.cpp84 RK_ACT_ARGS(Envelope::Category category, Envelope::Type envelope),
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.cpp33 … RK_ACT_BIND(geonkickApi, kickLengthUpdated, RK_ACT_ARGS(double val), this, envelopeUpdated());
34 … RK_ACT_BIND(geonkickApi, kickAmplitudeUpdated, RK_ACT_ARGS(double val), this, envelopeUpdated());
H A Dcontrol_area.cpp42 …RK_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()
/dports/x11-toolkits/redkite/redkite-1.3.1/examples/
H A Dlineedit.cpp67 RK_ACT_ARGS(const std::string &text), in LineEditExample()
83 RK_ACT_ARGS(const std::string &text), in LineEditExample()
94 RK_ACT_ARGS(bool toggled), in LineEditExample()
H A DButton.cpp67 RK_ACT_BINDL(button1, toggled, RK_ACT_ARGS(bool b), in main()
86 RK_ACT_BINDL(button2, toggled, RK_ACT_ARGS(bool b), in main()
104 RK_ACT_BINDL(button3, toggled, RK_ACT_ARGS(bool b), in main()
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());
H A DTransition.cpp46 RK_ACT_BINDL(button, toggled, RK_ACT_ARGS(bool b), in main()
H A DPopup.cpp55 RK_ACT_BINDL(button, pressed, RK_ACT_ARGS(), [&]() { in main()
/dports/audio/geonkick-lv2/geonkick-2.8.0/plugin/lv2/
H A Dgeonkick_lv2.cpp66 RK_ACT_BIND(geonkickApi.get(), kickUpdated, RK_ACT_ARGS(), this, kickUpdated());
67 RK_ACT_BIND(geonkickApi.get(), stateChanged, RK_ACT_ARGS(), this, kickUpdated());
324 RK_ACT_ARGS(double factor), in gkick_instantiate_ui()

12