|
iPlug2 - C++ Audio Plug-in Framework
|
Helper struct for registering Reaper Actions. More...
#include <ReaperExt_include_in_plug_src.h>
Public Attributes | |
| int * | pToggle = nullptr |
| gaccel_register_t | accel = {{0,0,0}, ""} |
| std::function< void()> | func |
| bool | addMenuItem = false |
Helper struct for registering Reaper Actions.
Definition at line 24 of file ReaperExt_include_in_plug_src.h.
| gaccel_register_t ReaperAction::accel = {{0,0,0}, ""} |
Definition at line 27 of file ReaperExt_include_in_plug_src.h.
| bool ReaperAction::addMenuItem = false |
Definition at line 29 of file ReaperExt_include_in_plug_src.h.
| std::function<void()> ReaperAction::func |
Definition at line 28 of file ReaperExt_include_in_plug_src.h.
| int* ReaperAction::pToggle = nullptr |
Definition at line 26 of file ReaperExt_include_in_plug_src.h.