Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <APAID.H>
Link against: apparc.lib

Class TApaAppViewInfo

class TApaAppViewInfo;

Description

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.

Members

Defined in TApaAppViewInfo:

See also:


Construction and destruction


TApaAppViewInfo()

IMPORT_C TApaAppViewInfo();

Description

Constructs an empty object.

Specifically, it sets the view UID to KNullUid and empties the application caption, i.e. sets it to KNullDesC.


TApaAppViewInfo(TUid,const TApaAppCaption &,TInt)

IMPORT_C TApaAppViewInfo(TUid aViewUid, const TApaAppCaption &aViewCaption, TInt aScreenMode);

Description

Parameters

TUid aViewUid

const TBuf &aViewCaption

TInt aScreenMode

[Top]


Member functions


ExternalizeL(RWriteStream &)const

IMPORT_C void ExternalizeL(RWriteStream &aStream) const;

Description

Externalises the application view information to a write stream.

Parameters

RWriteStream &aStream

The write stream.


InternalizeL(RReadStream &)

IMPORT_C void InternalizeL(RReadStream &aStream);

Description

Internalises the application view information from a read stream.

Parameters

RReadStream &aStream

The read stream.

[Top]


Member data


iUid

TUid iUid;

Description

The UID identifying the view.


iViewCaption

TApaAppCaption iViewCaption;

Description

The application caption.


iScreenMode

TInt iScreenMode;

Description