You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_InputRing object:
Cvo_InputRing
#include
<Cvo/InputRing.h++>
new
Cvo_InputRing ( )
An Cvo_InputRing object connects a series of Cvo objects which accept
input such that a <TAB> or <SHIFT-TAB> will move the keyboard
focus forward or backward one element in the ring. There are no
arguments needed when creating the Cvo_InputRing object. Also, the
Cvo_InputRing may be a non-dynamic object, created without the
new
operator.
This object defines the following member functions.
Cvo_InputRingElement *AddElement (
Cvo_Object *obj )
Add obj to the end of the InputRing.
.member(
Cvo_InputRingElement *Current (
)
Return the element of the Cvo_InputRing that is currently active.
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.