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/qcharref.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 doc/html/qcharref.html (limited to 'doc/html/qcharref.html') diff --git a/doc/html/qcharref.html b/doc/html/qcharref.html new file mode 100644 index 000000000..8c614ee48 --- /dev/null +++ b/doc/html/qcharref.html @@ -0,0 +1,64 @@ + + + + + +TQCharRef Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQCharRef Class Reference

+ +

The TQCharRef class is a helper class for TQString. +More... +

All the functions in this class are reentrant when TQt is built with thread support.

+

#include <qstring.h> +

List of all member functions. +


Detailed Description

+ + + +The TQCharRef class is a helper class for TQString. +

+

When you get an object of type TQCharRef, if you can assign to it, +the assignment will apply to the character in the string from +which you got the reference. That is its whole purpose in life. +The TQCharRef becomes invalid once modifications are made to the +string: if you want to keep the character, copy it into a TQChar. +

Most of the TQChar member functions also exist in TQCharRef. +However, they are not explicitly documented here. +

See also TQString::operator[](), TQString::at(), TQChar, and Text Related Classes. + + +


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


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