class CSearchSingleCondition : public CSearchCondition |
Class for all search condition.
searchutilities.lib
Public Member Functions | |
---|---|
~CSearchSingleCondition () | |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C CSearchSingleCondition * | NewL ( CSearchField *) |
IMPORT_C CSearchSingleCondition * | NewL ( RReadStream &) |
IMPORT_C const CSearchField & | Term () |
Private Member Functions | |
---|---|
CSearchSingleCondition ( CSearchCondition::TConditionType ) | |
CSearchSingleCondition ( CSearchField *) | |
void | ConstructL ( RReadStream &) |
Inherited Enumerations | |
---|---|
CSearchCondition:TConditionType |
Private Attributes | |
---|---|
CSearchField * | iTerm |
CSearchSingleCondition | ( | CSearchCondition::TConditionType | type | ) | [private] |
Constructor
CSearchCondition::TConditionType type |
CSearchSingleCondition | ( | CSearchField * | aTerm | ) | [private] |
Constructor
CSearchField * aTerm | - a searchfield object |
void | ConstructL | ( | RReadStream & | aStream | ) | [private] |
2nd phase construction
RReadStream & aStream | - Stream object |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
Externalizes the object.
RWriteStream & aStream | - stream to which to be externalized |
IMPORT_C CSearchSingleCondition * | NewL | ( | CSearchField * | aTerm | ) | [static] |
two phase constructor
CSearchField * aTerm | CSearchField object |
IMPORT_C CSearchSingleCondition * | NewL | ( | RReadStream & | aStream | ) | [static] |
two phase constructor - from a stream
RReadStream & aStream | stream object |
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.