S60 3rd Edition API Reference: CEikMenuBar::CTitleArray Class Reference
CEikMenuBar::CTitleArray Class Reference
API published in: S60 1st Ed
Link against: eikcoctl.lib eikcore.lib
#include <eikmenub.h>
Detailed Description
This class enables construction, and destruction of an array of information about menu bar titles.
|
Public Member Functions |
| IMPORT_C | ~CTitleArray () |
| | Destructor.
|
| IMPORT_C | CTitleArray () |
| | C++ default constructor.
|
| 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.
|
| void | DeleteResource (TInt aResource) |
| | Deletes selected index into array.
|
Constructor & Destructor Documentation
| IMPORT_C CEikMenuBar::CTitleArray::~CTitleArray | ( | | ) | |
|
| IMPORT_C CEikMenuBar::CTitleArray::CTitleArray | ( | | ) | |
|
Member Function Documentation
| IMPORT_C void CEikMenuBar::CTitleArray::AddTitleL | ( | CEikMenuBarTitle * | aMenuTitle | ) | |
|
|
|
Adds the menu bar title aMenuTitle to the end of the array owned by the menu bar and transfers ownership.
- Parameters:
-
| aMenuTitle | Append object to flat array. |
|
| void CEikMenuBar::CTitleArray::DeleteResource | ( | TInt | aResource | ) | |
|
|
|
Deletes selected index into array.
- Parameters:
-
| aResource | Array index that will be delete. |
|
The documentation for this class was generated from the following file: