Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXObjectList.h>
Inheritance diagram for FX::FXObjectList:
|
Default constructor.
|
|
Copy constructor.
|
|
Construct and init with single object.
|
|
Construct and init with list of objects.
|
|
Destructor.
|
|
Assignment operator.
|
|
Return number of objects.
|
|
Set number of objects.
|
|
Indexing operator.
Reimplemented in FX::FXObjectListOf< TYPE >. |
|
Reimplemented in FX::FXObjectListOf< TYPE >. |
|
Indexing operator.
Reimplemented in FX::FXObjectListOf< TYPE >. |
|
Reimplemented in FX::FXObjectListOf< TYPE >. |
|
Access to content array.
Reimplemented in FX::FXObjectListOf< TYPE >. |
|
Assign object p to list.
|
|
Assign n objects to list.
|
|
Assign objects to list.
|
|
Insert object at certain position.
|
|
Insert n objects at specified position.
|
|
Insert objects at specified position.
|
|
Prepend object.
|
|
Prepend n objects.
|
|
Prepend objects.
|
|
Append object.
|
|
Append n objects.
|
|
Append objects.
|
|
Replace object at position by given object.
|
|
Replaces the m objects at pos with n objects.
|
|
Replace the m objects at pos with objects.
|
|
Remove object at pos.
|
|
Remove n objects at pos.
|
|
Remove object.
|
|
Find object in list, searching forward; return position or -1.
|
|
Find object in list, searching backward; return position or -1.
|
|
Remove all objects.
|
|
Save to a stream.
|
|
Load from a stream.
|
Copyright © 1997-2005 Jeroen van der Zijp |