|
||
class TApaAppViewInfo;
Contains the basic information about an application view.
An object of this type contains two pieces of information:
The UID that identifies the view
The application's caption.
Objects of this type are returned in an array populated by a call to RApaLsSession::GetAppViews(CApaAppViewArray &,TUid)const
.
Defined in TApaAppViewInfo
:
ExternalizeL(RWriteStream &)const
Externalises the application view information to a write stream.InternalizeL(RReadStream &)
Internalises the application view information from a read stream.TApaAppViewInfo()
Constructs an empty object.TApaAppViewInfo(TUid,const TApaAppCaption &,TInt)
iScreenMode
iUid
The UID identifying the view. iViewCaption
The application caption. CApaAppViewArray
Defines an array of TApaAppViewInfo objects contained within a flat dynamic buff...TUid
A globally unique 32-bit number. IMPORT_C TApaAppViewInfo();
Constructs an empty object.
Specifically, it sets the view UID to KNullUid and empties the application caption, i.e. sets it to KNullDesC.
IMPORT_C TApaAppViewInfo(TUid aViewUid, const TApaAppCaption &aViewCaption, TInt aScreenMode);
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises the application view information to a write stream.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises the application view information from a read stream.
|
TInt iScreenMode;