You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_Radio object:

Class

Cvo_Radio

Syntax

#include <Cvo/Radio.h++>

new Cvo_Radio ( )

Overview

The Cvo_Radio object allows Cvo objects to be grouped together. Its purpose is to logically group objects which may be toggled on and off, and insure that of the grouped objects, only one is toggled on at a time. This will not affect the visual position of the objects whatsoever. While any Cvo objects may be grouped together with a Cvo_Radio object, only those which have functional ForceOn() and ForceOff() members will be affected.

To use this object, you call the AddToggle() member function for each Cvo object you want the Cvo_Radio object to manage. The Cvo_Radio object will receive the CvoButtonUpEvent and CvoButtonDownEvent events for each registered object. Depending on the event, the other registered objects will be toggled on or off such that only one object is toggled on.

Member Functions

This object defines the following member functions.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.