Derived from: BView
Declared in: colorWell.h
Library: libBeGUI.so
The ColorWell Class is used as a color selection tool. It accepts roColour (check out: http://www.rodesign.com) drops.
roColour drops come from one of the finest programs on any computer platform roColour 3.0 Web Edition, brought to you by the fine folks at RO DESIGN, Inc. http://www.rodesign.com. I especially wish to thank Richard Oesterreicher for bringing this program to the BeOS.
THANKS, Richard!
This is the constructor. The first three parameter cparamName is passed directly on to the base class BView.
The parameter i32paramColorToChange is the value of the message passed to the application when this ColorWell receives a color drop.
The parameter pparamLabelTextItem is the label this ColorWell will have.
The parameter lpparamLayoutMatrix is the LayoutMatrix to which this gadget will be attached.
This is the destructor. It only deletes it's label.
This just overrides the BView method to provide color control, it calls the inherited version.
This uses a silly algorithm to draw a deep well gadget (at least I tried--I'm no artist!). It calls the inherited version.
This calls the system beep, so feedback occurs and the user knows that the drop was received. It then adds the parameter i32paramColorToChange to the message and calls the inherited version. This way the underlying window gets the message with the added information which lets it know what to change.
This just returns the private label string.
This just accesses the private value.
This just accesses the private value.
This just accesses the private value.
This just accesses the private value.
for version 1.0.1
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified January 19, 1999.