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:

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< iImage > | GetImage (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
|
Add an Image to the Vector.
Implements iImageVector. |
|
Remove a specific index.
Implements iImageVector. |
|
Get Image at specified index.
Implements iImageVector. |
|
Insert an Image into the Vector at specified index.
Implements iImageVector. |
|
Get Image Count.
Implements iImageVector. |
|
Add an Image to the End of the Vector.
Implements iImageVector. |
|
Remove All Images.
Implements iImageVector. |
|
Get Image operator[].
Implements iImageVector. |
The documentation for this struct was generated from the following file:
- csgfx/csimgvec.h
Generated for Crystal Space by doxygen 1.4.4