1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
32 virtual TBool ParseThisText(const CRichText& aTextObj,
37 TInt& aTagLength) = 0;
39 virtual const TDesC& CreateDoItText(const CRichText& aTextObj,
43 virtual void ActivateThisTextL(const CRichText& aTextObj,
47 IMPORT_C virtual TBool ReformatOnRecognise() const;
49 IMPORT_C virtual TBool ReformatOnRollover() const;
51 IMPORT_C virtual void GetRecogniseFormat(TCharFormat& aFormat);
53 IMPORT_C virtual void GetRolloverFormat(TCharFormat& aFormat);
55 IMPORT_C virtual TBool ConfirmCursorOverTag(const CRichText& aTextObj,
60 IMPORT_C virtual void MParser_Reserved_2();
62 //++ ADD COMMENT HERE (poss. provide default implement that panics)
63 virtual void Release() = 0;