Changes between Version 1 and Version 2 of RpChoice


Ignore:
Timestamp:
Aug 15, 2005, 10:26:26 PM (19 years ago)
Author:
dkearney
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpChoice

    v1 v2  
    99 * std::vector< RpOption >::iterator optionsIter;
    1010
    11 The RpChoice class allows the user to define a rappture number object, setting the key values needed to create a gui from Rappture generated XML. All information is stored in the RpChoice object until it needs to be written to the XML file using the put() member function.
     11The RpChoice class allows the user to define a rappture choice object, setting the key values needed to create a gui from Rappture generated XML. All information is stored in the RpChoice object until it needs to be written to the XML file using the put() member function. The form of the resultant xml should follow that specified in [wiki:rp_xml_ele_choice Choice]
    1212
    1313How to use: