Class to contain array of MENUITEMs. More...
#include <mi32/xmenuitemarray.h>

Public Member Functions | |
| ERRVALUE | Append (const MENUITEM *items) |
| ERRVALUE | Append (const MENUITEM &item) |
| bool | IsTerminated () const |
| ERRVALUE | Terminate () |
| void | Unterminate () |
Class to contain array of MENUITEMs.
Append single MENUITEM.
| item | Item to append |
Reimplemented from SIMPLE_ARRAY< MENUITEM >.
| bool MENUITEMARRAY::IsTerminated | ( | ) | const [inline] |
Determine if array is properly "terminated".
| ERRVALUE MENUITEMARRAY::Terminate | ( | ) | [inline] |
Terminate array if not already.
| void MENUITEMARRAY::Unterminate | ( | ) | [inline] |
Unterminate array in preparation for adding items to end.
1.6.1