| class CEikMenuBar::CTitleArray : public CArrayPtrFlat< CEikMenuBarTitle > |
This class enables construction, and destruction of an array of information about menu bar titles.
| Public Member Functions | |
|---|---|
| CTitleArray() | |
| ~CTitleArray() | |
| IMPORT_C void | AddTitleL(CEikMenuBarTitle *) |
| void | DeleteResource(TInt) |
| 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.
| CEikMenuBarTitle * aMenuTitle | Append object to flat array. |