class MAknFadedComponent |
MAknFadedComponent is an array of controls
Public Member Functions | |
---|---|
IMPORT_C TInt | CountFadedComponents() |
IMPORT_C CCoeControl * | FadedComponent(TInt) |
IMPORT_C TInt | CountFadedComponents | ( | ) | [virtual] |
CountFadedComponents() returns number of items in the array
IMPORT_C CCoeControl * | FadedComponent | ( | TInt | aIndex | ) | [virtual] |
FadedComponent() returns specific controls from the array based on index
TInt aIndex |