Lines Matching refs:BColorControl
49 BColorControl::BColorControl(BPoint leftTop, color_control_layout layout, in BColorControl() function in BColorControl
63 BColorControl::BColorControl(BMessage* data) in BColorControl() function in BColorControl
83 BColorControl::~BColorControl() in ~BColorControl()
90 BColorControl::_InitData(color_control_layout layout, float size, in _InitData()
205 BColorControl::_LayoutView() in _LayoutView()
237 BColorControl::Instantiate(BMessage* data) in Instantiate()
240 return new BColorControl(data); in Instantiate()
247 BColorControl::Archive(BMessage* data, bool deep) const in Archive()
265 BColorControl::SetLayout(BLayout* layout) in SetLayout()
274 BColorControl::SetValue(int32 value) in SetValue()
322 BColorControl::ValueAsColor() in ValueAsColor()
337 BColorControl::SetEnabled(bool enabled) in SetEnabled()
348 BColorControl::AttachedToWindow() in AttachedToWindow()
364 BColorControl::MessageReceived(BMessage* message) in MessageReceived()
416 BColorControl::Draw(BRect updateRect) in Draw()
428 BColorControl::_DrawColorArea(BView* target, BRect updateRect) in _DrawColorArea()
499 BColorControl::_DrawSelectors(BView* target) in _DrawSelectors()
537 BColorControl::_DrawColorRamp(BRect rect, BView* target, in _DrawColorRamp()
569 BColorControl::_SelectorPosition(const BRect& rampRect, uint8 shade) const in _SelectorPosition()
580 BColorControl::_PaletteFrame() const in _PaletteFrame()
587 BColorControl::_RampFrame(uint8 rampIndex) const in _RampFrame()
599 BColorControl::_SetCellSize(float size) in _SetCellSize()
609 BColorControl::_TextRectOffset() in _TextRectOffset()
617 BColorControl::_PaletteSelectorFrame(uint8 colorIndex) const in _PaletteSelectorFrame()
628 BColorControl::_InitOffscreen() in _InitOffscreen()
642 BColorControl::_InvalidateSelector(int16 ramp, rgb_color color, bool focused) in _InvalidateSelector()
664 BColorControl::SetCellSize(float size) in SetCellSize()
672 BColorControl::CellSize() const in CellSize()
679 BColorControl::SetLayout(color_control_layout layout) in SetLayout()
714 BColorControl::Layout() const in Layout()
736 BColorControl::WindowActivated(bool state) in WindowActivated()
743 BColorControl::KeyDown(const char* bytes, int32 numBytes) in KeyDown()
852 BColorControl::MouseUp(BPoint point) in MouseUp()
860 BColorControl::MouseDown(BPoint point) in MouseDown()
908 BColorControl::MouseMoved(BPoint point, uint32 transit, in MouseMoved()
949 BColorControl::DetachedFromWindow() in DetachedFromWindow()
956 BColorControl::GetPreferredSize(float* _width, float* _height) in GetPreferredSize()
976 BColorControl::ResizeToPreferred() in ResizeToPreferred()
984 BColorControl::Invoke(BMessage* message) in Invoke()
991 BColorControl::FrameMoved(BPoint newPosition) in FrameMoved()
998 BColorControl::FrameResized(float newWidth, float newHeight) in FrameResized()
1005 BColorControl::ResolveSpecifier(BMessage* message, int32 index, in ResolveSpecifier()
1014 BColorControl::GetSupportedSuites(BMessage* data) in GetSupportedSuites()
1021 BColorControl::MakeFocus(bool focused) in MakeFocus()
1029 BColorControl::AllAttached() in AllAttached()
1036 BColorControl::AllDetached() in AllDetached()
1043 BColorControl::SetIcon(const BBitmap* icon, uint32 flags) in SetIcon()
1050 BColorControl::Perform(perform_code code, void* _data) in Perform()
1055 = BColorControl::MinSize(); in Perform()
1060 = BColorControl::MaxSize(); in Perform()
1065 = BColorControl::PreferredSize(); in Perform()
1070 = BColorControl::LayoutAlignment(); in Perform()
1075 = BColorControl::HasHeightForWidth(); in Perform()
1082 BColorControl::GetHeightForWidth(data->width, &data->min, in Perform()
1090 BColorControl::SetLayout(data->layout); in Perform()
1098 BColorControl::LayoutInvalidated(data->descendants); in Perform()
1104 BColorControl::DoLayout(); in Perform()
1111 return BColorControl::SetIcon(data->icon, data->flags); in Perform()
1119 void BColorControl::_ReservedColorControl1() {} in _ReservedColorControl1()
1120 void BColorControl::_ReservedColorControl2() {} in _ReservedColorControl2()
1121 void BColorControl::_ReservedColorControl3() {} in _ReservedColorControl3()
1122 void BColorControl::_ReservedColorControl4() {} in _ReservedColorControl4()
1125 BColorControl &
1126 BColorControl::operator=(const BColorControl &) in operator =() argument