Lines Matching refs:BColorControl
18 \brief BColorControl class definition and support enums.
78 \class BColorControl
82 \brief BColorControl displays an on-screen color picker.
94 colorControl = new BColorControl(BPoint(0, 0), B_CELLS_32x8, 7.0,
99 A BColorControl contains four color ramps to set the red, green,
120 \fn BColorControl::BColorControl(BPoint leftTop,
127 \param layout The \a layout of the BColorControl. See the
148 \fn BColorControl::BColorControl(BMessage* data)
149 \brief Constructs a BColorControl object from an \a data message.
155 If the \a data deep, the BColorControl object will also undata
165 \fn BColorControl::~BColorControl()
173 \fn void BColorControl::SetLayout(BLayout* layout)
174 \brief Set the layout of the BColorControl object to \a layout.
185 \fn void BColorControl::SetLayout(color_control_layout layout)
202 \fn void BColorControl::SetValue(int32 value)
203 \brief Set the color of the BColorControl to \a value.
212 \fn inline void BColorControl::SetValue(rgb_color color)
213 \brief Set the color of the BColorControl to \a color.
222 \fn rgb_color BColorControl::ValueAsColor()
232 \fn void BColorControl::SetEnabled(bool enabled)
242 \fn void BColorControl::AttachedToWindow()
258 \fn void BColorControl::Draw(BRect updateRect)
274 \fn void BColorControl::SetCellSize(float cellSide)
284 \fn float BColorControl::CellSize() const
294 \fn color_control_layout BColorControl::Layout() const
304 \fn void BColorControl::DetachedFromWindow()
313 \fn void BColorControl::GetPreferredSize(float *_width, float *_height)
327 \fn void BColorControl::ResizeToPreferred()
337 \fn status_t BColorControl::Invoke(BMessage* message)
349 \fn void BColorControl::FrameMoved(BPoint newPosition)
357 \fn void BColorControl::FrameResized(float newWidth, float newHeight)
365 \fn void BColorControl::MakeFocus(bool state)
377 \fn BHandler* BColorControl::ResolveSpecifier(BMessage* message,