BChannelControl
BChannelControl(const BChannelControl& other);
BChannelControl& operator=(const BChannelControl& other);
BChannelControl::MinLimitList() const
class BChannelControl : public BControl {
BChannelControl::MaxLimitList() const
BChannelControl::ValueList() const
BChannelControl(BRect frame, const char* name,
BChannelControl(const char* name,
BChannelControl(BMessage* archive);
virtual ~BChannelControl();
class BChannelSlider : public BChannelControl {
BChannelControl::~BChannelControl()
BChannelControl::Archive(BMessage* data, bool deep) const
BChannelControl::FrameResized(float newWidth, float newHeight)
BChannelControl::SetFont(const BFont* font, uint32 mask)
BChannelControl::AttachedToWindow()
BChannelControl::DetachedFromWindow()
BChannelControl::ResizeToPreferred()
BChannelControl::MessageReceived(BMessage* message)
BChannelControl::ResolveSpecifier(BMessage* message, int32 index,
BChannelControl::GetSupportedSuites(BMessage* data)
BChannelControl::SetModificationMessage(BMessage* message)
BChannelControl::ModificationMessage() const
BChannelControl::Invoke(BMessage* message)
BChannelControl::InvokeChannel(BMessage* message, int32 fromChannel,
BChannelControl::InvokeNotifyChannel(BMessage* message, uint32 kind,
BChannelControl::SetValue(int32 value)
BChannelControl::SetCurrentChannel(int32 channel)
BChannelControl::CurrentChannel() const
BChannelControl::CountChannels() const
BChannelControl::SetChannelCount(int32 channel_count)
BChannelControl::ValueFor(int32 channel) const
BChannelControl::GetValue(int32* outValues, int32 fromChannel,
BChannelControl::SetValueFor(int32 channel, int32 value)
BChannelControl::SetValue(int32 fromChannel, int32 channelCount,
BChannelControl::SetAllValue(int32 values)
BChannelControl::BChannelControl(BRect frame, const char* name,
BChannelControl::SetLimitsFor(int32 channel, int32 minimum, int32 maximum)
BChannelControl::GetLimitsFor(int32 channel, int32* minimum,
BChannelControl::SetLimitsFor(int32 fromChannel, int32 channelCount,
BChannelControl::GetLimitsFor(int32 fromChannel, int32 channelCount,
BChannelControl::SetLimits(int32 minimum, int32 maximum)
BChannelControl::GetLimits(int32* outMinimum, int32* outMaximum) const
BChannelControl::SetLimitLabels(const char* minLabel, const char* maxLabel)
BChannelControl::MinLimitLabel() const
BChannelControl::MaxLimitLabel() const
BChannelControl::SetLimitLabelsFor(int32 channel, const char* minLabel,
BChannelControl::SetLimitLabelsFor(int32 fromChannel, int32 channelCount,
BChannelControl::MinLimitLabelFor(int32 channel) const
BChannelControl::MaxLimitLabelFor(int32 channel) const
BChannelControl::StuffValues(int32 fromChannel, int32 channelCount,
void BChannelControl::_Reserverd_ChannelControl_0(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_1(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_2(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_3(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_4(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_5(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_6(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_7(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_8(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_9(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_10(void*, ...) {}
void BChannelControl::_Reserverd_ChannelControl_11(void*, ...) {}
BChannelControl::BChannelControl(const char* name, const char* label,
BChannelControl::BChannelControl(BMessage* archive)
: BChannelControl(name, label, model, channels, flags)
: BChannelControl(archive)
status_t status = BChannelControl::Archive(into, deep);
BChannelControl::AttachedToWindow();
BChannelControl::AllAttached();
BChannelControl::DetachedFromWindow();
BChannelControl::AllDetached();
BChannelControl::MessageReceived(message);
BChannelControl::MessageReceived(message);
BChannelControl::MouseUp(where);
BChannelControl::MouseMoved(where, code, message);
BChannelControl::WindowActivated(state);
BChannelControl::FrameResized(newWidth, newHeight);
BChannelControl::SetFont(font, mask);
BChannelControl::MakeFocus(focusState);
target = BChannelControl::ResolveSpecifier(message, index, specifier,
return BChannelControl::GetSupportedSuites(data);
BChannelControl::SetEnabled(on);
: BChannelControl(area, name, label, model, channels, resizeMode, flags)
: BChannelControl(area, name, label, model, channels, resizeMode, flags)