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/message.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mimelib/doc/message.html') diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index bb3fcf22..d08d5af4 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -50,10 +50,10 @@ both a DwHeaders object and a

In the tree (broken-down) representation of message, a DwMessage object is almost always a root node, having child -nodes but no tqparent node. The child nodes are the +nodes but no parent node. The child nodes are the DwHeaders object and the DwBody object it contains. A DwMessage may sometimes be an intermediate node. -In this special case, the tqparent node is a DwBody object +In this special case, the parent node is a DwBody object of type "message/*" and the DwMessage object represents an encapsulated message.

@@ -72,15 +72,15 @@ DwMessage(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the DwMessage 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 aMessage. The tqparent of the new +of aMessage. The parent of the new DwMessage object is set to NULL.

The third constructor copies aStr to the DwMessage 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.

@@ -88,7 +88,7 @@ in order to parse the string representation. (const DwMessage& aMessage)

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

virtual DwMessageComponent* -- cgit v1.2.3