From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qbitval.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 doc/html/qbitval.html (limited to 'doc/html/qbitval.html') diff --git a/doc/html/qbitval.html b/doc/html/qbitval.html new file mode 100644 index 0000000..9cc8f7c --- /dev/null +++ b/doc/html/qbitval.html @@ -0,0 +1,90 @@ + + + + + +QBitVal Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QBitVal Class Reference

+ +

The QBitVal class is an internal class, used with QBitArray. +More... +

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

+

#include <qbitarray.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + + +The QBitVal class is an internal class, used with QBitArray. +

+

The QBitVal is required by the indexing [] operator on bit arrays. +It is not for use in any other context. +

See also Collection Classes. + +


Member Function Documentation

+

QBitVal::QBitVal ( QBitArray * a, uint i ) +

+ +

Constructs a reference to element i in the QBitArray a. +This is what QBitArray::operator[] constructs its return value +with. + +

QBitVal::operator int () +

+ +

Returns the value referenced by the QBitVal. + +

QBitVal & QBitVal::operator= ( const QBitVal & v ) +

+ +

Sets the value referenced by the QBitVal to that referenced by +QBitVal v. + +

QBitVal & QBitVal::operator= ( bool v ) +

+This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

Sets the value referenced by the QBitVal to v. + + +


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


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