Changes

Jump to: navigation, search

OOP344 Assignment Two

294 bytes added, 23:07, 23 November 2009
IO_CheckList
*'''format''' is a 3 char string that holds the shape of a checked option(i.e. "[X]" or "<@>"),if the format is zero, then depending of the value of '''mode''' being '''Radio''' or '''CheckBox''', frame will be defaulted to '''_RADIOLIST_CHARS''' or '''_CHECKLIST_CHARS''' respectively.
*'''frameChars''' is a string with the characters building the frame.
 
'''Member Variables:'''
*'''char** _items''' is a pointer to an array of character pointers.
*'''int _len''' contains the number of character pointers in _items. In other words, the number of items in the checklist.
*'''int _titlelen''' contains the length of the longest item in the list.
===Public Methods===
1
edit

Navigation menu