Public Member Functions | |
virtual TString | FormatStl (const CString &val, const CDataObject *pDO) const |
The function converts non-formatted value of CString type to the formatted STL string. | |
virtual bool | ParseStl (const TString &str, CString &val, const CDataObject *pDO) const |
The function converts the formatted STL string to the non-formatted MFC string. | |
virtual CString | FormatMfc (const CString &val, const CDataObject *pDO) const |
The function converts non-formatted value of MFC string type to the formatted MFC string. | |
virtual bool | ParseMfc (const CString &str, CString &val, const CDataObject *pDO) const |
The function converts the formatted MFC string to the non-formatted MFC string. | |
virtual CFormat * | Clone () const |
Creates a deep copy of a format. | |
virtual void | Serialize (CSerializer &serializer) |
Serializes a format. | |
Static Public Member Functions | |
static int | GetSerializeVertion () |
Serialization version. |
TString FormatStl | ( | const CString & | val, | |
const CDataObject * | pDO | |||
) | const [virtual] |
The function converts non-formatted value of CString type to the formatted STL string.
[in] | val | Non-formatted MFC string to be formatted. |
[in] | pDO | Pointer to CDataObject. This parameter is optional and may be zero. |
Reimplemented from CFormat.
bool ParseStl | ( | const TString & | str, | |
CString & | val, | |||
const CDataObject * | pDO | |||
) | const [virtual] |
The function converts the formatted STL string to the non-formatted MFC string.
[in] | str | STL string to be formatted. |
[in,out] | val | MFC string that is a resunt of conversion. |
[in] | pDO | Pointer to CDataObject. This parameter is optional and may be zero. |
Reimplemented from CFormat.
CString FormatMfc | ( | const CString & | val, | |
const CDataObject * | pDO | |||
) | const [virtual] |
The function converts non-formatted value of MFC string type to the formatted MFC string.
[in] | val | Non-formatted MFC string to be formatted. |
[in] | pDO | Pointer to CDataObject. This parameter is optional and may be zero. |
Reimplemented from CFormat.
bool ParseMfc | ( | const CString & | str, | |
CString & | val, | |||
const CDataObject * | pDO | |||
) | const [virtual] |
The function converts the formatted MFC string to the non-formatted MFC string.
[in] | str | MFC string to be formatted. |
[in,out] | val | MFC string that is a result of conversion. |
[in] | pDO | Pointer to CDataObject. This parameter is optional and may be zero. |
Reimplemented from CFormat.
CFormat * Clone | ( | ) | const [virtual] |
void Serialize | ( | CSerializer & | serializer | ) | [virtual] |
Serializes a format.
[in] | serializer | Object, into which a format object is serialized. |
Reimplemented from CFormat.
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by ![]() |