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 | 14 | ||||
-rw-r--r-- | mimelib/doc/bodypart.html | 8 | ||||
-rw-r--r-- | mimelib/doc/datetime.html | 6 | ||||
-rw-r--r-- | mimelib/doc/disptype.html | 10 | ||||
-rw-r--r-- | mimelib/doc/entity.html | 12 | ||||
-rw-r--r-- | mimelib/doc/field.html | 14 | ||||
-rw-r--r-- | mimelib/doc/fieldbdy.html | 14 | ||||
-rw-r--r-- | mimelib/doc/group.html | 10 | ||||
-rw-r--r-- | mimelib/doc/headers.html | 12 | ||||
-rw-r--r-- | mimelib/doc/mailbox.html | 12 | ||||
-rw-r--r-- | mimelib/doc/mboxlist.html | 8 | ||||
-rw-r--r-- | mimelib/doc/mechansm.html | 10 | ||||
-rw-r--r-- | mimelib/doc/mediatyp.html | 10 | ||||
-rw-r--r-- | mimelib/doc/message.html | 12 | ||||
-rw-r--r-- | mimelib/doc/msgcmp.html | 24 | ||||
-rw-r--r-- | mimelib/doc/msgid.html | 12 | ||||
-rw-r--r-- | mimelib/doc/param.html | 8 | ||||
-rw-r--r-- | mimelib/doc/text.html | 6 |
20 files changed, 109 insertions, 109 deletions
diff --git a/mimelib/doc/address.html b/mimelib/doc/address.html index f7eb71faf..c85046aa7 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent +representation and all attributes from <B><TT>aAddress</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwAddress</TT></B> object +<B><TT>aAddr</TT></B>. The parent 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 20a588d10..d3a563eef 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 tqparent to <B><TT>NULL</TT></B>. +string and sets its parent 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 tqparent of the new +<B><TT>aList</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aList</TT></B>. The parent 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 fb6c42c00..1526751a4 100644 --- a/mimelib/doc/body.html +++ b/mimelib/doc/body.html @@ -85,8 +85,8 @@ header field from the <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 -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 +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 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 @@ -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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new <B><TT>DwBody</TT></B> object +of <B><TT>aBody</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwBody</TT></B> object +<B><TT>aBody</TT></B>. The parent 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 tqparent node -- that is, +Note: If the <B><TT>DwBody</TT></B> object has no parent 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> diff --git a/mimelib/doc/bodypart.html b/mimelib/doc/bodypart.html index 93f281b5d..6a3a29b6e 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aPart</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwBodyPart</TT></B> +<B><TT>aPart</TT></B>. The parent node of the <B><TT>DwBodyPart</TT></B> object is not changed. <P> <FONT COLOR="teal"><B> virtual DwMessageComponent* diff --git a/mimelib/doc/datetime.html b/mimelib/doc/datetime.html index 8461b260e..0516d9292 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 tqparent of the new +The second constructor is the copy constructor. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent object's +will be called automatically for this object by the parent 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 9d6c71a52..c64b1dc13 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 tqparent to <B><TT>NULL</TT></B>. +string and sets its parent 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 tqparent of the new +of <B><TT>aDispType</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aDispType</TT></B>. The parent 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 tqparent object's +It will be called automatically for this object by the parent 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 64a1cdbff..08cf8b753 100644 --- a/mimelib/doc/entity.html +++ b/mimelib/doc/entity.html @@ -52,10 +52,10 @@ 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 tqparent node, or an intermediate node, having both a tqparent node and +but no parent node, or an intermediate node, having both a parent 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 tqparent must +<B><TT>DwEntity</TT></B> object is an intermediate node, its parent 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 contains. @@ -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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aEntity</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwEntity</TT></B> +<B><TT>aEntity</TT></B>. The parent 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 c744877c4..19736f271 100644 --- a/mimelib/doc/field.html +++ b/mimelib/doc/field.html @@ -73,8 +73,8 @@ name, a <B><TT>DwString</TT></B> that contains its field body, and a 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 tqparent -node and a single child node. The tqparent node is the +<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><A HREF="headers.html">DwHeaders</A></TT></B> object that contains it. The child node is the <B><TT>DwFieldBody</TT></B> object it contains. <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 tqparent +<B><TT>DwField</TT></B> objects maintained by its parent <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 tqparent to <B><TT>NULL</TT></B>, and sets its +set its parent 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 tqparent of the new <B><TT>DwField</TT></B> +of <B><TT>aField</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwField</TT></B> object +<B><TT>aField</TT></B>. The parent 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> diff --git a/mimelib/doc/fieldbdy.html b/mimelib/doc/fieldbdy.html index 1da30ab54..856fd5330 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. <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 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>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 contains it. Child nodes, if present, depend on the particular subclass of <B><TT>DwFieldBody</TT></B> that is instantiated. A @@ -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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aFieldBody</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aFieldBody</TT></B>. The parent 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 27c8397eb..1d374d874 100644 --- a/mimelib/doc/group.html +++ b/mimelib/doc/group.html @@ -59,7 +59,7 @@ 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 tqparent and a single child node. Its tqparent node must be a +a parent and a single child node. Its parent 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new <B><TT>DwGroup</TT></B> +of <B><TT>aGroup</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwGroup</TT></B> object +<B><TT>aGroup</TT></B>. The parent 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 939b340ee..8bf94ad98 100644 --- a/mimelib/doc/headers.html +++ b/mimelib/doc/headers.html @@ -153,8 +153,8 @@ 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 tqparent -node and several child nodes. The tqparent node is the +<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 contains it. The child nodes are the <B><TT>DwField</TT></B> objects in the list it manages. (See the man page for @@ -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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aHeaders</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aHeaders</TT></B>. The parent 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> diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html index 385bd8a23..492070ccb 100644 --- a/mimelib/doc/mailbox.html +++ b/mimelib/doc/mailbox.html @@ -70,8 +70,8 @@ fact that a mailbox is also an address. A <B><TT>DwMailbox</TT></B> contains 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 tqparent -but no child nodes. Its tqparent node must be 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><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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aMailbox</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aMailbox</TT></B>. The parent 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 2bbe8d95e..2bae2b4e3 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 tqparent to <B><TT>NULL</TT></B>. +string and sets its parent 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 tqparent of the new +<B><TT>aList</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aList</TT></B>. The parent 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 9e5f525fb..9880b5fa2 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +representation from <B><TT>aCte</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwMechanism</TT></B> +<B><TT>aCte</TT></B>. The parent 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 tqparent object's <B><TT>Assemble()</TT></B> member function +this object by the parent 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 e603a2699..01696084b 100644 --- a/mimelib/doc/mediatyp.html +++ b/mimelib/doc/mediatyp.html @@ -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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aMediaType</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aMediaType</TT></B>. The parent 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 tqparent object's +It will be called automatically for this object by the parent 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 bb3fcf220..d08d5af4e 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -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 tqparent node. The child nodes are the +nodes but no parent node. The child nodes are the <B><TT>DwHeaders</TT></B> object and the <B><TT>DwBody</TT></B> object it contains. A <B><TT>DwMessage</TT></B> may sometimes be an intermediate node. -In this special case, the tqparent node is a <B><TT>DwBody</TT></B> object +In this special case, the parent 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 tqparent to <B><TT>NULL</TT></B>. +and sets its parent 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 tqparent of the new +of <B><TT>aMessage</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the +<B><TT>aMessage</TT></B>. The parent 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 4eae39937..2e8a3da77 100644 --- a/mimelib/doc/msgcmp.html +++ b/mimelib/doc/msgcmp.html @@ -130,19 +130,19 @@ These features are the following: <B><TT>SetModified()</TT></B> which forces the is-modified flag to be set. <P> <LI> - 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. <P> <LI> - 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) <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 tqparent to NULL. +empty string and sets its parent to NULL. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aCmp</TT></B>. The tqparent of the new +of <B><TT>aCmp</TT></B>. The parent 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 tqparent. In typical cases, the virtual member +<B><TT>aParent</TT></B> as its parent. 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 tqchildren into their broken-down representations. @@ -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 tqparent +Returns the <B><TT>DwMessageComponent</TT></B> object that is the parent 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 -tqparent. +parent. <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 tqparent +<B><TT>DwMessageComponent</TT></B> object and notifies the object's parent 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 0f5b7c365..69d10ef59 100644 --- a/mimelib/doc/msgid.html +++ b/mimelib/doc/msgid.html @@ -53,8 +53,8 @@ In the BNF grammar in RFC-822, a msg-id has a <I>local-part</I> and a 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 tqparent but -no child nodes. Its tqparent node must be 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 <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 tqparent to NULL. +and sets its parent to NULL. <P> The second constructor is the copy constructor, which performs a deep copy -of <B><TT>aMsgId</TT></B>. The tqparent of the new <B><TT>DwMsgId</TT></B> +of <B><TT>aMsgId</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent node of the <B><TT>DwMsgId</TT></B> object +<B><TT>aMsgId</TT></B>. The parent 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/param.html b/mimelib/doc/param.html index 3ca10ee8f..786f65bc5 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 tqparent to NULL. +and sets its parent 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 tqparent +representation, attribute, and value from <B><TT>aParam</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 tqparent object's +It will be called automatically for this object by the parent 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/text.html b/mimelib/doc/text.html index 4a32ce305..3fc637cac 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 tqparent to NULL. +and sets its parent to NULL. <P> The second constructor is the copy constructor, which copies the string -representation from <B><TT>aText</TT></B>. The tqparent of the new +representation from <B><TT>aText</TT></B>. The parent 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 tqparent. The virtual member function +<B><TT>aParent</TT></B> as its parent. 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 |