CEikButtonGroupFactoryArray Class Reference
API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
Capability Information
Required Capabilities
None
#include <eikbgfty.h>
Detailed Description
Array storing the button group factory functions.
The CEikButtonGroupFactoryArray class actually stores the button group factory functions which are registered. It also provides
facility to add and remove these functions from the storage array. Notably this class is CCoeStatic derived, allowing application
wide access.
Constructor & Destructor Documentation
CEikButtonGroupFactoryArray::~CEikButtonGroupFactoryArray |
( |
|
) |
|
|
Member Function Documentation
|
Adds a button group factory function to the array.
- Parameters:
-
|
aCreateButtonGroupByTypeFunction
|
The factory function to be added. |
|
|
Returns the array of pointers to the registered button group factory creation methods.
- Returns:
- The array of button group factory functions.
|
|
Removes a button group factory function from the array.
- Parameters:
-
|
aCreateButtonGroupByTypeFunction
|
The factory function to be removed. |
|
The documentation for this class was generated from the following file: