diff options
Diffstat (limited to 'mimelib/doc/param.html')
-rw-r--r-- | mimelib/doc/param.html | 8 |
1 files changed, 4 insertions, 4 deletions
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* |