|
|
|
Location:
Eikbgfty.h
Link against: eikcoctl.lib
| Interface status: | deprecated | App-Framework_6.1 |
class CEikButtonGroupFactoryArray : public CCoeStatic;
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.
CBase - Base class for all classes to be instantiated on the heapCCoeStatic - Base class for creating singleton objects that will be stored by CEikButtonGroupFactoryArray - The CEikButtonGroupFactoryArray class actually stores the button group factory functions which are registeredDefined in CEikButtonGroupFactoryArray:
AppendFactoryFunctionL(), RemoveFactoryFunction()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CCoeStatic:
CCoeStatic_Reserved1(),
CCoeStatic_Reserved2(),
EApp,
EDefaultDestructionPriority,
EThread,
TScope,
anonymous
| Interface status: | deprecated | Inherited from: CEikButtonGroupFactoryArray |
static IMPORT_C void AppendFactoryFunctionL(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);
Adds a button group factory function to the storage array.
If the storage array doesn't exist yet, a new one is created and the factory function is added as the first element.
|
| Interface status: | deprecated | Inherited from: CEikButtonGroupFactoryArray |
static IMPORT_C void RemoveFactoryFunction(TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction);
Removes a button group factory function from the storage array.
|