CCFContextQuery Class Reference
class CCFContextQuery : public CBase |
Context query can be used to request context objects from Context Framework server. Context query consists of a context source and a context type.
CFServices.lib
- Since
- S60 5.0
Member Functions Documentation
NewL()
Two phased constructors without construction params.
NewL(const TDesC &, const TDesC &)
Two phased constructor. Takes a source and type of the queried context as a parameter.
Parameters
const TDesC & aSource | Context source. |
const TDesC & aType | Context Type. |
NewLC(const TDesC &, const TDesC &)
SetSourceL(const TDesC &)
void | SetSourceL | ( | const TDesC & | aSource | ) | [pure virtual] |
Sets desired context source.
Parameters
const TDesC & aSource | The source string to be copied. |
SetSubTypeMatch(TBool)
void | SetSubTypeMatch | ( | TBool | aMatchSubTypes | ) | [pure virtual] |
Parameters
TBool aMatchSubTypes | Flag indicating sub type match. |
SetTypeL(const TDesC &)
void | SetTypeL | ( | const TDesC & | aType | ) | [pure virtual] |
Sets desired context type.
Parameters
const TDesC & aType | The type string to be copied. |
Source()
const TDesC & | Source | ( | ) | const [pure virtual] |
SubTypeMatch()
TBool
| SubTypeMatch | ( | ) | const [pure virtual] |
Checks if sub type match is set.
Type()
const TDesC & | Type | ( | ) | const [pure virtual] |
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.