#include <mw/eikbgfty.h>
class EikButtonGroupFactory |
Public Member Functions | |
---|---|
MEikButtonGroup * | CreateButtonGroupByTypeL(TInt, TCreationData &, TBool &) |
The EikButtonGroupFactory class provides an interface to the button group factory.
MEikButtonGroup * | CreateButtonGroupByTypeL | ( | TInt | aButtonGroupType, |
TCreationData & | aCreationData, | |||
TBool & | aAddToButtonGroupStack | |||
) | [static] |
Creates a button group of given type if it exists in any registered button group factory function.
Parameter | Description |
---|---|
aButtonGroupType | The type of button group to be created. |
aCreationData | Required extra information. |
aAddToButtonGroupStack | Whether to add the button group to the button group stack. |
Returns: A handle to the button group interface the constructed object implements. NULL if aButtonGroupType doesn't exist in any registered button group factory function.