Loading...
Searching...
No Matches
BChannelControl Member List

This is the complete list of members for BChannelControl, including all inherited members.

AddChild(BView *child, BView *before=NULL)BView
AddChild(BLayoutItem *child)BView
AddFilter(BMessageFilter *filter)BHandlervirtual
AddLine(BPoint start, BPoint end, rgb_color color)BView
AdoptParentColors()BView
AdoptSystemColors()BView
AdoptViewColors(BView *view)BView
AllArchived(BMessage *archive) constBViewvirtual
AllAttached()BControlvirtual
AllDetached()BControlvirtual
AllUnarchived(const BMessage *archive)BViewvirtual
AppendToPicture(BPicture *a_picture)BView
Archive(BMessage *data, bool deep=true) constBChannelControlvirtual
AttachedToWindow()BChannelControlvirtual
BArchivable(BMessage *from)BArchivable
BArchivable()BArchivable
BChannelControl(BRect frame, const char *name, const char *label, BMessage *model, int32 channelCount=1, uint32 resizingMode=B_FOLLOW_LEFT_TOP, uint32 flags=B_WILL_DRAW)BChannelControl
BChannelControl(const char *name, const char *label, BMessage *model, int32 channelCount=1, uint32 flags=B_WILL_DRAW)BChannelControl
BChannelControl(BMessage *archive)BChannelControl
BControl(BRect frame, const char *name, const char *label, BMessage *message, uint32 resizingMode, uint32 flags)BControl
BControl(const char *name, const char *label, BMessage *message, uint32 flags)BControl
BControl(BMessage *data)BControl
BeginInvokeNotify(uint32 kind=B_CONTROL_INVOKED)BInvokerprotected
BeginLayer(uint8 opacity)BView
BeginLineArray(int32 count)BView
BeginPicture(BPicture *a_picture)BView
BeginRectTracking(BRect startRect, uint32 style=B_TRACK_WHOLE_RECT)BView
BHandler(const char *name=NULL)BHandler
BHandler(BMessage *data)BHandler
BInvoker()BInvoker
BInvoker(BMessage *message, const BHandler *handler, const BLooper *looper=NULL)BInvoker
BInvoker(BMessage *message, BMessenger target)BInvoker
Bounds() constBView
BView(const char *name, uint32 flags, BLayout *layout=NULL)BView
BView(BRect frame, const char *name, uint32 resizingMode, uint32 flags)BView
BView(BMessage *archive)BView
ChildAt(int32 index) constBView
ClearViewBitmap()BView
ClearViewOverlay()BView
ClipToInversePicture(BPicture *picture, BPoint where=B_ORIGIN, bool sync=true)BView
ClipToInverseRect(BRect rect)BView
ClipToInverseShape(BShape *shape)BView
ClipToPicture(BPicture *picture, BPoint where=B_ORIGIN, bool sync=true)BView
ClipToRect(BRect rect)BView
ClipToShape(BShape *shape)BView
Command() constBInvoker
ConstrainClippingRegion(BRegion *region)BViewvirtual
ConvertFromParent(BPoint *point) constBView
ConvertFromParent(BPoint point) constBView
ConvertFromParent(BRect *rect) constBView
ConvertFromParent(BRect rect) constBView
ConvertFromScreen(BPoint *point) constBView
ConvertFromScreen(BPoint point) constBView
ConvertFromScreen(BRect *rect) constBView
ConvertFromScreen(BRect rect) constBView
ConvertToParent(BPoint *point) constBView
ConvertToParent(BPoint point) constBView
ConvertToParent(BRect *rect) constBView
ConvertToParent(BRect rect) constBView
ConvertToScreen(BPoint *point) constBView
ConvertToScreen(BPoint point) constBView
ConvertToScreen(BRect *rect) constBView
ConvertToScreen(BRect rect) constBView
CopyBits(BRect src, BRect dst)BView
CountChannels() constBChannelControlvirtual
CountChildren() constBView
CurrentChannel() constBChannelControl
DelayedInvalidate(bigtime_t delay)BView
DelayedInvalidate(bigtime_t delay, BRect invalRect)BView
DetachedFromWindow()BChannelControlvirtual
DisableLayoutInvalidation()BView
DoLayout()BViewprotectedvirtual
DragMessage(BMessage *message, BRect dragRect, BHandler *replyTo=NULL)BView
DragMessage(BMessage *message, BBitmap *bitmap, BPoint offset, BHandler *replyTo=NULL)BView
DragMessage(BMessage *message, BBitmap *bitmap, drawing_mode dragMode, BPoint offset, BHandler *replyTo=NULL)BView
Draw(BRect updateRect)=0BChannelControlpure virtual
DrawAfterChildren(BRect updateRect)BViewvirtual
DrawBitmap(const BBitmap *aBitmap, BRect bitmapRect, BRect viewRect, uint32 options)BView
DrawBitmap(const BBitmap *aBitmap, BRect bitmapRect, BRect viewRect)BView
DrawBitmap(const BBitmap *aBitmap, BRect viewRect)BView
DrawBitmap(const BBitmap *aBitmap, BPoint where)BView
DrawBitmap(const BBitmap *aBitmap)BView
DrawBitmapAsync(const BBitmap *aBitmap, BRect bitmapRect, BRect viewRect, uint32 options)BView
DrawBitmapAsync(const BBitmap *aBitmap, BRect bitmapRect, BRect viewRect)BView
DrawBitmapAsync(const BBitmap *aBitmap, BRect viewRect)BView
DrawBitmapAsync(const BBitmap *aBitmap, BPoint where)BView
DrawBitmapAsync(const BBitmap *aBitmap)BView
DrawChar(char aChar)BView
DrawChar(char aChar, BPoint location)BView
DrawingMode() constBView
DrawPicture(const BPicture *a_picture)BView
DrawPicture(const BPicture *a_picture, BPoint where)BView
DrawPicture(const char *filename, long offset, BPoint where)BView
DrawPictureAsync(const BPicture *a_picture)BView
DrawPictureAsync(const BPicture *a_picture, BPoint where)BView
DrawPictureAsync(const char *filename, long offset, BPoint where)BView
DrawString(const char *string, escapement_delta *delta=NULL)BView
DrawString(const char *string, BPoint location, escapement_delta *delta=NULL)BView
DrawString(const char *string, int32 length, escapement_delta *delta=NULL)BView
DrawString(const char *string, int32 length, BPoint location, escapement_delta *delta=0L)BView
DrawString(const char *string, const BPoint *locations, int32 locationCount)BView
DrawString(const char *string, int32 length, const BPoint *locations, int32 locationCount)BView
DrawTiledBitmap(const BBitmap *aBitmap, BRect viewRect, BPoint phase=B_ORIGIN)BView
DrawTiledBitmapAsync(const BBitmap *aBitmap, BRect viewRect, BPoint phase=B_ORIGIN)BView
EnableLayoutInvalidation()BView
EndInvokeNotify()BInvokerprotected
EndLayer()BView
EndLineArray()BView
EndPicture()BView
EndRectTracking()BView
EventMask()BView
ExplicitAlignment() constBView
ExplicitMaxSize() constBView
ExplicitMinSize() constBView
ExplicitPreferredSize() constBView
FillArc(BPoint center, float xRadius, float yRadius, float startAngle, float arcAngle, ::pattern pattern=B_SOLID_HIGH)BView
FillArc(BRect rect, float startAngle, float arcAngle, ::pattern pattern=B_SOLID_HIGH)BView
FillArc(BPoint center, float xRadius, float yRadius, float startAngle, float arcAngle, const BGradient &gradient)BView
FillArc(BRect rect, float startAngle, float arcAngle, const BGradient &gradient)BView
FillBezier(BPoint *controlPoints, ::pattern pattern=B_SOLID_HIGH)BView
FillBezier(BPoint *controlPoints, const BGradient &gradient)BView
FillEllipse(BPoint center, float xRadius, float yRadius, ::pattern pattern=B_SOLID_HIGH)BView
FillEllipse(BRect rect, ::pattern pattern=B_SOLID_HIGH)BView
FillEllipse(BPoint center, float xRadius, float yRadius, const BGradient &gradient)BView
FillEllipse(BRect rect, const BGradient &gradient)BView
FillPolygon(const BPolygon *polygon, ::pattern pattern=B_SOLID_HIGH)BView
FillPolygon(const BPoint *pointArray, int32 numPoints, ::pattern pattern=B_SOLID_HIGH)BView
FillPolygon(const BPoint *pointArray, int32 numPoints, BRect bounds, ::pattern pattern=B_SOLID_HIGH)BView
FillPolygon(const BPolygon *polygon, const BGradient &gradient)BView
FillPolygon(const BPoint *pointArray, int32 numPoints, const BGradient &gradient)BView
FillPolygon(const BPoint *pointArray, int32 numPoints, BRect bounds, const BGradient &gradient)BView
FillRect(BRect rect, ::pattern pattern=B_SOLID_HIGH)BView
FillRect(BRect rect, const BGradient &gradient)BView
FillRegion(BRegion *rectegion, ::pattern pattern=B_SOLID_HIGH)BView
FillRegion(BRegion *rectegion, const BGradient &gradient)BView
FillRoundRect(BRect rect, float xRadius, float yRadius, ::pattern pattern=B_SOLID_HIGH)BView
FillRoundRect(BRect rect, float xRadius, float yRadius, const BGradient &gradient)BView
FillRule() constBView
FillShape(BShape *shape, ::pattern pattern=B_SOLID_HIGH)BView
FillShape(BShape *shape, const BGradient &gradient)BView
FillTriangle(BPoint point1, BPoint point2, BPoint point3, ::pattern pattern=B_SOLID_HIGH)BView
FillTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, ::pattern pattern=B_SOLID_HIGH)BView
FillTriangle(BPoint point1, BPoint point2, BPoint point3, const BGradient &gradient)BView
FillTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, const BGradient &gradient)BView
FilterList()BHandler
FindView(const char *name) constBView
Flags() constBView
Flush() constBView
ForceFontAliasing(bool enable)BView
Frame() constBView
FrameMoved(BPoint newPosition)BViewvirtual
FrameResized(float newWidth, float newHeight)BChannelControlvirtual
GetBlendingMode(source_alpha *srcAlpha, alpha_function *alphaFunc) constBView
GetClippingRegion(BRegion *region) constBView
GetFont(BFont *font) constBView
GetFontHeight(font_height *height) constBView
GetHeightForWidth(float width, float *min, float *max, float *preferred)BViewvirtual
GetLayout() constBView
GetLimits(int32 *_minimum, int32 *_maximum) constBChannelControl
GetLimitsFor(int32 channel, int32 *_minimum, int32 *_maximum) constBChannelControl
GetLimitsFor(int32 fromChannel, int32 channelCount, int32 *minima, int32 *maxima) constBChannelControlvirtual
GetMouse(BPoint *location, uint32 *buttons, bool checkMessageQueue=true)BView
GetPreferredSize(float *width, float *height)=0BChannelControlpure virtual
GetStringWidths(char *stringArray[], int32 lengthArray[], int32 numStrings, float widthArray[]) constBView
GetSupportedSuites(BMessage *data)BChannelControlvirtual
GetToolTipAt(BPoint point, BToolTip **_tip)BViewprotectedvirtual
GetValue(int32 *_values, int32 fromChannel, int32 channelCount) constBChannelControlvirtual
HandlerForReply() constBInvoker
HasDefaultColors() constBView
HasHeightForWidth()BViewvirtual
HasSystemColors() constBView
Hide()BViewvirtual
HideToolTip()BView
HighColor() constBView
HighUIColor(float *tint=NULL) constBView
IconBitmap(uint32 which) constBControl
Instantiate(BMessage *data)BControlstatic
Invalidate(BRect invalRect)BView
Invalidate(const BRegion *invalRegion)BView
Invalidate()BView
InvalidateLayout(bool descendants=false)BView
InvertRect(BRect rect)BView
Invoke(BMessage *message=NULL)BChannelControlvirtual
InvokeChannel(BMessage *message=NULL, int32 fromChannel=0, int32 channelCount=-1, const bool *_mask=NULL)BChannelControlvirtual
InvokeKind(bool *_notify=NULL)BInvokerprotected
InvokeNotify(BMessage *message, uint32 kind=B_CONTROL_INVOKED)BInvoker
InvokeNotifyChannel(BMessage *message=NULL, uint32 kind=B_CONTROL_INVOKED, int32 fromChannel=0, int32 channelCount=-1, const bool *_mask=NULL)BChannelControl
IsEnabled() constBControl
IsFocus() constBView
IsFocusChanging() constBControlprotected
IsHidden() constBView
IsHidden(const BView *looking_from) constBView
IsLayoutInvalidationDisabled()BView
IsLayoutValid() constBView
IsPrinting() constBView
IsTargetLocal() constBInvoker
IsTracking() constBControlprotected
IsWatched() constBHandler
KeyDown(const char *bytes, int32 numBytes)=0BChannelControlpure virtual
KeyUp(const char *bytes, int32 numBytes)BViewvirtual
Label() constBControl
Layout(bool force)BView
LayoutAlignment()BViewvirtual
LayoutChanged()BViewprotectedvirtual
LayoutContext() constBView
LayoutInvalidated(bool descendants=false)BViewprotectedvirtual
LeftTop() constBView
LineCapMode() constBView
LineJoinMode() constBView
LineMiterLimit() constBView
LockLooper()BHandler
LockLooperWithTimeout(bigtime_t timeout)BHandler
Looper() constBHandler
LowColor() constBView
LowUIColor(float *tint=NULL) constBView
MakeFocus(bool focus=true)BControlvirtual
MaxChannelCount() const =0BChannelControlpure virtual
MaxLimitLabel() constBChannelControl
MaxLimitLabelFor(int32 channel) constBChannelControl
MaxLimitList() constBChannelControlinlineprotected
MaxSize()BViewvirtual
Message() constBInvoker
MessageReceived(BMessage *message)BChannelControlvirtual
Messenger() constBInvoker
MinLimitLabel() constBChannelControl
MinLimitLabelFor(int32 channel) constBChannelControl
MinLimitList() constBChannelControlinlineprotected
MinSize()BViewvirtual
ModificationMessage() constBChannelControl
MouseDown(BPoint where)=0BChannelControlpure virtual
MouseMoved(BPoint where, uint32 code, const BMessage *dragMessage)BControlvirtual
MouseUp(BPoint where)BControlvirtual
MoveBy(float dh, float dv)BView
MovePenBy(float x, float y)BView
MovePenTo(BPoint pt)BView
MovePenTo(float x, float y)BView
MoveTo(BPoint where)BView
MoveTo(float x, float y)BView
Name() constBHandler
NextHandler() constBHandler
NextSibling() constBView
Origin() constBView
Parent() constBView
PenLocation() constBView
PenSize() constBView
Perform(perform_code d, void *arg)BControlvirtual
PopState()BView
PreferredSize()BViewvirtual
PreviousSibling() constBView
Pulse()BViewvirtual
PushState()BView
Relayout()BView
RemoveChild(BView *child)BView
RemoveFilter(BMessageFilter *filter)BHandlervirtual
RemoveSelf()BView
ResetLayoutInvalidation()BView
ResizeBy(float dh, float dv)BView
ResizeTo(float width, float height)BView
ResizeTo(BSize size)BView
ResizeToPreferred()BChannelControlvirtual
ResizingMode() constBView
ResolveSpecifier(BMessage *message, int32 index, BMessage *specifier, int32 what, const char *property)BChannelControlvirtual
RotateBy(double angleRadians)BView
Scale() constBView
ScaleBy(double x, double y)BView
ScrollBar(orientation direction) constBView
ScrollBy(float dh, float dv)BView
ScrollTo(float x, float y)BViewinline
ScrollTo(BPoint where)BViewvirtual
ScrollWithMouseWheelDelta(BScrollBar *, float)BViewprotected
SendNotices(uint32 what, const BMessage *notice=NULL)BHandlervirtual
SetAllValue(int32 values)BChannelControl
SetBlendingMode(source_alpha srcAlpha, alpha_function alphaFunc)BView
SetChannelCount(int32 count)BChannelControlvirtual
SetCurrentChannel(int32 index)BChannelControlvirtual
SetDiskMode(char *filename, long offset)BView
SetDrawingMode(drawing_mode mode)BViewvirtual
SetEnabled(bool enabled)BControlvirtual
SetEventMask(uint32 mask, uint32 options=0)BView
SetExplicitAlignment(BAlignment alignment)BView
SetExplicitMaxSize(BSize size)BView
SetExplicitMinSize(BSize size)BView
SetExplicitPreferredSize(BSize size)BView
SetExplicitSize(BSize size)BView
SetFillRule(int32 rule)BView
SetFilterList(BList *filters)BHandlervirtual
SetFlags(uint32 flags)BViewvirtual
SetFont(const BFont *font, uint32 mask=B_FONT_ALL)BChannelControlvirtual
SetFontSize(float size)BView
SetHandlerForReply(BHandler *handler)BInvokervirtual
SetHighColor(rgb_color color)BViewvirtual
SetHighColor(uchar red, uchar green, uchar blue, uchar alpha=255)BViewinline
SetHighUIColor(color_which which, float tint=B_NO_TINT)BView
SetIcon(const BBitmap *bitmap, uint32 flags=0)BControlvirtual
SetIconBitmap(const BBitmap *bitmap, uint32 which, uint32 flags=0)BControl
SetLabel(const char *string)BControlvirtual
SetLayout(BLayout *layout)BViewvirtual
SetLimitLabels(const char *minLabel, const char *maxLabel)BChannelControlvirtual
SetLimitLabelsFor(int32 channel, const char *minLabel, const char *maxLabel)BChannelControlvirtual
SetLimitLabelsFor(int32 fromChannel, int32 channelCount, const char *minLabel, const char *maxLabel)BChannelControlvirtual
SetLimits(int32 minimum, int32 maximum)BChannelControl
SetLimitsFor(int32 channel, int32 minimum, int32 maximum)BChannelControl
SetLimitsFor(int32 fromChannel, int32 channelCount, const int32 *minima, const int32 *maxima)BChannelControlvirtual
SetLineMode(cap_mode lineCap, join_mode lineJoin, float miterLimit=B_DEFAULT_MITER_LIMIT)BView
SetLowColor(rgb_color color)BViewvirtual
SetLowColor(uchar red, uchar green, uchar blue, uchar alpha=255)BViewinline
SetLowUIColor(color_which which, float tint=B_NO_TINT)BView
SetMessage(BMessage *message)BInvokervirtual
SetModificationMessage(BMessage *message)BChannelControlvirtual
SetMouseEventMask(uint32 mask, uint32 options=0)BView
SetName(const char *name)BHandler
SetNextHandler(BHandler *handler)BHandlervirtual
SetOrigin(BPoint where)BView
SetOrigin(float x, float y)BView
SetPenSize(float size)BViewvirtual
SetResizingMode(uint32 mode)BViewvirtual
SetScale(float scale) constBView
SetTarget(const BHandler *handler, const BLooper *looper=NULL)BInvokervirtual
SetTarget(BMessenger messenger)BInvokervirtual
SetTimeout(bigtime_t timeout)BInvoker
SetToolTip(const char *text)BView
SetToolTip(BToolTip *tip)BView
SetTracking(bool state)BControlprotected
SetTransform(BAffineTransform transform)BView
SetValue(int32 value)BChannelControlvirtual
SetValue(int32 fromChannel, int32 channelCount, const int32 *values)BChannelControlvirtual
SetValueFor(int32 channel, int32 value)BChannelControl
SetValueNoUpdate(int32 value)BControlprotected
SetViewBitmap(const BBitmap *bitmap, BRect srcRect, BRect dstRect, uint32 followFlags=B_FOLLOW_LEFT_TOP, uint32 options=B_TILE_BITMAP)BView
SetViewBitmap(const BBitmap *bitmap, uint32 followFlags=B_FOLLOW_LEFT_TOP, uint32 options=B_TILE_BITMAP)BView
SetViewColor(rgb_color color)BViewvirtual
SetViewColor(uchar red, uchar green, uchar blue, uchar alpha=255)BViewinline
SetViewCursor(const BCursor *cursor, bool sync=true)BView
SetViewOverlay(const BBitmap *overlay, BRect srcRect, BRect dstRect, rgb_color *colorKey, uint32 followFlags=B_FOLLOW_LEFT_TOP, uint32 options=0)BView
SetViewOverlay(const BBitmap *overlay, rgb_color *colorKey, uint32 followFlags=B_FOLLOW_LEFT_TOP, uint32 options=0)BView
SetViewUIColor(color_which which, float tint=B_NO_TINT)BView
Show()BViewvirtual
ShowToolTip(BToolTip *tip=NULL)BView
StartWatching(BMessenger target, uint32 what)BHandler
StartWatching(BHandler *observer, uint32 what)BHandler
StartWatchingAll(BMessenger target)BHandler
StartWatchingAll(BHandler *observer)BHandler
StopWatching(BMessenger target, uint32 what)BHandler
StopWatching(BHandler *observer, uint32 what)BHandler
StopWatchingAll(BMessenger target)BHandler
StopWatchingAll(BHandler *observer)BHandler
StringWidth(const char *string) constBView
StringWidth(const char *string, int32 length) constBView
StrokeArc(BPoint center, float xRadius, float yRadius, float startAngle, float arcAngle, ::pattern pattern=B_SOLID_HIGH)BView
StrokeArc(BRect rect, float startAngle, float arcAngle, ::pattern pattern=B_SOLID_HIGH)BView
StrokeBezier(BPoint *controlPoints, ::pattern pattern=B_SOLID_HIGH)BView
StrokeEllipse(BPoint center, float xRadius, float yRadius, ::pattern pattern=B_SOLID_HIGH)BView
StrokeEllipse(BRect rect, ::pattern pattern=B_SOLID_HIGH)BView
StrokeLine(BPoint toPoint, ::pattern pattern=B_SOLID_HIGH)BView
StrokeLine(BPoint start, BPoint end, ::pattern pattern=B_SOLID_HIGH)BView
StrokePolygon(const BPolygon *polygon, bool closed=true, ::pattern pattern=B_SOLID_HIGH)BView
StrokePolygon(const BPoint *pointArray, int32 numPoints, bool closed=true, ::pattern pattern=B_SOLID_HIGH)BView
StrokePolygon(const BPoint *pointArray, int32 numPoints, BRect bounds, bool closed=true, ::pattern pattern=B_SOLID_HIGH)BView
StrokeRect(BRect rect, ::pattern pattern=B_SOLID_HIGH)BView
StrokeRoundRect(BRect rect, float xRadius, float yRadius, ::pattern pattern=B_SOLID_HIGH)BView
StrokeShape(BShape *shape, ::pattern pattern=B_SOLID_HIGH)BView
StrokeTriangle(BPoint point1, BPoint point2, BPoint point3, BRect bounds, ::pattern pattern=B_SOLID_HIGH)BView
StrokeTriangle(BPoint point1, BPoint point2, BPoint point3, ::pattern pattern=B_SOLID_HIGH)BView
SupportsIndividualLimits() const =0BChannelControlpure virtual
Sync() constBView
Target(BLooper **_looper=NULL) constBInvoker
TargetedByScrollView(BScrollView *scrollView)BViewvirtual
Timeout() constBInvoker
ToolTip() constBView
Transform() constBView
TransformTo(coordinate_space basis) constBView
TranslateBy(double x, double y)BView
TruncateString(BString *in_out, uint32 mode, float width) constBView
UnlockLooper()BHandler
Value() constBControl
ValueFor(int32 channel) constBChannelControl
ValueList() constBChannelControlinlineprotected
ViewColor() constBView
ViewUIColor(float *tint=NULL) constBView
Window() constBView
WindowActivated(bool active)BControlvirtual
~BArchivable()BArchivablevirtual
~BChannelControl()BChannelControlvirtual
~BControl()BControlvirtual
~BHandler()BHandlervirtual
~BInvoker()BInvokervirtual
~BView()BViewvirtual