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

QObjectList Class Reference

+ +

The QObjectList class is a QPtrList of QObjects. +More... +

#include <qobjectlist.h> +

Inherits QPtrList<QObject>. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QObjectList class is a QPtrList of QObjects. +

+ +

A QObjectList is a QPtrList<QObject>. The list can be traversed using +inherited functions, e.g. getFirst(), next(), etc., or using a +QObjectListIterator iterator. +

See QObject::queryList() for an example of use. +

See also QObjectListIterator, QObject, Collection Classes, and Non-GUI Classes. + +


Member Function Documentation

+

QObjectList::QObjectList () +

+ +

Constructs an empty QObject list. + +

QObjectList::QObjectList ( const QObjectList & list ) +

+ +

Constructs a copy of list. +

Each item in list is appended to this +list. Only the pointers are copied (shallow copy). + +

QObjectList::~QObjectList () +

+ +

Removes all the object pointers from the list and destroys the +list. +

All list iterators that access this list will be reset. +

See also setAutoDelete(). + +

QObjectList & QObjectList::operator= ( const QObjectList & list ) +

+ +

Assigns list to this list and returns a reference to this list. +

This list is first cleared and then each item in list is appended to this list. Only the pointers are +copied (shallow copy) unless newItem() has been reimplemented(). + + +


+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