class Factories::MFactoryQuery |
Abstract class used as a parameter for CFactoryBase::FindObject. Implements the Match method that derivees must override to implement their own Match method to compare AFactoryObjects
Public Member Functions | |
---|---|
TMatchResult | Match(TFactoryObjectInfo &) |
Public Member Enumerations | |
---|---|
enum | TMatchResult { EMatch, EContinue, ECancel } |
TMatchResult | Match | ( | TFactoryObjectInfo & | aObjectInfo | ) | [pure virtual] |
Compare this factory object with another factory object. TMatchResult
TFactoryObjectInfo & aObjectInfo | Object to compare parameters against. Criteria for comparison is implementation specific. |
Possible return to the match function. They specify what the object doing the search should do next.
EMatch |
Match found, stop searching |
EContinue |
No match found, continue searching |
ECancel |
No match found, stop searching |
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.