MPresenceInfoFieldValueText Class Reference
| class MPresenceInfoFieldValueText : public MXIMPBase |
Interface for textual presence info field value object..
Interface for presence information field value having textual format. Contained text can be rendered to end user as is.
Inherits from
- MPresenceInfoFieldValueText
Constructor & Destructor Documentation
~MPresenceInfoFieldValueText()
| ~MPresenceInfoFieldValueText | ( | ) | [inline, virtual] |
Member Functions Documentation
MaxLength()
|
TInt
| MaxLength | ( | ) | const [pure virtual] |
Returns maximum length of the field value.
SetTextValueL(const TDesC &)
| void | SetTextValueL | ( | const TDesC & | aValue | ) | [pure virtual] |
Sets the textual data.
-
leave
- KErrOverflow if value length exceeds field specific maxlength.
-
leave
- KErrNoMemory if failed to allocate memory.
Parameters
| const TDesC & aValue | New textual value to set. |
TextValue()
|
TPtrC
| TextValue | ( | ) | const [pure virtual] |
Returns the textual value.
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.