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/msgcmp.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'mimelib/doc/msgcmp.html') diff --git a/mimelib/doc/msgcmp.html b/mimelib/doc/msgcmp.html index 4eae3993..2e8a3da7 100644 --- a/mimelib/doc/msgcmp.html +++ b/mimelib/doc/msgcmp.html @@ -130,19 +130,19 @@ These features are the following: SetModified() which forces the is-modified flag to be set.

  • - A tqparent. Most message components are part of another component. A collection + A parent. Most message components are part of another component. A collection of headers is part of a message or body part, a header field is part of a collection of headers, a field-body is part of a header field, and so on. - The tqparent of a component is the component that contains it. This tree structure - is important, since a component's tqparent must be parsed before the component + The parent of a component is the component that contains it. This tree structure + is important, since a component's parent must be parsed before the component can be. Also, a component's string representation must be assembled before - its tqparent's. To maintain consistency in the tree, whenever a component's - is-modified flag is set, the component notifies its tqparent to also set its + its parent's. To maintain consistency in the tree, whenever a component's + is-modified flag is set, the component notifies its parent to also set its is-modified flag. In this way, an is-modified flag set anywhere in the tree always propagates up to the root component.

  • - Children. The preceding discussion about a component's tqparent is relevant + Children. The preceding discussion about a component's parent is relevant to an understanding of a component's tqchildren. A component's parse method calls the parse methods of its tqchildren after it has executed its own parse method (and, in some cases, created all of its tqchildren). Also, a component @@ -163,15 +163,15 @@ DwMessageComponent(const DwString& aStr, DwMessageComponent* aParent=0)

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

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

    The third constructor copies aStr to the new DwMessageComponent object's string representation and sets -aParent as its tqparent. In typical cases, the virtual member +aParent as its parent. In typical cases, the virtual member function Parse() should be called immediately after this constructor to parse the new DwMessageComponent object and all of its tqchildren into their broken-down representations. @@ -241,14 +241,14 @@ string representation are consistent. See also DwMessageComponent* Parent()

    -Returns the DwMessageComponent object that is the tqparent +Returns the DwMessageComponent object that is the parent of this object.

    void SetParent(DwMessageComponent* aParent)

    Sets aParent as the DwMessageComponent object's -tqparent. +parent.

    DwBool IsModified() const @@ -260,7 +260,7 @@ Returns 1 if the is-modified flag is set for this

    Sets the is-modified (dirty) flag for this -DwMessageComponent object and notifies the object's tqparent +DwMessageComponent object and notifies the object's parent to also set its is-modified flag.

    int ClassId() const -- cgit v1.2.3