diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qmetaproperty.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmetaproperty.html')
-rw-r--r-- | doc/html/qmetaproperty.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qmetaproperty.html b/doc/html/qmetaproperty.html index 9f875554b..284b16dd7 100644 --- a/doc/html/qmetaproperty.html +++ b/doc/html/qmetaproperty.html @@ -79,7 +79,7 @@ otherwise returns FALSE. <p> If no object <em>o</em> is given, the function returns a static approximation. -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="enumKeys"></a>TQMetaProperty::enumKeys () const +<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="enumKeys"></a>TQMetaProperty::enumKeys () const </h3> Returns the possible enumeration keys if this property is an enumeration type (or a set type). @@ -107,7 +107,7 @@ Converts the enumeration key <em>key</em> to its integer value. <p> For set types, use <a href="#keysToValue">keysToValue</a>(). <p> <p>See also <a href="#valueToKey">valueToKey</a>(), <a href="#isSetType">isSetType</a>(), and <a href="#keysToValue">keysToValue</a>(). -<h3 class=fn>int <a name="keysToValue"></a>TQMetaProperty::keysToValue ( const <a href="ntqstrlist.html">TQStrList</a> & keys ) const +<h3 class=fn>int <a name="keysToValue"></a>TQMetaProperty::keysToValue ( const <a href="tqstrlist.html">TQStrList</a> & keys ) const </h3> Converts the list of keys <em>keys</em> to their combined (OR-ed) integer value. @@ -150,7 +150,7 @@ Converts the enumeration value <em>value</em> to its literal key. <p> For set types, use <a href="#valueToKeys">valueToKeys</a>(). <p> <p>See also <a href="#isSetType">isSetType</a>() and <a href="#valueToKeys">valueToKeys</a>(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int value ) const +<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int value ) const </h3> Converts the set value <em>value</em> to a list of keys. <p> <p>See also <a href="#isSetType">isSetType</a>() and <a href="#valueToKey">valueToKey</a>(). |