diff options
Diffstat (limited to 'doc/html/tqtranslatormessage.html')
-rw-r--r-- | doc/html/tqtranslatormessage.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/tqtranslatormessage.html b/doc/html/tqtranslatormessage.html index 103ede788..315cfe7fd 100644 --- a/doc/html/tqtranslatormessage.html +++ b/doc/html/tqtranslatormessage.html @@ -49,7 +49,7 @@ properties. <li class=fn>void <a href="#setTranslation"><b>setTranslation</b></a> ( const TQString & translation )</li> <li class=fn>TQString <a href="#translation"><b>translation</b></a> () const</li> <li class=fn>enum <a href="#Prefix-enum"><b>Prefix</b></a> { NoPrefix, Hash, HashContext, HashContextSourceText, HashContextSourceTextComment }</li> -<li class=fn>void <a href="#write"><b>write</b></a> ( TQDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const</li> +<li class=fn>void <a href="#write"><b>write</b></a> ( TQDataStream & stream, bool strip = false, Prefix prefix = HashContextSourceTextComment ) const</li> <li class=fn>Prefix <a href="#commonPrefix"><b>commonPrefix</b></a> ( const TQTranslatorMessage & m ) const</li> <li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const TQTranslatorMessage & m ) const</li> <li class=fn>bool <a href="#operator!-eq"><b>operator!=</b></a> ( const TQTranslatorMessage & m ) const</li> @@ -146,21 +146,21 @@ in future versions of TQt. <h3 class=fn>bool <a name="operator!-eq"></a>TQTranslatorMessage::operator!= ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -<p> Returns TRUE if the extended key of this object is different from -that of <em>m</em>; otherwise returns FALSE. +<p> Returns true if the extended key of this object is different from +that of <em>m</em>; otherwise returns false. <h3 class=fn>bool <a name="operator-lt"></a>TQTranslatorMessage::operator< ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -Returns TRUE if the extended key of this object is +Returns true if the extended key of this object is lexicographically before than that of <em>m</em>; otherwise returns -FALSE. +false. <h3 class=fn>bool <a name="operator-lt-eq"></a>TQTranslatorMessage::operator<= ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -<p> Returns TRUE if the extended key of this object is +<p> Returns true if the extended key of this object is lexicographically before that of <em>m</em> or if they are equal; -otherwise returns FALSE. +otherwise returns false. <h3 class=fn><a href="tqtranslatormessage.html">TQTranslatorMessage</a> & <a name="operator-eq"></a>TQTranslatorMessage::operator= ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) </h3> @@ -169,21 +169,21 @@ reference to this translator message. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQTranslatorMessage::operator== ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -Returns TRUE if the extended key of this object is equal to that of -<em>m</em>; otherwise returns FALSE. +Returns true if the extended key of this object is equal to that of +<em>m</em>; otherwise returns false. <h3 class=fn>bool <a name="operator-gt"></a>TQTranslatorMessage::operator> ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -<p> Returns TRUE if the extended key of this object is -lexicographically after that of <em>m</em>; otherwise returns FALSE. +<p> Returns true if the extended key of this object is +lexicographically after that of <em>m</em>; otherwise returns false. <h3 class=fn>bool <a name="operator-gt-eq"></a>TQTranslatorMessage::operator>= ( const <a href="tqtranslatormessage.html">TQTranslatorMessage</a> & m ) const </h3> -<p> Returns TRUE if the extended key of this object is +<p> Returns true if the extended key of this object is lexicographically after that of <em>m</em> or if they are equal; -otherwise returns FALSE. +otherwise returns false. <h3 class=fn>void <a name="setTranslation"></a>TQTranslatorMessage::setTranslation ( const <a href="tqstring.html">TQString</a> & translation ) </h3> @@ -204,11 +204,11 @@ otherwise returns FALSE. <p> Returns the translation of the source text (e.g., "&Sauvegarder"). <p> <p>See also <a href="#setTranslation">setTranslation</a>(). -<h3 class=fn>void <a name="write"></a>TQTranslatorMessage::write ( <a href="tqdatastream.html">TQDataStream</a> & stream, bool strip = FALSE, <a href="tqtranslatormessage.html#Prefix-enum">Prefix</a> prefix = HashContextSourceTextComment ) const +<h3 class=fn>void <a name="write"></a>TQTranslatorMessage::write ( <a href="tqdatastream.html">TQDataStream</a> & stream, bool strip = false, <a href="tqtranslatormessage.html#Prefix-enum">Prefix</a> prefix = HashContextSourceTextComment ) const </h3> Writes this translator message to the <em>stream</em>. If <em>strip</em> is -FALSE (the default), all the information in the message is -written. If <em>strip</em> is TRUE, only the part of the extended key +false (the default), all the information in the message is +written. If <em>strip</em> is true, only the part of the extended key specified by <em>prefix</em> is written with the translation (<a href="#Prefix-enum">HashContextSourceTextComment</a> by default). <p> <p>See also <a href="#commonPrefix">commonPrefix</a>(). |