Home
last modified time | relevance | path

Searched refs:autorott (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Dmenu.cc4540 wrap<int> (menu::autorott::VELOCITY, what, menu::autorott::BOTH); in picked()
4544 void menu::autorott::setup () { in setup()
4577 void menu::autorott::clicked (button& b) { in clicked()
4591 wrap<int> (menu::autorott::VELOCITY, which, menu::autorott::BOTH); in picked()
4852 CLICKED_BUTTON (menu::autorott, startlis) { in CLICKED_BUTTON() argument
4856 CLICKED_BUTTON (menu::autorott, stoplis) { in CLICKED_BUTTON() argument
4860 CLICKED_BUTTON (menu::autorott, togglis) { in CLICKED_BUTTON() argument
4864 CLICKED_BUTTON (menu::autorott, clockwiselis) { in CLICKED_BUTTON() argument
4872 VALUE_CHANGED (menu::autorott, rpmlis) { in VALUE_CHANGED() argument
4876 VALUE_CHANGED (menu::autorott, deglis) { in VALUE_CHANGED() argument
[all …]
H A Ddin.cc2672 if (what == menu::autorott::BOTH) { in setautorot()
2693 if (what == menu::autorott::BOTH) { in setautoflip()
2721 if (which == menu::autorott::BOTH) { in setautorotparam()
2726 if (what == menu::autorott::RPM) { in setautorotparam()
2731 } else if (what == menu::autorott::DEG) { in setautorotparam()
2736 } else if (what == menu::autorott::TPS) { in setautorotparam()
2760 if (what == menu::autorott::RPM) { in setautorotparam()
2764 } else if (what == menu::autorott::DEG) { in setautorotparam()
2768 } else if (what == menu::autorott::TPS) { in setautorotparam()
2787 if (what == menu::autorott::BOTH) { in setautorotdir()
[all …]
H A Dmenu.h900 struct autorott : option_listener, click_listener { struct