You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_InputRingElement object:
Cvo_InputRingElement
This object should not be created directly. Rather, Cvo_InputRing will create it as needed. If this object is deleted, then it will remove itself from the Cvo_InputRing which created it. In this way, a Cvo object can be taken out of the cycle of the Cvo_InputRing.
This object defines the following member functions.
Cvo_InputRingElement *Next (
)
Cvo_InputRingElement *Prev (
)
These functions return the next or previous element in the ring, respectively.
Tab (
)
BackTab (
)
These functions cause input focus to move forward or backward in the ring, by one element.
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.