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 parameter paramName is passed directly on to the base class BView.
The parameter paramColorToChange is the value of the message passed to the application when this ColorWell receives a color drop.
The parameter paramLabel is the label this ColorWell will have.
The parameter paramMessageTarget is the message target this ColorWell will have--it would generally be the window in which the ColorWell resides.
The parameter paramLayoutMatrix 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 paramColorToChange 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.4.2
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified March 17, 1999.