Symbol: BChannelControl
headers/os/interface/ChannelControl.h
113
BChannelControl(const BChannelControl& other);
headers/os/interface/ChannelControl.h
114
BChannelControl& operator=(const BChannelControl& other);
headers/os/interface/ChannelControl.h
156
BChannelControl::MinLimitList() const
headers/os/interface/ChannelControl.h
16
class BChannelControl : public BControl {
headers/os/interface/ChannelControl.h
163
BChannelControl::MaxLimitList() const
headers/os/interface/ChannelControl.h
170
BChannelControl::ValueList() const
headers/os/interface/ChannelControl.h
18
BChannelControl(BRect frame, const char* name,
headers/os/interface/ChannelControl.h
23
BChannelControl(const char* name,
headers/os/interface/ChannelControl.h
27
BChannelControl(BMessage* archive);
headers/os/interface/ChannelControl.h
28
virtual ~BChannelControl();
headers/os/interface/ChannelSlider.h
12
class BChannelSlider : public BChannelControl {
src/kits/interface/ChannelControl.cpp
148
BChannelControl::~BChannelControl()
src/kits/interface/ChannelControl.cpp
159
BChannelControl::Archive(BMessage* data, bool deep) const
src/kits/interface/ChannelControl.cpp
196
BChannelControl::FrameResized(float newWidth, float newHeight)
src/kits/interface/ChannelControl.cpp
203
BChannelControl::SetFont(const BFont* font, uint32 mask)
src/kits/interface/ChannelControl.cpp
210
BChannelControl::AttachedToWindow()
src/kits/interface/ChannelControl.cpp
217
BChannelControl::DetachedFromWindow()
src/kits/interface/ChannelControl.cpp
224
BChannelControl::ResizeToPreferred()
src/kits/interface/ChannelControl.cpp
231
BChannelControl::MessageReceived(BMessage* message)
src/kits/interface/ChannelControl.cpp
238
BChannelControl::ResolveSpecifier(BMessage* message, int32 index,
src/kits/interface/ChannelControl.cpp
254
BChannelControl::GetSupportedSuites(BMessage* data)
src/kits/interface/ChannelControl.cpp
273
BChannelControl::SetModificationMessage(BMessage* message)
src/kits/interface/ChannelControl.cpp
281
BChannelControl::ModificationMessage() const
src/kits/interface/ChannelControl.cpp
288
BChannelControl::Invoke(BMessage* message)
src/kits/interface/ChannelControl.cpp
305
BChannelControl::InvokeChannel(BMessage* message, int32 fromChannel,
src/kits/interface/ChannelControl.cpp
331
BChannelControl::InvokeNotifyChannel(BMessage* message, uint32 kind,
src/kits/interface/ChannelControl.cpp
343
BChannelControl::SetValue(int32 value)
src/kits/interface/ChannelControl.cpp
360
BChannelControl::SetCurrentChannel(int32 channel)
src/kits/interface/ChannelControl.cpp
375
BChannelControl::CurrentChannel() const
src/kits/interface/ChannelControl.cpp
382
BChannelControl::CountChannels() const
src/kits/interface/ChannelControl.cpp
389
BChannelControl::SetChannelCount(int32 channel_count)
src/kits/interface/ChannelControl.cpp
420
BChannelControl::ValueFor(int32 channel) const
src/kits/interface/ChannelControl.cpp
431
BChannelControl::GetValue(int32* outValues, int32 fromChannel,
src/kits/interface/ChannelControl.cpp
443
BChannelControl::SetValueFor(int32 channel, int32 value)
src/kits/interface/ChannelControl.cpp
450
BChannelControl::SetValue(int32 fromChannel, int32 channelCount,
src/kits/interface/ChannelControl.cpp
458
BChannelControl::SetAllValue(int32 values)
src/kits/interface/ChannelControl.cpp
46
BChannelControl::BChannelControl(BRect frame, const char* name,
src/kits/interface/ChannelControl.cpp
477
BChannelControl::SetLimitsFor(int32 channel, int32 minimum, int32 maximum)
src/kits/interface/ChannelControl.cpp
484
BChannelControl::GetLimitsFor(int32 channel, int32* minimum,
src/kits/interface/ChannelControl.cpp
492
BChannelControl::SetLimitsFor(int32 fromChannel, int32 channelCount,
src/kits/interface/ChannelControl.cpp
515
BChannelControl::GetLimitsFor(int32 fromChannel, int32 channelCount,
src/kits/interface/ChannelControl.cpp
536
BChannelControl::SetLimits(int32 minimum, int32 maximum)
src/kits/interface/ChannelControl.cpp
557
BChannelControl::GetLimits(int32* outMinimum, int32* outMaximum) const
src/kits/interface/ChannelControl.cpp
576
BChannelControl::SetLimitLabels(const char* minLabel, const char* maxLabel)
src/kits/interface/ChannelControl.cpp
591
BChannelControl::MinLimitLabel() const
src/kits/interface/ChannelControl.cpp
598
BChannelControl::MaxLimitLabel() const
src/kits/interface/ChannelControl.cpp
605
BChannelControl::SetLimitLabelsFor(int32 channel, const char* minLabel,
src/kits/interface/ChannelControl.cpp
615
BChannelControl::SetLimitLabelsFor(int32 fromChannel, int32 channelCount,
src/kits/interface/ChannelControl.cpp
626
BChannelControl::MinLimitLabelFor(int32 channel) const
src/kits/interface/ChannelControl.cpp
638
BChannelControl::MaxLimitLabelFor(int32 channel) const
src/kits/interface/ChannelControl.cpp
650
BChannelControl::StuffValues(int32 fromChannel, int32 channelCount,
src/kits/interface/ChannelControl.cpp
678
void BChannelControl::_Reserverd_ChannelControl_0(void*, ...) {}
src/kits/interface/ChannelControl.cpp
679
void BChannelControl::_Reserverd_ChannelControl_1(void*, ...) {}
src/kits/interface/ChannelControl.cpp
680
void BChannelControl::_Reserverd_ChannelControl_2(void*, ...) {}
src/kits/interface/ChannelControl.cpp
681
void BChannelControl::_Reserverd_ChannelControl_3(void*, ...) {}
src/kits/interface/ChannelControl.cpp
682
void BChannelControl::_Reserverd_ChannelControl_4(void*, ...) {}
src/kits/interface/ChannelControl.cpp
683
void BChannelControl::_Reserverd_ChannelControl_5(void*, ...) {}
src/kits/interface/ChannelControl.cpp
684
void BChannelControl::_Reserverd_ChannelControl_6(void*, ...) {}
src/kits/interface/ChannelControl.cpp
685
void BChannelControl::_Reserverd_ChannelControl_7(void*, ...) {}
src/kits/interface/ChannelControl.cpp
686
void BChannelControl::_Reserverd_ChannelControl_8(void*, ...) {}
src/kits/interface/ChannelControl.cpp
687
void BChannelControl::_Reserverd_ChannelControl_9(void*, ...) {}
src/kits/interface/ChannelControl.cpp
688
void BChannelControl::_Reserverd_ChannelControl_10(void*, ...) {}
src/kits/interface/ChannelControl.cpp
689
void BChannelControl::_Reserverd_ChannelControl_11(void*, ...) {}
src/kits/interface/ChannelControl.cpp
73
BChannelControl::BChannelControl(const char* name, const char* label,
src/kits/interface/ChannelControl.cpp
99
BChannelControl::BChannelControl(BMessage* archive)
src/kits/interface/ChannelSlider.cpp
101
: BChannelControl(name, label, model, channels, flags)
src/kits/interface/ChannelSlider.cpp
110
: BChannelControl(archive)
src/kits/interface/ChannelSlider.cpp
143
status_t status = BChannelControl::Archive(into, deep);
src/kits/interface/ChannelSlider.cpp
155
BChannelControl::AttachedToWindow();
src/kits/interface/ChannelSlider.cpp
162
BChannelControl::AllAttached();
src/kits/interface/ChannelSlider.cpp
169
BChannelControl::DetachedFromWindow();
src/kits/interface/ChannelSlider.cpp
176
BChannelControl::AllDetached();
src/kits/interface/ChannelSlider.cpp
230
BChannelControl::MessageReceived(message);
src/kits/interface/ChannelSlider.cpp
235
BChannelControl::MessageReceived(message);
src/kits/interface/ChannelSlider.cpp
383
BChannelControl::MouseUp(where);
src/kits/interface/ChannelSlider.cpp
394
BChannelControl::MouseMoved(where, code, message);
src/kits/interface/ChannelSlider.cpp
401
BChannelControl::WindowActivated(state);
src/kits/interface/ChannelSlider.cpp
422
BChannelControl::FrameResized(newWidth, newHeight);
src/kits/interface/ChannelSlider.cpp
434
BChannelControl::SetFont(font, mask);
src/kits/interface/ChannelSlider.cpp
443
BChannelControl::MakeFocus(focusState);
src/kits/interface/ChannelSlider.cpp
480
target = BChannelControl::ResolveSpecifier(message, index, specifier,
src/kits/interface/ChannelSlider.cpp
500
return BChannelControl::GetSupportedSuites(data);
src/kits/interface/ChannelSlider.cpp
508
BChannelControl::SetEnabled(on);
src/kits/interface/ChannelSlider.cpp
81
: BChannelControl(area, name, label, model, channels, resizeMode, flags)
src/kits/interface/ChannelSlider.cpp
90
: BChannelControl(area, name, label, model, channels, resizeMode, flags)