diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/qvaluelist.doc | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/qvaluelist.doc')
-rw-r--r-- | doc/qvaluelist.doc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/qvaluelist.doc b/doc/qvaluelist.doc index 6a8a70e83..287513be4 100644 --- a/doc/qvaluelist.doc +++ b/doc/qvaluelist.doc @@ -42,7 +42,7 @@ *****************************************************************************/ /*! - \class QValueList qvaluelist.h + \class QValueList ntqvaluelist.h \brief The QValueList class is a value-based template class that provides lists. @@ -55,7 +55,7 @@ QValueList is a Qt implementation of an STL-like list container. It can be used in your application if the standard \c list is not available for your target platform(s). QValueList is part of the - \link qtl.html Qt Template Library\endlink. + \link ntqtl.html Qt Template Library\endlink. QValueList\<T\> defines a template instance to create a list of values that all have the class T. Note that QValueList does not @@ -154,7 +154,7 @@ returned by end(). Another way to find an item in the list is by using the \link - qtl.html#qFind qFind()\endlink algorithm. For example: + ntqtl.html#qFind qFind()\endlink algorithm. For example: \code QValueList<int> list; @@ -216,7 +216,7 @@ specific item from the list. The remove() function will find and remove items according to a specific item value. - Lists can also be sorted using the \link qtl.html Qt Template + Lists can also be sorted using the \link ntqtl.html Qt Template Library\endlink. For example with qHeapSort(): Example: @@ -835,7 +835,7 @@ *****************************************************************************/ /*! - \class QValueListIterator qvaluelist.h + \class QValueListIterator ntqvaluelist.h \brief The QValueListIterator class provides an iterator for QValueList. \ingroup qtl @@ -876,7 +876,7 @@ they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to - generic algorithms in the STL or the \link qtl.html QTL\endlink. + generic algorithms in the STL or the \link ntqtl.html QTL\endlink. Using an invalid iterator is undefined (your application will probably crash). Many Qt functions return const value lists; to @@ -1025,7 +1025,7 @@ *****************************************************************************/ /*! - \class QValueListConstIterator qvaluelist.h + \class QValueListConstIterator ntqvaluelist.h \brief The QValueListConstIterator class provides a const iterator for QValueList. |