#include <mw/eikmenub.h>
| class CEikMenuBar::CTitleArray : public CArrayPtrFlat< CEikMenuBarTitle > |
| Public Member Functions | |
|---|---|
| CTitleArray() | |
| ~CTitleArray() | |
| IMPORT_C void | AddTitleL(CEikMenuBarTitle *) |
| void | DeleteResource(TInt) |
This class enables construction, and destruction of an array of information about menu bar titles.
| IMPORT_C void | AddTitleL | ( | CEikMenuBarTitle * | aMenuTitle | ) |
Adds the menu bar title aMenuTitle to the end of the array owned by the menu bar and transfers ownership.
| Parameter | Description |
|---|---|
| aMenuTitle | Append object to flat array. |
| void | DeleteResource | ( | TInt | aResource | ) |
Deletes selected index into array.
| Parameter | Description |
|---|---|
| aResource | Array index that will be delete. |