Home
last modified time | relevance | path

Searched refs:isIgnoreToSlider_ (Results 1 – 4 of 4) sorted by relevance

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/order_list_editor/
H A Dorder_list_panel.hpp169 bool isIgnoreToSlider_, isIgnoreToPattern_; member in OrderListPanel
H A Dorder_list_panel.cpp77 isIgnoreToSlider_(false),
764 if (!isIgnoreToSlider_) { // Send to slider in moveCursorToRight()
822 if (!isIgnoreToSlider_) // Send to slider in moveCursorToDown()
1164 Ui::EventGuard eg(isIgnoreToSlider_); in onHScrollBarChanged()
1176 Ui::EventGuard eg(isIgnoreToSlider_); in onVScrollBarChanged()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/pattern_editor/
H A Dpattern_editor_panel.hpp208 bool isIgnoreToSlider_, isIgnoreToOrder_; member in PatternEditorPanel
H A Dpattern_editor_panel.cpp95 isIgnoreToSlider_(false),
1212 if (!isIgnoreToSlider_) { in moveCursorToRight()
1313 if (!isIgnoreToSlider_) in moveCursorToDown()
1479 if (!isIgnoreToSlider_) { in updatePositionByStepUpdate()
2318 Ui::EventGuard eg(isIgnoreToSlider_); in onHScrollBarChanged()
2333 Ui::EventGuard eg(isIgnoreToSlider_); in onVScrollBarChanged()