class MCTTokenTypeFilter |
A filter that is used to control which token types appear in a list returned by CCTTokenTypeInfo::ListL().
Each possible token type is offered to the filter in turn, which returns ETrue if it is to be included.
TCTAllTokenTypes -- returns everything
TCTFindTokenTypesByInterface -- finds token types that support all of a supplied set of interfaces
TCTFindTokenTypesByInterfaceAndAttribute -- finds token types that match a particular list of interfaces, and a particular set of attribute/value pairs.
v7.0
Public Member Functions | |
---|---|
TBool | Accept(const CCTTokenTypeInfo &) |
TBool | Accept | ( | const CCTTokenTypeInfo & | aTokenType | ) | const [pure virtual] |
Tests whether the supplied token type should be included in the list.
ETrue, if the supplied token type should be included in the list; EFalse, otherwise.
const CCTTokenTypeInfo & aTokenType | The token type to be tested. |