TSortPluginParams Class Reference
Constructor & Destructor Documentation
TSortPluginParams()
TSortPluginParams
|
(
|
)
|
[inline]
|
Empty default constructor.
TSortPluginParams(TUid, TUid, TSortPluginViewParamsRev1 *)
Inline constructor, initialises all data members.
The parameter revision UID is initialised to KCntSortPluginViewParamsRev1Uid.
Parameters
TUid
aInterfaceUid
|
Interface UID as specified in the INTERFACE_INFO resource struct, required by ECOM.
|
TUid
aImplementationUid
|
Implementation UID, as specified in the IMPLEMENTATION_INFO resource struct, required by ECOM.
|
TSortPluginViewParamsRev1
* aViewSortParams
|
View sort parameters pointer. This object should match the parameter revision UID value.
|
Member Data Documentation
TUid
iImplementationUid
Implementation UID, as specified in the IMPLEMENTATION_INFO resource struct, required by ECOM.
TUid
iInterfaceUid
Interface UID as specified in the INTERFACE_INFO resource struct, required by ECOM.
TUid
iParametersRevision
A UID that identifies the revision of the structure holding the view's sort parameters. A value of KCntSortPluginViewParamsRev1Uid indicates
TSortPluginViewParamsRev1
.
TAny * iViewSortParams
View sort parameters pointer. This object should match the parameter revision UID value.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.