#include <mw/eikctlib.h>
class CEikCtlLibrary : public CBase |
Public Member Functions | |
---|---|
IMPORT_C TCreateButtonGroupByTypeFunction | ButtonGroupFactory() |
IMPORT_C TCreateByTypeFunction | ControlFactory() |
MEikButtonGroup * | CreateButtonGroupByTypeL(TInt, EikButtonGroupFactory::TCreationData &, TBool &) |
SEikControlInfo | CreateByTypeL(TInt) |
IMPORT_C void | InitializeL() |
IMPORT_C TFileName | ResourceFile() |
The CEikCtlLibrary class proovides static functions called by CEikDllInitializer; setting EikCtl library resources in Cone and giving access to its controls via ControlFactoryFuncArray() in EikonEnv
IMPORT_C TCreateButtonGroupByTypeFunction | ButtonGroupFactory | ( | ) | [static] |
Factory to create buttongroups
IMPORT_C TCreateByTypeFunction | ControlFactory | ( | ) | [static] |
ControlFactory provides ability to create controls by id number.
MEikButtonGroup * | CreateButtonGroupByTypeL | ( | TInt | aButtonGroupType, |
EikButtonGroupFactory::TCreationData & | aCreationData, | |||
TBool & | aAddToButtonGroupStack | |||
) | [static] |
Creates the button group identified by aButtonGroupType, if it exists in this button group factory. 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. If the aButtonGroupType value does not exist, then it returns NULL.
IMPORT_C TFileName | ResourceFile | ( | ) | [static] |
ResourceFile() returns name of the resource file eikctl.rsc