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/fieldbdy.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mimelib/doc/fieldbdy.html') diff --git a/mimelib/doc/fieldbdy.html b/mimelib/doc/fieldbdy.html index 1da30ab5..856fd533 100644 --- a/mimelib/doc/fieldbdy.html +++ b/mimelib/doc/fieldbdy.html @@ -50,9 +50,9 @@ grammar specified by RFC-822. It is an abstract base class that defines the interface common to all structured field bodies.

In the tree (broken-down) representation of a message, a -DwFieldBody object may be either a leaf node, having a tqparent -but no child nodes, or an intermediate node, having a tqparent and one or more -child nodes. The tqparent node is the +DwFieldBody object may be either a leaf node, having a parent +but no child nodes, or an intermediate node, having a parent and one or more +child nodes. The parent node is the DwField object that contains it. Child nodes, if present, depend on the particular subclass of DwFieldBody that is instantiated. A @@ -80,15 +80,15 @@ DwFieldBody(const DwString& aStr, DwMessageComponent* aParent=0)

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

The third constructor copies aStr to the DwFieldBody 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 @@ -98,7 +98,7 @@ a class derived from DwField. (const DwFieldBody& aFieldBody)

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

void SetOffset(int aOffset) -- cgit v1.2.3