Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apaid.h
Link against: apparc.lib

Class TApaAppViewInfo

TApaAppViewInfo

Support

Supported from 6.1

Description

Contains the basic information about an application view.

An object of this type contains two pieces of information:

Objects of this type are returned in an array populated by a call to RApaLsSession::GetAppViews().

Defined in TApaAppViewInfo:
ExternalizeL(), InternalizeL(), TApaAppViewInfo(), iUid, iViewCaption

See also:


Construction


TApaAppViewInfo()

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()

TApaAppViewInfo(TUid aViewUid,const TApaAppCaption& aViewCaption);

Description

Constructs the object from the specified view UID and the specified application caption name.

Parameters

TUid aViewUid

The UID identifying the view.

const TApaAppCaption& aViewCaption

The application caption.

[Top]


Persistence


ExternalizeL()

void ExternalizeL(RWriteStream& aStream) const;

Description

Externalises the application view information to a write stream.

Parameters

RWriteStream& aStream

The write stream.


InternalizeL()

void InternalizeL(RReadStream& aStream);

Description

Internalises the application view information from a read stream.

Parameters

RReadStream& aStream

The read stream.

[Top]


Public data members


iUid

TUid iUid;

Description

The UID identifying the view.

See also:


iViewCaption

TApaAppCaption iViewCaption;

Description

The application caption.

See also: