Derived from: BView
Declared in: myRadioView.h
Library: not currently in a library--someday I hope!
The MyRadioView Class provides a container for BRadioButtons.
This is the constructor. The first parameter paramName, is passed directly on to the base class BView.
The parameter bparamVertical is true if the buttons go up and down, false if they go from side to side.
The parameter pparamList contains a BList of BRadioButtons to attach to this view.
The parameter pparamFont is the font used for the buttons.
The parameter lpparamLayoutMatrix is the LayoutMatrix to which this gadget will be attached.
This is the destructor. It does nothing.
This is the real workhorse of construction. It takes RadioViewData items from the parameter BList pparamList and creates BRadioButtons with the information from them. Then it adds the BRadioButtons to the contained BRadioView. It then performs all the font tricks required to present the radio button set. It also calculates the needed sizes for the view.
This just overrides the BRadioView method to provide color control, it calls the inherited version.
for version 0.4.2
Copyright © 1998 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified November 25, 1998.