UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: QikUiConfigDataTypes.h
Link against: quiconfigclient.lib

Class TQikViewConfigData

class TQikViewConfigData;

Description

This class encapsulates a unique UI configuration id and its associated layout and command set.

Members

Defined in TQikViewConfigData:
Create(), TQikViewConfigData(), TQikViewConfigData(), iCommandListResourceId, iUiConfigMode, iViewResourceId

See also:


Construction and destruction


TQikViewConfigData()

IMPORT_C TQikViewConfigData();

Description

Default constructor.


TQikViewConfigData()

IMPORT_C TQikViewConfigData(TInt aUiConfigMode, TInt aViewResourceId, TInt aCommandListResourceId);

Description

Constructor.

Parameters

TInt aUiConfigMode

TInt aViewResourceId

TInt aCommandListResourceId

[Top]


Member functions


Create()

IMPORT_C void Create(TInt aUiConfigMode, TInt aViewResourceId, TInt aCommandListResourceId);

Description

Creates a instance of TQikViewConfigData .

Parameters

TInt aUiConfigMode

TInt aViewResourceId

TInt aCommandListResourceId

[Top]


Member data


iUiConfigMode

TInt iUiConfigMode;

Description

UI configuration encoded to a unique identifier


iViewResourceId

TInt iViewResourceId;

Description

Layout resource id


iCommandListResourceId

TInt iCommandListResourceId;

Description

Command list resource id