From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qobjectlist.html | 96 ----------------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 doc/html/qobjectlist.html (limited to 'doc/html/qobjectlist.html') diff --git a/doc/html/qobjectlist.html b/doc/html/qobjectlist.html deleted file mode 100644 index 916f8272a..000000000 --- a/doc/html/qobjectlist.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - -TQObjectList Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQObjectList Class Reference

- -

The TQObjectList class is a TQPtrList of TQObjects. -More... -

#include <qobjectlist.h> -

Inherits TQPtrList<TQObject>. -

List of all member functions. -

Public Members

- -

Detailed Description

- - -The TQObjectList class is a TQPtrList of TQObjects. -

- -

A TQObjectList is a TQPtrList<TQObject>. The list can be traversed using -inherited functions, e.g. getFirst(), next(), etc., or using a -TQObjectListIterator iterator. -

See TQObject::queryList() for an example of use. -

See also TQObjectListIterator, TQObject, Collection Classes, and Non-GUI Classes. - -


Member Function Documentation

-

TQObjectList::TQObjectList () -

- -

Constructs an empty TQObject list. - -

TQObjectList::TQObjectList ( const TQObjectList & list ) -

- -

Constructs a copy of list. -

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

TQObjectList::~TQObjectList () -

- -

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(). - -

TQObjectList & TQObjectList::operator= ( const TQObjectList & 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 TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


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