Searched refs:fAllChannels (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DChannelSlider.cpp328 fAllChannels = (buttons & B_SECONDARY_MOUSE_BUTTON) == 0;
330 if (fInitialValues != NULL && fAllChannels) {
339 if (fAllChannels) {
365 fAllChannels = false;
377 fAllChannels = false;
721 fAllChannels = false;
734 if (!fAllChannels) {
818 && (channel == fCurrentChannel || fAllChannels);
881 if (fAllChannels)
/haiku/headers/os/interface/
H A DChannelSlider.h124 bool fAllChannels; member in class:BChannelSlider

Completed in 34 milliseconds