Link against: avkon.lib eikcoctl.lib
None
#include <Eikbgfty.h>
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.
Public Member Functions | |
~CEikButtonGroupFactoryArray () | |
Destructor. | |
Static Public Member Functions | |
static IMPORT_C void | AppendFactoryFunctionL (TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction) |
Adds a button group factory function to the array. | |
static IMPORT_C void | RemoveFactoryFunction (TCreateButtonGroupByTypeFunction aCreateButtonGroupByTypeFunction) |
Removes a button group factory function from the array. | |
static CArrayFixFlat< TCreateButtonGroupByTypeFunction > * | ButtonGroupFactoryFuncArray () |
Returns the array of pointers to the registered button group factory creation methods. |
|
Destructor. |
|
Adds a button group factory function to the array.
|
|
Returns the array of pointers to the registered button group factory creation methods.
|
|
Removes a button group factory function from the array.
|