API published in: S60 3rd Ed FP 2
Link against: commondialogs.lib
Required Capabilities
None
#include <caknmemoryselectionsettingitemmultidrive.h>
It is used to replace old CAknMemorySelectionSettingItem for multiple drive support.
Public Member Functions | |
IMPORT_C | CAknMemorySelectionSettingItemMultiDrive (TInt aIdentifier, TDriveNumber &aSelectedDrive) |
Constructor. | |
virtual IMPORT_C | ~CAknMemorySelectionSettingItemMultiDrive () |
IMPORT_C void | CompleteConstructionL () |
The 2nd phase constructor. | |
virtual IMPORT_C void | EditItemL (TBool aCalledFromMenu) |
From CAknSettingItem. | |
virtual IMPORT_C void | LoadL () |
From CAknSettingItem. | |
virtual IMPORT_C void | StoreL () |
From CAknSettingItem. | |
virtual IMPORT_C const TDesC & | SettingTextL () |
From CAknSettingItem. | |
Protected Attributes | |
TDriveNumber & | iExternalData |
TDriveNumber | iInternalData |
CAknMemorySelectionSettingItemExtension * | iExtension |
HBufC * | iSettingText |
|
Constructor. |
|
|
The 2nd phase constructor. It is called internally when extension object is needed. User also could call it after creating a object of CAknMemorySelectionSettingItemMultiDrive. |
|
From CAknSettingItem. |
|
From CAknSettingItem. |
|
From CAknSettingItem. |
|
From CAknSettingItem. |
|
|
|
|