CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

csImageVector Struct Reference

Inheritance diagram for csImageVector:

iImageVector iBase List of all members.

Public Member Functions

virtual void AddImage (iImage *img)
 Add an Image to the Vector.
virtual void DeleteIndex (size_t index)
 Remove a specific index.
virtual csRef< iImageGetImage (size_t index)
 Get Image at specified index.
virtual void InsertImage (iImage *img, size_t index)
 Insert an Image into the Vector at specified index.
virtual size_t Length ()
 Get Image Count.
virtual void operator+= (iImage *img)
 Add an Image to the End of the Vector.
virtual void RemoveAll ()
 Remove All Images.
virtual void SetImage (size_t index, iImage *img)
 Get Image operator[].

Public Attributes

 SCF_DECLARE_IBASE

Detailed Description

Definition at line 33 of file csimgvec.h.


Member Function Documentation

virtual void csImageVector::AddImage iImage img  )  [virtual]
 

Add an Image to the Vector.

Implements iImageVector.

virtual void csImageVector::DeleteIndex size_t  index  )  [virtual]
 

Remove a specific index.

Implements iImageVector.

virtual csRef<iImage> csImageVector::GetImage size_t  index  )  [virtual]
 

Get Image at specified index.

Implements iImageVector.

virtual void csImageVector::InsertImage iImage img,
size_t  index
[virtual]
 

Insert an Image into the Vector at specified index.

Implements iImageVector.

virtual size_t csImageVector::Length  )  [virtual]
 

Get Image Count.

Implements iImageVector.

virtual void csImageVector::operator+= iImage img  )  [virtual]
 

Add an Image to the End of the Vector.

Implements iImageVector.

virtual void csImageVector::RemoveAll  )  [virtual]
 

Remove All Images.

Implements iImageVector.

virtual void csImageVector::SetImage size_t  index,
iImage img
[virtual]
 

Get Image operator[].

Implements iImageVector.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.4