class MFieldFileNameInfo |
Specifies the mixin protocol for evaluating a filename field.
You should implement the UpdateFieldFileName() function in a concrete derived class, then pass an object of the derived class to the filename field (using CFileNameField::SetFileNameInfo()) before the field can be evaluated.
Public Member Functions | |
---|---|
TInt | UpdateFieldFileName(TPtr &) |
TInt | UpdateFieldFileName | ( | TPtr & | aValueText | ) | const [pure virtual] |
Implementations of this function should set aValueText to the current document's filename, if the buffer is large enough. If not, the function should return the length which is required to hold the filename.
TPtr & aValueText | Descriptor which on return contains the document's filename. |
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.