diff options
Diffstat (limited to 'mimelib/doc')
-rw-r--r-- | mimelib/doc/address.html | 8 | ||||
-rw-r--r-- | mimelib/doc/addrlist.html | 8 | ||||
-rw-r--r-- | mimelib/doc/body.html | 26 | ||||
-rw-r--r-- | mimelib/doc/bodypart.html | 10 | ||||
-rw-r--r-- | mimelib/doc/datetime.html | 6 | ||||
-rw-r--r-- | mimelib/doc/disptype.html | 10 | ||||
-rw-r--r-- | mimelib/doc/entity.html | 14 | ||||
-rw-r--r-- | mimelib/doc/field.html | 24 | ||||
-rw-r--r-- | mimelib/doc/fieldbdy.html | 16 | ||||
-rw-r--r-- | mimelib/doc/group.html | 14 | ||||
-rw-r--r-- | mimelib/doc/headers.html | 18 | ||||
-rw-r--r-- | mimelib/doc/mailbox.html | 14 | ||||
-rw-r--r-- | mimelib/doc/mboxlist.html | 8 | ||||
-rw-r--r-- | mimelib/doc/mechansm.html | 10 | ||||
-rw-r--r-- | mimelib/doc/mediatyp.html | 12 | ||||
-rw-r--r-- | mimelib/doc/message.html | 14 | ||||
-rw-r--r-- | mimelib/doc/msgcmp.html | 50 | ||||
-rw-r--r-- | mimelib/doc/msgid.html | 14 | ||||
-rw-r--r-- | mimelib/doc/nntp.html | 2 | ||||
-rw-r--r-- | mimelib/doc/param.html | 8 | ||||
-rw-r--r-- | mimelib/doc/pop.html | 2 | ||||
-rw-r--r-- | mimelib/doc/string.html | 34 | ||||
-rw-r--r-- | mimelib/doc/text.html | 6 |
23 files changed, 164 insertions, 164 deletions
diff --git a/mimelib/doc/address.html b/mimelib/doc/address.html index c85046aa7..f7eb71faf 100644 --- a/mimelib/doc/address.html +++ b/mimelib/doc/address.html @@ -128,16 +128,16 @@ DwAddress(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwAddress</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 copies the string -representation and all attributes from <B><TT>aAddress</TT></B>. The parent +representation and all attributes from <B><TT>aAddress</TT></B>. The tqparent of the new <B><TT>DwAddress</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>DwAddress</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 @@ -147,7 +147,7 @@ a class derived from <B><TT>DwField</TT></B>. (const DwAddress& aAddr) </FONT></B> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aAddr</TT></B>. The parent node of the <B><TT>DwAddress</TT></B> object +<B><TT>aAddr</TT></B>. The tqparent node of the <B><TT>DwAddress</TT></B> object is not changed. <P> </BODY></HTML> diff --git a/mimelib/doc/addrlist.html b/mimelib/doc/addrlist.html index 80845fc04..5a5a413fd 100644 --- a/mimelib/doc/addrlist.html +++ b/mimelib/doc/addrlist.html @@ -69,16 +69,16 @@ DwAddressList(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwAddressList</TT></B> object's string representation to the empty -string and sets its parent to <B><TT>NULL</TT></B>. +string and sets its tqparent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which copies the string representation and all <B><TT>DwAddress</TT></B> objects from -<B><TT>aList</TT></B>. The parent of the new +<B><TT>aList</TT></B>. The tqparent of the new <B><TT>DwAddressList</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>DwAddressList</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 @@ -88,7 +88,7 @@ a class derived from <B><TT>DwField</TT></B>. =</A> (const DwAddressList& aList) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aList</TT></B>. The parent node of the +<B><TT>aList</TT></B>. The tqparent node of the <B><TT>DwAddressList</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> diff --git a/mimelib/doc/body.html b/mimelib/doc/body.html index c9856e24d..06a3e8225 100644 --- a/mimelib/doc/body.html +++ b/mimelib/doc/body.html @@ -65,9 +65,9 @@ protected: A body is always part of an <I>entity</I>, which could be either a <I>message</I> or a <I>body part</I>. An entity has a collection of <I>header fields</I> and a body. If the content type of a body is ``multipart,'' then -the body tqcontains one or more body parts. If the content type is ``message,'' -then the body tqcontains an encapsulated message. In all content types, the -body tqcontains a string of characters. +the body contains one or more body parts. If the content type is ``message,'' +then the body contains an encapsulated message. In all content types, the +body contains a string of characters. <P> In MIME++, a <B><TT>DwBody</TT></B> object is contained in a <B><TT><A HREF="entity.html">DwEntity</A></TT></B> object. The @@ -79,15 +79,15 @@ or a single contained way to determine the type of <B><TT>DwBody</TT></B> is to access the Content-Type header field from the <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object of the -<B><TT>DwEntity</TT></B> that tqcontains it. For this reason, a +<B><TT>DwEntity</TT></B> that contains it. For this reason, a <B><TT>DwBody</TT></B> should always be part of a <B><TT>DwEntity</TT></B>. <P> In the tree (broken-down) representation of a message, a <B><TT>DwBody</TT></B> object can be an intermediate node, having both a -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 -<B><TT>DwEntity</TT></B> object that tqcontains it. If it is an intermediate +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 +<B><TT>DwEntity</TT></B> object that contains it. If it is an intermediate node, it must be of type multipart with <B><TT>DwBodyPart</TT></B> objects as child nodes, or of type message with a single <B><TT>DwMessage</TT></B> object as its child node. @@ -117,15 +117,15 @@ DwBody(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwBody</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>aBody</TT></B>. The parent of the new <B><TT>DwBody</TT></B> object +of <B><TT>aBody</TT></B>. The tqparent of the new <B><TT>DwBody</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>DwBody</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 @@ -135,7 +135,7 @@ a class derived from <B><TT>DwEntity</TT></B>. DwBody& aBody) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aBody</TT></B>. The parent node of the <B><TT>DwBody</TT></B> object +<B><TT>aBody</TT></B>. The tqparent node of the <B><TT>DwBody</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -150,7 +150,7 @@ collection of <B><TT>DwBodyPart</TT></B> objects. For a message <B><TT>DwBody</TT></B>, the parse method does nothing. This member function calls the <B><TT>Parse()</TT></B> member function of any objects it creates. <P> -Note: If the <B><TT>DwBody</TT></B> object has no parent node -- that is, +Note: If the <B><TT>DwBody</TT></B> object has no tqparent node -- that is, it is not contained by a <B><TT>DwEntity</TT></B> object -- then the parse method does nothing, since it is unable to determine the type of body. <P> @@ -169,7 +169,7 @@ method creates or updates the string representation from the broken-down representation. Only <B><TT>DwBody</TT></B> objects with content type of multipart or message require assembling. In either case, the <B><TT>DwBody</TT></B> object must be able to find the headers of the message -or body part that tqcontains it. Therefore, if the <B><TT>DwBody</TT></B> object +or body part that contains it. Therefore, if the <B><TT>DwBody</TT></B> object is not the child of a <B><TT>DwEntity</TT></B> (<I>i.e.</I>, <B><TT>DwMessage</TT></B> or <B><TT>DwBodyPart</TT></B>) object, the <B><TT>DwBody</TT></B> cannot be assembled because the content type cannot diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html index c74f716f1..4021b4de3 100644 --- a/mimelib/doc/bodypart.html +++ b/mimelib/doc/bodypart.html @@ -66,15 +66,15 @@ DwBodyPart(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwBodyPart</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>aPart</TT></B>. The parent of the new +of <B><TT>aPart</TT></B>. The tqparent of the new <B><TT>DwBodyPart</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>DwBodyPart</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 @@ -84,7 +84,7 @@ a class derived from <B><TT>DwBody</TT></B>. (const DwBodyPart& aPart) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aPart</TT></B>. The parent node of the <B><TT>DwBodyPart</TT></B> +<B><TT>aPart</TT></B>. The tqparent node of the <B><TT>DwBodyPart</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* @@ -120,7 +120,7 @@ This advanced function sets <B><TT>aPart</TT></B> as the next <B><TT>DwBodyPart</TT></B> object following this <B><TT>DwBodyPart</TT></B> in the list of <B><TT>DwBodyPart</TT></B> objects contained in a multipart <B><TT>DwBody</TT></B>. Since -<B><TT>DwBody</TT></B> tqcontains a member function for adding a +<B><TT>DwBody</TT></B> contains a member function for adding a <B><TT>DwBodyPart</TT></B> object to its list, this function should be avoided for most applications. <P> diff --git a/mimelib/doc/datetime.html b/mimelib/doc/datetime.html index 0516d9292..8461b260e 100644 --- a/mimelib/doc/datetime.html +++ b/mimelib/doc/datetime.html @@ -94,12 +94,12 @@ DwDateTime(const DwString& aStr, DwMessageComponent* aParent=0) The first constructor is the default constructor, which assigns the current date and time as reported by the operating system. <P> -The second constructor is the copy constructor. The parent of the new +The second constructor is the copy constructor. The tqparent of the new <B><TT>DwDateTime</TT></B> object is set to <B><TT>NULL</TT></B>. <P> The third constructor sets <B><TT>aStr</TT></B> as the <B><TT>DwDateTime</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 after this constructor to extract the date and time information from the string representation. Unless it is <B><TT>NULL</TT></B>, <B><TT>aParent</TT></B> should point to an object of @@ -130,7 +130,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>, executes the assemble method for <B><TT>DwDateTime</TT></B> objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation from its broken-down representation. It -will be called automatically for this object by the parent object's +will be called automatically for this object by the tqparent object's <B><TT>Assemble()</TT></B> member function if the is-modified flag is set. <P> This function clears the is-modified flag. diff --git a/mimelib/doc/disptype.html b/mimelib/doc/disptype.html index c64b1dc13..9d6c71a52 100644 --- a/mimelib/doc/disptype.html +++ b/mimelib/doc/disptype.html @@ -90,15 +90,15 @@ DwDispositionType(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwDispositionType</TT></B> object's string representation to the empty -string and sets its parent to <B><TT>NULL</TT></B>. +string and sets its tqparent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which performs deep copy -of <B><TT>aDispType</TT></B>. The parent of the new +of <B><TT>aDispType</TT></B>. The tqparent of the new <B><TT>DwDispositionType</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>DwDispositionType</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 @@ -108,7 +108,7 @@ a class derived from <B><TT>DwField</TT></B>. =</A> (const DwDispositionType& aDispType) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aDispType</TT></B>. The parent node of the +<B><TT>aDispType</TT></B>. The tqparent node of the <B><TT>DwDipositionType</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -127,7 +127,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>, executes the assemble method for <B><TT>DwDispositionType</TT></B> objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation from its broken-down representation. -It will be called automatically for this object by the parent object's +It will be called automatically for this object by the tqparent object's <B><TT>Assemble()</TT></B> member function if the is-modified flag is set. <P> This function clears the is-modified flag. diff --git a/mimelib/doc/entity.html b/mimelib/doc/entity.html index 9a2d00187..c2f8d3161 100644 --- a/mimelib/doc/entity.html +++ b/mimelib/doc/entity.html @@ -47,15 +47,15 @@ protected: RFC-2045 defines an <I>entity</I> as either a <I>message</I> or a <I>body part</I>, both of which have a collection of headers and a <I>body</I>. In MIME++, an entity is represented by the class <B><TT>DwEntity</TT></B>, which -tqcontains both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object +contains both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object and a <B><TT><A HREF="body.html">DwBody</A></TT></B> object. <P> In the tree (broken-down) representation of message, a <B><TT>DwEntity</TT></B> object may be either a root node, having child nodes -but no parent node, or an intermediate node, having both a parent node and +but no tqparent node, or an intermediate node, having both a tqparent node and child nodes. A <B><TT>DwEntity</TT></B> object that is a root node must also be a <B><TT><A HREF="message.html">DwMessage</A></TT></B> object. If a -<B><TT>DwEntity</TT></B> object is an intermediate node, its parent must +<B><TT>DwEntity</TT></B> object is an intermediate node, its tqparent must be a <B><TT>DwBody</TT></B> object. The child nodes of a <B><TT>DwEntity</TT></B> object are the <B><TT>DwHeaders</TT></B> and <B><TT>DwBody</TT></B> objects it tqcontains. @@ -80,15 +80,15 @@ DwEntity(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwEntity</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>aEntity</TT></B>. The parent of the new +of <B><TT>aEntity</TT></B>. The tqparent of the new <B><TT>DwEntity</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>DwEntity</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>DwBody</TT></B>. (const DwEntity& aEntity) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aEntity</TT></B>. The parent node of the <B><TT>DwEntity</TT></B> +<B><TT>aEntity</TT></B>. The tqparent node of the <B><TT>DwEntity</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> diff --git a/mimelib/doc/field.html b/mimelib/doc/field.html index 1a4a74b97..68d4a9ed3 100644 --- a/mimelib/doc/field.html +++ b/mimelib/doc/field.html @@ -65,16 +65,16 @@ protected: </H2> <P> <B><TT>DwField</TT></B> represents a header field as described in RFC-822. -According to RFC-822, a field tqcontains a field name and a field body. In -MIME++, a <B><TT>DwField</TT></B> tqcontains three elements: a -<B><TT><A HREF="string.html">DwString</A></TT></B> that tqcontains its field -name, a <B><TT>DwString</TT></B> that tqcontains its field body, and a +According to RFC-822, a field contains a field name and a field body. In +MIME++, a <B><TT>DwField</TT></B> contains three elements: a +<B><TT><A HREF="string.html">DwString</A></TT></B> that contains its field +name, a <B><TT>DwString</TT></B> that contains its field body, and a <B><TT><A HREF="fieldbdy.html">DwFieldBody</A></TT></B> object that tqcontains a broken-down (that is, parsed) version of its field body. <P> In the tree (broken-down) representation of message, a -<B><TT>DwField</TT></B> object is always an intermediate node, having a parent -node and a single child node. The parent node is the +<B><TT>DwField</TT></B> object is always an intermediate node, having a tqparent +node and a single child node. The tqparent node is the <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object that tqcontains it. The child node is the <B><TT>DwFieldBody</TT></B> object it tqcontains. <P> @@ -87,7 +87,7 @@ get and set the <B><TT>DwFieldBody</TT></B> object, use <P> A <B><TT>DwField</TT></B> object can be included in a list of <B><TT>DwField</TT></B> objects; usually this is the list of -<B><TT>DwField</TT></B> objects maintained by its parent +<B><TT>DwField</TT></B> objects maintained by its tqparent <B><TT>DwHeaders</TT></B> object. To get the next <B><TT>DwField</TT></B> object in a list, use the member function <B><TT>Next()</TT></B>. <H2> @@ -100,16 +100,16 @@ DwField(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwField</TT></B> object's field name and field body to the empty string, -set its parent to <B><TT>NULL</TT></B>, and sets its +set its tqparent to <B><TT>NULL</TT></B>, and sets its <B><TT>DwFieldBody</TT></B> object to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aField</TT></B>. The parent of the new <B><TT>DwField</TT></B> +of <B><TT>aField</TT></B>. The tqparent of the new <B><TT>DwField</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>DwField</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 @@ -119,7 +119,7 @@ a class derived from <B><TT>DwHeaders</TT></B>. (const DwField& aField) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aField</TT></B>. The parent node of the <B><TT>DwField</TT></B> object +<B><TT>aField</TT></B>. The tqparent node of the <B><TT>DwField</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -212,7 +212,7 @@ aField) </B></FONT> <P> This <I>advanced</I> function sets <B><TT>aField</TT></B> as the next field following this field in the list of fields contained in the headers. Since -<B><TT>DwHeaders</TT></B> tqcontains member functions for adding +<B><TT>DwHeaders</TT></B> contains member functions for adding <B><TT>DwField</TT></B> objects to its list, this function should be avoided for most applications. <P> diff --git a/mimelib/doc/fieldbdy.html b/mimelib/doc/fieldbdy.html index 47b9a6acb..1da30ab54 100644 --- a/mimelib/doc/fieldbdy.html +++ b/mimelib/doc/fieldbdy.html @@ -50,10 +50,10 @@ grammar specified by RFC-822. It is an abstract base class that defines the interface common to all structured field bodies. <P> In the tree (broken-down) representation of a message, a -<B><TT>DwFieldBody</TT></B> 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 -<B><TT><A HREF="field.html">DwField</A></TT></B> object that tqcontains it. +<B><TT>DwFieldBody</TT></B> 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 +<B><TT><A HREF="field.html">DwField</A></TT></B> object that contains it. Child nodes, if present, depend on the particular subclass of <B><TT>DwFieldBody</TT></B> that is instantiated. A <B><TT>DwAddressList</TT></B> object, for example, has @@ -80,15 +80,15 @@ DwFieldBody(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwFieldBody</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>aFieldBody</TT></B>. The parent of the new +of <B><TT>aFieldBody</TT></B>. The tqparent of the new <B><TT>DwFieldBody</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>DwFieldBody</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>. (const DwFieldBody& aFieldBody) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aFieldBody</TT></B>. The parent node of the +<B><TT>aFieldBody</TT></B>. The tqparent node of the <B><TT>DwFieldBody</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> void <A NAME="SetOffset">SetOffset</A>(int aOffset) 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> diff --git a/mimelib/doc/headers.html b/mimelib/doc/headers.html index 35519c395..97b063adb 100644 --- a/mimelib/doc/headers.html +++ b/mimelib/doc/headers.html @@ -153,9 +153,9 @@ or body part), as described in RFC-822 and RFC-2045. A the individual header fields. <P> In the tree (broken-down) representation of a message, a -<B><TT>DwHeaders</TT></B> object is an intermediate node, having both a parent -node and several child nodes. The parent node is the -<B><TT><A HREF="entity.html">DwEntity</A></TT></B> object that tqcontains it. +<B><TT>DwHeaders</TT></B> object is an intermediate node, having both a tqparent +node and several child nodes. The tqparent node is the +<B><TT><A HREF="entity.html">DwEntity</A></TT></B> object that contains it. The child nodes are the <B><TT>DwField</TT></B> objects in the list it manages. (See the man page for <B><TT><A HREF="msgcmp.html">DwMessageComponent</A></TT></B> for a discussion @@ -208,15 +208,15 @@ DwHeaders(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwHeaders</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>aHeaders</TT></B>. The parent of the new +of <B><TT>aHeaders</TT></B>. The tqparent of the new <B><TT>DwHeaders</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>DwHeaders</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 @@ -226,7 +226,7 @@ a class derived from <B><TT>DwEntity</TT></B>. (const DwHeaders& aHeaders) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aHeaders</TT></B>. The parent node of the +<B><TT>aHeaders</TT></B>. The tqparent node of the <B><TT>DwHeaders</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -416,7 +416,7 @@ function: most applications should use the </B></FONT> <P> Adds a <B><TT>DwField</TT></B> object to the list. If a header field with -the same field name already exists, it is tqreplaced by the new header field. +the same field name already exists, it is replaced by the new header field. <P> <B><TT>DwHeaders</TT></B> takes responsibility for deleting the added <B><TT>DwField</TT></B> object. @@ -430,7 +430,7 @@ to add header fields. </B></FONT> <P> Adds a <B><TT>DwField</TT></B> object to the list. If a header field with -the same field name already exists, it is <I>not</I> tqreplaced; thus, duplicate +the same field name already exists, it is <I>not</I> replaced; thus, duplicate header fields may occur when using this member function. (This is what you want for some header fields, such as the "Received" header field). <P> diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html index 72b509cdd..4a25dc4e7 100644 --- a/mimelib/doc/mailbox.html +++ b/mimelib/doc/mailbox.html @@ -53,7 +53,7 @@ protected: <P> RFC-822 defines a <I>mailbox</I> as an entity that can be the recipient of a message. A mailbox is more specific than an <I>address</I>, which may be -either a mailbox or a <I>group</I>. An RFC-822 mailbox tqcontains a full name, +either a mailbox or a <I>group</I>. An RFC-822 mailbox contains a full name, a <I>local-part</I>, an optional <I>route</I>, and a <I>domain</I>. For example, in the mailbox <P> @@ -70,8 +70,8 @@ fact that a mailbox is also an address. A <B><TT>DwMailbox</TT></B> tqcontains strings representing the full name, local-part, route, and domain of a mailbox. <P> In the tree (broken-down) representation of message, a -<B><TT>DwMailbox</TT></B> object may be only a leaf node, having a parent -but no child nodes. Its parent node must be a +<B><TT>DwMailbox</TT></B> object may be only a leaf node, having a tqparent +but no child nodes. Its tqparent node must be a <B><TT><A HREF="field.html">DwField</A></TT></B>, a <B><TT><A HREF="addrlist.html">DwAddressList</A></TT></B>, or a <B><TT><A HREF="mboxlist.html">DwMailboxList</A></TT></B> object. @@ -94,15 +94,15 @@ DwMailbox(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMailbox</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>aMailbox</TT></B>. The parent of the new +of <B><TT>aMailbox</TT></B>. The tqparent of the new <B><TT>DwMailbox</TT></B> is set to <B><TT>NULL</TT></B>. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwMailbox</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 @@ -112,7 +112,7 @@ a class derived from <B><TT>DwField</TT></B>. (const DwMailbox& aMailbox) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aMailbox</TT></B>. The parent node of the +<B><TT>aMailbox</TT></B>. The tqparent node of the <B><TT>DwMailbox</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> diff --git a/mimelib/doc/mboxlist.html b/mimelib/doc/mboxlist.html index 541eae28d..e68b41e5c 100644 --- a/mimelib/doc/mboxlist.html +++ b/mimelib/doc/mboxlist.html @@ -71,16 +71,16 @@ DwMailboxList(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMailboxList</TT></B> object's string representation to the empty -string and sets its parent to <B><TT>NULL</TT></B>. +string and sets its tqparent to <B><TT>NULL</TT></B>. <P> The second constructor is the copy constructor, which copies the string representation and all <B><TT>DwMailbox</TT></B> objects from -<B><TT>aList</TT></B>. The parent of the new +<B><TT>aList</TT></B>. The tqparent of the new <B><TT>DwMailboxList</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>DwMailboxList</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 @@ -90,7 +90,7 @@ a class derived from <B><TT>DwField</TT></B>. =</A> (const DwMailboxList& aList) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aList</TT></B>. The parent node of the +<B><TT>aList</TT></B>. The tqparent node of the <B><TT>DwMailboxList</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> diff --git a/mimelib/doc/mechansm.html b/mimelib/doc/mechansm.html index 9880b5fa2..9e5f525fb 100644 --- a/mimelib/doc/mechansm.html +++ b/mimelib/doc/mechansm.html @@ -59,15 +59,15 @@ DwMechanism(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMechanism</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 copies the string -representation from <B><TT>aCte</TT></B>. The parent of the new +representation from <B><TT>aCte</TT></B>. The tqparent of the new <B><TT>DwMechanism</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>DwMechanism</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 @@ -77,7 +77,7 @@ a class derived from <B><TT>DwField</TT></B>. (const DwMechanism& aCte) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aCte</TT></B>. The parent node of the <B><TT>DwMechanism</TT></B> +<B><TT>aCte</TT></B>. The tqparent node of the <B><TT>DwMechanism</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -96,7 +96,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>, executes the assemble method for <B><TT>DwMechanism</TT></B> objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation. It will be called automatically for -this object by the parent object's <B><TT>Assemble()</TT></B> member function +this object by the tqparent object's <B><TT>Assemble()</TT></B> member function if the is-modified flag is set. <P> This function clears the is-modified flag. diff --git a/mimelib/doc/mediatyp.html b/mimelib/doc/mediatyp.html index 83e5c127a..e603a2699 100644 --- a/mimelib/doc/mediatyp.html +++ b/mimelib/doc/mediatyp.html @@ -84,7 +84,7 @@ type model. <P> <B><TT>DwMediaType</TT></B> has member functions that allow you to set or get the type and subtype as either enumerated values or as strings. It also -tqcontains a list of +contains a list of <B><TT><A HREF="param.html">DwParameter</A></TT></B> objects that represent the parameters of the field body. You can use convenience functions to directly access the boundary parameter of a multipart media type, or to access the @@ -107,15 +107,15 @@ DwMediaType(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMediaType</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 deep copy -of <B><TT>aMediaType</TT></B>. The parent of the new +of <B><TT>aMediaType</TT></B>. The tqparent of the new <B><TT>DwMediaType</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>DwMediaType</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 @@ -125,7 +125,7 @@ a class derived from <B><TT>DwField</TT></B>. (const DwMediaType& aMediaType) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aMediaType</TT></B>. The parent node of the +<B><TT>aMediaType</TT></B>. The tqparent node of the <B><TT>DwMediaType</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> @@ -144,7 +144,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>, executes the assemble method for <B><TT>DwMediaType</TT></B> objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation from its broken-down representation. -It will be called automatically for this object by the parent object's +It will be called automatically for this object by the tqparent object's <B><TT>Assemble()</TT></B> member function if the is-modified flag is set. <P> This function clears the is-modified flag. diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index 193236f88..1a3892f74 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -40,7 +40,7 @@ protected: <P> <B><TT>DwMessage</TT></B> represents an RFC-822/MIME <I>message</I>. <P> -A <I>message</I> tqcontains both a collection of <I>header fields</I> and a +A <I>message</I> contains both a collection of <I>header fields</I> and a <I>body</I>. In the terminology of RFC-2045, the general term for the headers-body combination is <I>entity</I>. In MIME++, <B><TT>DwMessage</TT></B> is a direct subclass of @@ -50,10 +50,10 @@ both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object and a <P> In the tree (broken-down) representation of message, a <B><TT>DwMessage</TT></B> object is almost always a root node, having child -nodes but no parent node. The child nodes are the +nodes but no tqparent node. The child nodes are the <B><TT>DwHeaders</TT></B> object and the <B><TT>DwBody</TT></B> object it tqcontains. A <B><TT>DwMessage</TT></B> may sometimes be an intermediate node. -In this special case, the parent node is a <B><TT>DwBody</TT></B> object +In this special case, the tqparent node is a <B><TT>DwBody</TT></B> object of type "message/*" and the <B><TT>DwMessage</TT></B> object represents an encapsulated message. <P> @@ -72,15 +72,15 @@ DwMessage(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMessage</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>aMessage</TT></B>. The parent of the new +of <B><TT>aMessage</TT></B>. The tqparent of the new <B><TT>DwMessage</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>DwMessage</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. <P> @@ -88,7 +88,7 @@ in order to parse the string representation. (const DwMessage& aMessage) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aMessage</TT></B>. The parent node of the +<B><TT>aMessage</TT></B>. The tqparent node of the <B><TT>DwMessage</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* diff --git a/mimelib/doc/msgcmp.html b/mimelib/doc/msgcmp.html index 2469c3712..4eae39937 100644 --- a/mimelib/doc/msgcmp.html +++ b/mimelib/doc/msgcmp.html @@ -130,26 +130,26 @@ These features are the following: <B><TT>SetModified()</TT></B> which forces the is-modified flag to be set. <P> <LI> - A parent. Most message components are part of another component. A collection + A tqparent. 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 parent of a component is the component that tqcontains it. This tree structure - is important, since a component's parent must be parsed before the component + 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 can be. Also, a component's string representation must be assembled before - 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 + 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 is-modified flag. In this way, an is-modified flag set anywhere in the tree always propagates up to the root component. <P> <LI> - Children. The preceding discussion about a component's parent is relevant - to an understanding of a component's children. A component's parse method - calls the parse methods of its children after it has executed its own parse - method (and, in some cases, created all of its children). Also, a component - typically calls the assemble method of its children before it executes its + Children. The preceding discussion about a component's tqparent 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 + typically calls the assemble method of its tqchildren before it executes its own. A component's child may request that the component set its is-modified - flag. <B><TT>DwMessageComponent</TT></B> does not deal directly with children. - Derived classes bear all the responsibility for handling their children. + flag. <B><TT>DwMessageComponent</TT></B> does not deal directly with tqchildren. + Derived classes bear all the responsibility for handling their tqchildren. </UL> <H2> <FONT COLOR="navy"> Public Member Functions </FONT> @@ -163,18 +163,18 @@ DwMessageComponent(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwMessageComponent</TT></B> object's string representation to the -empty string and sets its parent to NULL. +empty string and sets its tqparent to NULL. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aCmp</TT></B>. The parent of the new +of <B><TT>aCmp</TT></B>. The tqparent of the new <B><TT>DwMessageComponent</TT></B> object is set to NULL. <P> The third constructor copies <B><TT>aStr</TT></B> to the new <B><TT>DwMessageComponent</TT></B> object's string representation and sets -<B><TT>aParent</TT></B> as its parent. In typical cases, the virtual member +<B><TT>aParent</TT></B> as its tqparent. In typical cases, the virtual member function <B><TT>Parse()</TT></B> should be called immediately after this constructor to parse the new <B><TT>DwMessageComponent</TT></B> object and -all of its children into their broken-down representations. +all of its tqchildren into their broken-down representations. <P> <FONT COLOR="teal"><B> const DwMessageComponent& <A NAME="op_eq">operator =</A> (const DwMessageComponent& aCmp) </B></FONT> @@ -189,11 +189,11 @@ A pure virtual function which provides an interface to the parse method. The parse method, implemented in derived classes, is responsible for extracting the broken-down representation from the string representation. In some derived classes, such as <B><TT>DwHeaders</TT></B>, the parse method is also responsible -for creating the children of the object. (In the case of -<B><TT>DwHeaders</TT></B>, the children created are the +for creating the tqchildren of the object. (In the case of +<B><TT>DwHeaders</TT></B>, the tqchildren created are the <B><TT>DwField</TT></B> objects that represent the <I>field</I>s contained in the <I>headers</I>.) The <B><TT>Parse()</TT></B> function always calls -the <B><TT>Parse()</TT></B> function of all of its children. +the <B><TT>Parse()</TT></B> function of all of its tqchildren. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Assemble">Assemble</A>() = 0 </B></FONT> @@ -203,11 +203,11 @@ The assemble method, implemented in derived classes, is responsible for creating the string representation from the broken-down representation. In other words, the assemble method is the opposite of the parse method. Before assembling its string representation, the assemble method calls the assemble method -of each of its children. In this way, the entire tree structure that represents +of each of its tqchildren. In this way, the entire tree structure that represents a message may be traversed. If the is-modifed flag for a <B><TT>DwMessageComponent</TT></B> is cleared, the <B><TT>Assemble()</TT></B> function will return immediately without calling -the <B><TT>Assemble()</TT></B> function of any of its children. +the <B><TT>Assemble()</TT></B> function of any of its tqchildren. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* <A NAME="Clone">Clone</A>() const = 0 </B></FONT> @@ -224,7 +224,7 @@ Sets the object's string representation. <B><TT>aCstr</TT></B> must be NUL-terminated. This member function does not invoke the parse method. Typically, the virtual member function <B><TT>Parse()</TT></B> should be called immediately after this member function to parse the -<B><TT>DwMessageComponent</TT></B> object and all of its children into their +<B><TT>DwMessageComponent</TT></B> object and all of its tqchildren into their broken-down representations. See also <B><TT>DwMessageComponent::Parse()</TT></B> <P> @@ -241,14 +241,14 @@ string representation are consistent. See also <FONT COLOR="teal"><B> DwMessageComponent* <A NAME="Parent">Parent</A>() </B></FONT> <P> -Returns the <B><TT>DwMessageComponent</TT></B> object that is the parent +Returns the <B><TT>DwMessageComponent</TT></B> object that is the tqparent of this object. <P> <FONT COLOR="teal"><B> void <A NAME="SetParent">SetParent</A>(DwMessageComponent* aParent) </B></FONT> <P> Sets <B><TT>aParent</TT></B> as the <B><TT>DwMessageComponent</TT></B> object's -parent. +tqparent. <P> <FONT COLOR="teal"><B> DwBool <A NAME="IsModified">IsModified</A>() const </B></FONT> @@ -260,7 +260,7 @@ Returns 1 if the is-modified flag is set for this </B></FONT> <P> Sets the is-modified (dirty) flag for this -<B><TT>DwMessageComponent</TT></B> object and notifies the object's parent +<B><TT>DwMessageComponent</TT></B> object and notifies the object's tqparent to also set its is-modified flag. <P> <FONT COLOR="teal"><B> int <A NAME="ClassId">ClassId</A>() const </B></FONT> diff --git a/mimelib/doc/msgid.html b/mimelib/doc/msgid.html index da64d38a9..0f5b7c365 100644 --- a/mimelib/doc/msgid.html +++ b/mimelib/doc/msgid.html @@ -49,12 +49,12 @@ protected: <P> <B><TT>DwMsgId</TT></B> represents a <I>msg-id</I> as described in RFC-822. In the BNF grammar in RFC-822, a msg-id has a <I>local-part</I> and a -<I>domain</I>. In MIME++, a <B><TT>DwMsgId</TT></B> tqcontains strings that +<I>domain</I>. In MIME++, a <B><TT>DwMsgId</TT></B> contains strings that contain the local-part and the domain. <P> In the tree (broken-down) representation of message, a -<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a parent but -no child nodes. Its parent node must be a +<B><TT>DwMsgId</TT></B> object may only be a leaf node, having a tqparent but +no child nodes. Its tqparent node must be a <A HREF="field.html"><B><TT>DwField</TT></B> </A>object. <P> <B><TT>DwMsgId</TT></B> has member functions for getting or setting its @@ -71,15 +71,15 @@ DwMsgId(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwMsgId</TT></B> object's string representation to the empty string -and sets its parent to NULL. +and sets its tqparent to NULL. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aMsgId</TT></B>. The parent of the new <B><TT>DwMsgId</TT></B> +of <B><TT>aMsgId</TT></B>. The tqparent of the new <B><TT>DwMsgId</TT></B> object is set to NULL. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwMsgId</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 NULL, <B><TT>aParent</TT></B> should point to an object of a class derived from @@ -89,7 +89,7 @@ in order to parse the string representation. Unless it is NULL, (const DwMsgId& aMsgId) </B></FONT> <P> This is the assignment operator, which performs a deep copy of -<B><TT>aMsgId</TT></B>. The parent node of the <B><TT>DwMsgId</TT></B> object +<B><TT>aMsgId</TT></B>. The tqparent node of the <B><TT>DwMsgId</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual void <A NAME="Parse">Parse</A>() </B></FONT> diff --git a/mimelib/doc/nntp.html b/mimelib/doc/nntp.html index 75b8b71fb..b8cf80307 100644 --- a/mimelib/doc/nntp.html +++ b/mimelib/doc/nntp.html @@ -354,7 +354,7 @@ returns zero. <P> <FONT COLOR="teal"><B> int <A NAME="Quit">Quit</A>() </B></FONT> <P> -Sends the NNTP QUIT command and returns the reply code received from the +Sends the NNTP TQUIT command and returns the reply code received from the server. If no response is received, perhaps because of an error, the function returns zero. <P> diff --git a/mimelib/doc/param.html b/mimelib/doc/param.html index 786f65bc5..3ca10ee8f 100644 --- a/mimelib/doc/param.html +++ b/mimelib/doc/param.html @@ -69,15 +69,15 @@ DwParameter(const DwString& aStr, DwMessageComponent* aParent=0) <P> The first constructor is the default constructor, which sets the <B><TT>DwParameter</TT></B> object's string representation to the empty string -and sets its parent to NULL. +and sets its tqparent to NULL. <P> The second constructor is the copy constructor, which copies the string -representation, attribute, and value from <B><TT>aParam</TT></B>. The parent +representation, attribute, and value from <B><TT>aParam</TT></B>. The tqparent of the new <B><TT>DwParameter</TT></B> object is set to NULL. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwParameter</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 NULL, <B><TT>aParent</TT></B> should point to an object of a class derived from @@ -102,7 +102,7 @@ This virtual function, inherited from <B><TT>DwMessageComponent</TT></B>, executes the assemble method for <B><TT>DwParameter</TT></B> objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation from its broken-down representation. -It will be called automatically for this object by the parent object's +It will be called automatically for this object by the tqparent object's <B><TT>Assemble()</TT></B> member function if the is-modified flag is set. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* diff --git a/mimelib/doc/pop.html b/mimelib/doc/pop.html index 5bb4ed67c..f3cbc1cf3 100644 --- a/mimelib/doc/pop.html +++ b/mimelib/doc/pop.html @@ -224,7 +224,7 @@ If no response is received, the function returns zero. <P> <FONT COLOR="teal"><B> int <A NAME="Quit">Quit</A>() </B></FONT> <P> -Sends the QUIT command and returns the status code received from the server. +Sends the TQUIT command and returns the status code received from the server. If no response is received, the function returns zero. <P> <FONT COLOR="teal"><B> int <A NAME="Stat">Stat</A>() </B></FONT> diff --git a/mimelib/doc/string.html b/mimelib/doc/string.html index 7c2f4f237..fe16aed4d 100644 --- a/mimelib/doc/string.html +++ b/mimelib/doc/string.html @@ -70,14 +70,14 @@ public: void <A HREF="string.html#swap">swap</A>(DwString& aStr); const char* <A HREF="string.html#c_str">c_str</A>() const; const char* <A HREF="string.html#data">data</A>() const; - size_t <A HREF="string.html#find">find</A>(const DwString& aStr, size_t aPos=0) const; - size_t <A HREF="string.html#find">find</A>(const char* aBuf, size_t aPos, size_t aLen) const; - size_t <A HREF="string.html#find">find</A>(const char* aCstr, size_t aPos=0) const; - size_t <A HREF="string.html#find">find</A>(char aChar, size_t aPos=0) const; - size_t <A HREF="string.html#rfind">rfind</A>(const DwString& aStr, size_t aPos=npos) const; - size_t <A HREF="string.html#rfind">rfind</A>(const char* aBuf, size_t aPos, size_t aLen) const; - size_t <A HREF="string.html#rfind">rfind</A>(const char* aCstr, size_t aPos=npos) const; - size_t <A HREF="string.html#rfind">rfind</A>(char aChar, size_t aPos=npos) const; + size_t <A HREF="string.html#tqfind">tqfind</A>(const DwString& aStr, size_t aPos=0) const; + size_t <A HREF="string.html#tqfind">tqfind</A>(const char* aBuf, size_t aPos, size_t aLen) const; + size_t <A HREF="string.html#tqfind">tqfind</A>(const char* aCstr, size_t aPos=0) const; + size_t <A HREF="string.html#tqfind">tqfind</A>(char aChar, size_t aPos=0) const; + size_t <A HREF="string.html#rtqfind">rtqfind</A>(const DwString& aStr, size_t aPos=npos) const; + size_t <A HREF="string.html#rtqfind">rtqfind</A>(const char* aBuf, size_t aPos, size_t aLen) const; + size_t <A HREF="string.html#rtqfind">rtqfind</A>(const char* aCstr, size_t aPos=npos) const; + size_t <A HREF="string.html#rtqfind">rtqfind</A>(char aChar, size_t aPos=npos) const; size_t <A HREF="string.html#find_first_of">find_first_of</A>(const DwString& aStr, size_t aPos=0) const; size_t <A HREF="string.html#find_first_of">find_first_of</A>(const char* aBuf, size_t aPos, size_t aLen) const; size_t <A HREF="string.html#find_first_of">find_first_of</A>(const char* aCstr, size_t aPos=0) const; @@ -441,11 +441,11 @@ The characters in the returned string should not be modified, and should be considered invalid after any call to a non-const member function or another call to <B><TT>c_str()</TT></B>. <P> -<FONT COLOR="teal"><B> size_t <A NAME="find">find</A>(const DwString& +<FONT COLOR="teal"><B> size_t <A NAME="tqfind">tqfind</A>(const DwString& aStr, size_t aPos=0) const <BR> -size_t find(const char* aBuf, size_t aPos, size_t aLen) const <BR> -size_t find(const char* aCstr, size_t aPos=0) const <BR> -size_t find(char aChar, size_t aPos=0) const </B></FONT> +size_t tqfind(const char* aBuf, size_t aPos, size_t aLen) const <BR> +size_t tqfind(const char* aCstr, size_t aPos=0) const <BR> +size_t tqfind(char aChar, size_t aPos=0) const </B></FONT> <P> Performs a forward search for a sequence of characters in the <B><TT>DwString</TT></B> object. The return value is the position of the @@ -466,11 +466,11 @@ the sequence of characters in the NUL-terminated string The fourth version searches beginning at position <B><TT>aPos</TT></B> for the character <B><TT>aChar</TT></B>. <P> -<FONT COLOR="teal"><B> size_t <A NAME="rfind">rfind</A>(const DwString& +<FONT COLOR="teal"><B> size_t <A NAME="rtqfind">rtqfind</A>(const DwString& aStr, size_t aPos=npos) const <BR> -size_t rfind(const char* aBuf, size_t aPos, size_t aLen) const <BR> -size_t rfind(const char* aCstr, size_t aPos=npos) const <BR> -size_t rfind(char aChar, size_t aPos=npos) const </B></FONT> +size_t rtqfind(const char* aBuf, size_t aPos, size_t aLen) const <BR> +size_t rtqfind(const char* aCstr, size_t aPos=npos) const <BR> +size_t rtqfind(char aChar, size_t aPos=npos) const </B></FONT> <P> Performs a reverse search for a sequence of characters in the <B><TT>DwString</TT></B> object. The return value is the position of the @@ -579,7 +579,7 @@ The third version searches for any character not in the NUL-terminated string <FONT COLOR="teal"><B> DwString <A NAME="substr">substr</A>(size_t aPos=0, size_t aLen=npos) const </B></FONT> <P> -Returns a string that tqcontains at most <B><TT>aLen</TT></B> characters from +Returns a string that contains at most <B><TT>aLen</TT></B> characters from the <B><TT>DwString</TT></B> object beginning at position <B><TT>aPos</TT></B>. The returned substring will not contain more characters than what are available in the superstring <B><TT>DwString</TT></B> object. diff --git a/mimelib/doc/text.html b/mimelib/doc/text.html index 3fc637cac..4a32ce305 100644 --- a/mimelib/doc/text.html +++ b/mimelib/doc/text.html @@ -53,15 +53,15 @@ DwText(const DwString& aStr, DwMessageComponent* aParent=0) </B></FONT> <P> The first constructor is the default constructor, which sets the <B><TT>DwText</TT></B> object's string representation to the empty string -and sets its parent to NULL. +and sets its tqparent to NULL. <P> The second constructor is the copy constructor, which copies the string -representation from <B><TT>aText</TT></B>. The parent of the new +representation from <B><TT>aText</TT></B>. The tqparent of the new <B><TT>DwText</TT></B> object is set to NULL. <P> The third constructor copies <B><TT>aStr</TT></B> to the <B><TT>DwText</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 NULL, <B><TT>aParent</TT></B> should point to an object of a class derived from |