|
|
|
'\" t
|
|
|
|
.TH TQBitVal 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
|
|
|
|
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
|
|
|
|
.\" license file included in the distribution for a complete license
|
|
|
|
.\" statement.
|
|
|
|
.\"
|
|
|
|
.ad l
|
|
|
|
.nh
|
|
|
|
.SH NAME
|
|
|
|
TQBitVal \- Internal class, used with TQBitArray
|
|
|
|
.SH SYNOPSIS
|
|
|
|
All the functions in this class are reentrant when TQt is built with thread support.</p>
|
|
|
|
.PP
|
|
|
|
\fC#include <tqbitarray.h>\fR
|
|
|
|
.PP
|
|
|
|
.SS "Public Members"
|
|
|
|
.in +1c
|
|
|
|
.ti -1c
|
|
|
|
.BI "\fBTQBitVal\fR ( TQBitArray * a, uint i )"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.BI "\fBoperator int\fR ()"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.BI "TQBitVal & \fBoperator=\fR ( const TQBitVal & v )"
|
|
|
|
.br
|
|
|
|
.ti -1c
|
|
|
|
.BI "TQBitVal & \fBoperator=\fR ( bool v )"
|
|
|
|
.br
|
|
|
|
.in -1c
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The TQBitVal class is an internal class, used with TQBitArray.
|
|
|
|
.PP
|
|
|
|
The TQBitVal is required by the indexing [] operator on bit arrays. It is not for use in any other context.
|
|
|
|
.PP
|
|
|
|
See also Collection Classes.
|
|
|
|
.SH MEMBER FUNCTION DOCUMENTATION
|
|
|
|
.SH "TQBitVal::TQBitVal ( TQBitArray * a, uint i )"
|
|
|
|
Constructs a reference to element \fIi\fR in the TQBitArray \fIa\fR. This is what TQBitArray::operator[] constructs its return value with.
|
|
|
|
.SH "TQBitVal::operator int ()"
|
|
|
|
Returns the value referenced by the TQBitVal.
|
|
|
|
.SH "TQBitVal & TQBitVal::operator= ( const TQBitVal & v )"
|
|
|
|
Sets the value referenced by the TQBitVal to that referenced by TQBitVal \fIv\fR.
|
|
|
|
.SH "TQBitVal & TQBitVal::operator= ( bool v )"
|
|
|
|
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
|
|
|
|
.PP
|
|
|
|
Sets the value referenced by the TQBitVal to \fIv\fR.
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR http://doc.trolltech.com/tqbitval.html
|
|
|
|
.BR http://www.trolltech.com/faq/tech.html
|
|
|
|
.SH COPYRIGHT
|
|
|
|
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
|
|
|
|
license file included in the distribution for a complete license
|
|
|
|
statement.
|
|
|
|
.SH AUTHOR
|
|
|
|
Generated automatically from the source code.
|
|
|
|
.SH BUGS
|
|
|
|
If you find a bug in Qt, please report it as described in
|
|
|
|
.BR http://doc.trolltech.com/bughowto.html .
|
|
|
|
Good bug reports help us to help you. Thank you.
|
|
|
|
.P
|
|
|
|
The definitive TQt documentation is provided in HTML format; it is
|
|
|
|
located at $TQTDIR/doc/html and can be read using TQt Assistant or with
|
|
|
|
a web browser. This man page is provided as a convenience for those
|
|
|
|
users who prefer man pages, although this format is not officially
|
|
|
|
supported by Trolltech.
|
|
|
|
.P
|
|
|
|
If you find errors in this manual page, please report them to
|
|
|
|
.BR qt-bugs@trolltech.com .
|
|
|
|
Please include the name of the manual page (tqbitval.3qt) and the Qt
|
|
|
|
version (3.3.8).
|