diff options
Diffstat (limited to 'mimelib/doc/group.html')
-rw-r--r-- | mimelib/doc/group.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mimelib/doc/group.html b/mimelib/doc/group.html index 683ff3a96..27c8397eb 100644 --- a/mimelib/doc/group.html +++ b/mimelib/doc/group.html @@ -51,15 +51,15 @@ protected: </H2> <P> <B><TT>DwGroup</TT></B> represents a <I>group</I> as described in RFC-822. -A group tqcontains a group name and a (possibly empty) list of -<I>mailboxes</I>. In MIME++, a <B><TT>DwGroup</TT></B> object tqcontains a +A group contains a group name and a (possibly empty) list of +<I>mailboxes</I>. In MIME++, a <B><TT>DwGroup</TT></B> object contains a string for the group name and a <B><TT><A HREF="mboxlist.html">DwMailboxList</A></TT></B> object for the list of mailboxes. <P> In the tree (broken-down) representation of message, a <B><TT>DwGroup</TT></B> object may be only an intermediate node, having both -a parent and a single child node. Its parent node must be a +a tqparent and a single child node. Its tqparent node must be a <B><TT><A HREF="field.html">DwField</A></TT></B> or a <B><TT><A HREF="addrlist.html">DwAddressList</A></TT></B>. Its child is a <B><TT>DwMailboxList</TT></B>. @@ -79,15 +79,15 @@ DwGroup(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwGroup</TT></B> object's string representation to the empty string -and sets its parent to <B><TT>NULL</TT></B>. +and sets its tqparent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aGroup</TT></B>. The parent of the new <B><TT>DwGroup</TT></B> +of <B><TT>aGroup</TT></B>. The tqparent of the new <B><TT>DwGroup</TT></B> object is set to <B><TT>NULL</TT></B>. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwGroup</TT></B> object's string representation and sets -<B><TT>aParent</TT></B> as its parent. The virtual member function +<B><TT>aParent</TT></B> as its tqparent. The virtual member function <B><TT>Parse()</TT></B> should be called immediately after this constructor in order to parse the string representation. Unless it is <B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of @@ -98,7 +98,7 @@ a class derived from <B><TT>DwField</TT></B> or (const DwGroup& aGroup) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aGroup</TT></B>. The parent node of the <B><TT>DwGroup</TT></B> object +<B><TT>aGroup</TT></B>. The tqparent node of the <B><TT>DwGroup</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> |