From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mimelib/doc/body.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mimelib/doc/body.html') diff --git a/mimelib/doc/body.html b/mimelib/doc/body.html index fb6c42c0..1526751a 100644 --- a/mimelib/doc/body.html +++ b/mimelib/doc/body.html @@ -85,8 +85,8 @@ header field from the

In the tree (broken-down) representation of a message, a DwBody object can be an intermediate node, having both a -tqparent node and one or more child nodes, or a leaf node, having a tqparent -but no child nodes. In either case, the tqparent node is the +parent node and one or more child nodes, or a leaf node, having a parent +but no child nodes. In either case, the parent node is the DwEntity object that contains it. If it is an intermediate node, it must be of type multipart with DwBodyPart objects as child nodes, or of type message with a single @@ -117,15 +117,15 @@ DwBody(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the DwBody object's string representation to the empty string -and sets its tqparent to NULL. +and sets its parent to NULL.

The second constructor is the copy constructor, which performs a deep copy -of aBody. The tqparent of the new DwBody object +of aBody. The parent of the new DwBody object is set to NULL.

The third constructor copies aStr to the DwBody object's string representation and sets -aParent as its tqparent. The virtual member function +aParent as its parent. The virtual member function Parse() should be called immediately after this constructor in order to parse the string representation. Unless it is NULL, aParent should point to an object of @@ -135,7 +135,7 @@ a class derived from DwEntity. DwBody& aBody)

This is the assignment operator, which performs a deep copy of -aBody. The tqparent node of the DwBody object +aBody. The parent node of the DwBody object is not changed.

virtual void Parse() @@ -150,7 +150,7 @@ collection of DwBodyPart objects. For a message DwBody, the parse method does nothing. This member function calls the Parse() member function of any objects it creates.

-Note: If the DwBody object has no tqparent node -- that is, +Note: If the DwBody object has no parent node -- that is, it is not contained by a DwEntity object -- then the parse method does nothing, since it is unable to determine the type of body.

-- cgit v1.2.3