summaryrefslogtreecommitdiffstats
path: root/doc/html/qmetaproperty.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmetaproperty.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmetaproperty.html')
-rw-r--r--doc/html/qmetaproperty.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/qmetaproperty.html b/doc/html/qmetaproperty.html
index 8cdf4a9db..33b2ea28a 100644
--- a/doc/html/qmetaproperty.html
+++ b/doc/html/qmetaproperty.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQMetaProperty class stores meta data about a property.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qmetaobject-h.html">qmetaobject.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qmetaobject-h.html">ntqmetaobject.h</a>&gt;</tt>
<p><a href="qmetaproperty-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -64,22 +64,22 @@ further information about a property's type. The conversion
functions <a href="#keyToValue">keyToValue</a>(), <a href="#valueToKey">valueToKey</a>(), <a href="#keysToValue">keysToValue</a>() and
<a href="#valueToKeys">valueToKeys</a>() allow conversion between the integer representation
of an enumeration or set value and its literal representation.
-<p> Actual property values are set and received through <a href="qobject.html">TQObject</a>'s set
-and get functions. See <a href="qobject.html#setProperty">TQObject::setProperty</a>() and
-<a href="qobject.html#property">TQObject::property</a>() for details.
+<p> Actual property values are set and received through <a href="ntqobject.html">TQObject</a>'s set
+and get functions. See <a href="ntqobject.html#setProperty">TQObject::setProperty</a>() and
+<a href="ntqobject.html#property">TQObject::property</a>() for details.
<p> You receive meta property data through an object's <a href="metaobjects.html#meta-object">meta object</a>.
-See <a href="qmetaobject.html#property">TQMetaObject::property</a>() and <a href="qmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() for
+See <a href="ntqmetaobject.html#property">TQMetaObject::property</a>() and <a href="ntqmetaobject.html#propertyNames">TQMetaObject::propertyNames</a>() for
details.
<p>See also <a href="objectmodel.html">Object Model</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3> Returns TRUE if the property is designable for object <em>o</em>;
otherwise returns FALSE.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
-<h3 class=fn><a href="qstrlist.html">TQStrList</a> <a name="enumKeys"></a>TQMetaProperty::enumKeys () const
+<h3 class=fn><a href="ntqstrlist.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&nbsp;<a href="qstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;keys ) const
+<h3 class=fn>int <a name="keysToValue"></a>TQMetaProperty::keysToValue ( const&nbsp;<a href="ntqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;keys ) const
</h3>
Converts the list of keys <em>keys</em> to their combined (OR-ed)
integer value.
@@ -118,21 +118,21 @@ integer value.
<p> Returns the name of the property.
-<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;o ) const
+<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o ) const
</h3>
Tries to reset the property for object <em>o</em> with a reset method.
On success, returns TRUE; otherwise returns FALSE.
<p> Reset methods are optional, usually only a few properties support
them.
-<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
Returns TRUE if the property is scriptable for object <em>o</em>;
otherwise returns FALSE.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
-<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="qobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
+<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
Returns TRUE if the property shall be stored for object <em>o</em>;
otherwise returns FALSE.
@@ -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="qstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int&nbsp;value ) const
+<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="valueToKeys"></a>TQMetaProperty::valueToKeys ( int&nbsp;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>().