From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/tools.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 doc/html/tools.html (limited to 'doc/html/tools.html') diff --git a/doc/html/tools.html b/doc/html/tools.html new file mode 100644 index 000000000..117ccefa7 --- /dev/null +++ b/doc/html/tools.html @@ -0,0 +1,93 @@ + + + + + +Non-GUI Classes + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Non-GUI Classes

+ + +

The non-GUI classes are general-purpose collection and string classes +that may be used independently of the GUI classes. +

In particular, these classes do not depend on TQApplication at all, +and so can be used in non-GUI programs. +

See also the introduction to the TQt collection +classes. +

+

+
TQAsciiCacheTemplate class that provides a cache based on char* keys +
TQAsciiCacheIteratorIterator for TQAsciiCache collections +
TQAsciiDictTemplate class that provides a dictionary based on char* keys +
TQAsciiDictIteratorIterator for TQAsciiDict collections +
TQBitArrayArray of bits +
TQByteArrayArray of bytes +
TQCacheTemplate class that provides a cache based on TQString keys +
TQCacheIteratorIterator for TQCache collections +
TQCStringAbstraction of the classic C zero-terminated char array (char *) +
TQDeepCopyTemplate class which ensures that implicitly shared and explicitly shared classes reference unique data +
TQDictTemplate class that provides a dictionary based on TQString keys +
TQDictIteratorIterator for TQDict collections +
TQIntCacheTemplate class that provides a cache based on long keys +
TQIntCacheIteratorIterator for TQIntCache collections +
TQIntDictTemplate class that provides a dictionary based on long keys +
TQIntDictIteratorIterator for TQIntDict collections +
TQMapValue-based template class that provides a dictionary +
TQMapConstIteratorIterator for TQMap +
TQMapIteratorIterator for TQMap +
TQMemArrayTemplate class that provides arrays of simple types +
TQObjectListTQPtrList of TQObjects +
TQObjectListIteratorIterator for TQObjectLists +
TQPairValue-based template class that provides a pair of elements +
TQPtrCollectionThe base class of most pointer-based TQt collections +
TQPtrDictTemplate class that provides a dictionary based on void* keys +
TQPtrDictIteratorIterator for TQPtrDict collections +
TQPtrListTemplate class that provides a list +
TQPtrListIteratorIterator for TQPtrList collections +
TQPtrQueueTemplate class that provides a queue +
TQPtrStackTemplate class that provides a stack +
TQPtrVectorTemplate collection class that provides a vector (array) +
TQRegExpPattern matching using regular expressions +
TQStrIListDoubly-linked list of char* with case-insensitive comparison +
TQStringAbstraction of Unicode text and the classic C '\0'-terminated char array +
TQStringListList of strings +
TQStrListDoubly-linked list of char* +
TQStrListIteratorIterator for the TQStrList and TQStrIList classes +
TQValueListValue-based template class that provides lists +
TQValueListConstIteratorConst iterator for TQValueList +
TQValueListIteratorIterator for TQValueList +
TQValueStackValue-based template class that provides a stack +
TQValueVectorValue-based template class that provides a dynamic array +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1