Derived from: BView
Declared in: myRadioView.h
Library: libBeGUI.so
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 paramVertical is true if the buttons go up and down, false if they go from side to side.
The parameter paramList contains a BList of BRadioButtons to attach to this view.
The parameter paramFont is the font used for the buttons.
The parameter paramLayoutMatrix 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 paramList 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 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.