FX::FXObjectListOf< TYPE > Class Template Reference

#include <FXObjectList.h>

Inheritance diagram for FX::FXObjectListOf< TYPE >:

FX::FXObjectList List of all members.

Detailed Description

template<class TYPE>
class FX::FXObjectListOf< TYPE >

Specialize list to pointers to TYPE.

Definition at line 147 of file FXObjectList.h.

Public Member Functions

 FXObjectListOf ()
TYPE *& operator[] (FXint i)
TYPE *const & operator[] (FXint i) const
TYPE *& at (FXint i)
TYPE *const & at (FXint i) const
TYPE ** data () const
FXint no () const
void no (FXint num)
FXObjectListassign (FXObject *object)
FXObjectListassign (FXObject **objects, FXint n)
FXObjectListassign (FXObjectList &objects)
FXObjectListinsert (FXint pos, FXObject *object)
FXObjectListinsert (FXint pos, FXObject **objects, FXint n)
FXObjectListinsert (FXint pos, FXObjectList &objects)
FXObjectListprepend (FXObject *object)
FXObjectListprepend (FXObject **objects, FXint n)
FXObjectListprepend (FXObjectList &objects)
FXObjectListappend (FXObject *object)
FXObjectListappend (FXObject **objects, FXint n)
FXObjectListappend (FXObjectList &objects)
FXObjectListreplace (FXint pos, FXObject *object)
FXObjectListreplace (FXint pos, FXint m, FXObject **objects, FXint n)
FXObjectListreplace (FXint pos, FXint m, FXObjectList &objects)
FXObjectListerase (FXint pos)
FXObjectListerase (FXint pos, FXint n)
FXObjectListremove (const FXObject *object)
FXint find (const FXObject *object, FXint pos=0) const
FXint rfind (const FXObject *object, FXint pos=2147483647) const
FXObjectListclear ()
void save (FXStream &store) const
void load (FXStream &store)

Protected Attributes

FXObject ** ptr


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:23 2009 for TnFOX by doxygen v1.4.7