MAknFadedComponent Class Reference

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknpopupfader.h>

Inherited by CAknPopupList, CAknToolbar, and CEikDialog.


Detailed Description

MAknFadedComponent is an array of controls.

Public Member Functions

virtual IMPORT_C TInt  CountFadedComponents ()
  CountFadedComponents() returns number of items in the array.
virtual IMPORT_C CCoeControl *  FadedComponent (TInt aIndex)
  FadedComponent() returns specific controls from the array based on index.

Member Function Documentation

virtual IMPORT_C TInt MAknFadedComponent::CountFadedComponents  )  [virtual]
 

CountFadedComponents() returns number of items in the array.

Reimplemented in CAknToolbar.

virtual IMPORT_C CCoeControl* MAknFadedComponent::FadedComponent TInt  aIndex  )  [virtual]
 

FadedComponent() returns specific controls from the array based on index.

Reimplemented in CAknToolbar.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top