class EikButtonGroupFactory |
The EikButtonGroupFactory class provides an interface to the button group factory.
Public Member Functions | |
---|---|
MEikButtonGroup * | CreateButtonGroupByTypeL ( TInt , TCreationData &, TBool &) |
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.
Creates a button group of type aButtonGroupType, if it exists in any registered button group factory function, and returns a handle to the button group interface the constructed object implements. Extra required information is supplied in aCreationData. If the button group is to be added to the button group stack then this can be set in aAddToButtonGroupStack. Returns NULL if aButtonGroupType doesn't exist in any registered button group factory function.
TInt aButtonGroupType | The type of button group to be created. |
TCreationData & aCreationData | Required extra information. |
TBool & aAddToButtonGroupStack | Whether to add the button group to the button group stack. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.