TextureCollection operator+(const TextureCollection &other) const
Returns a TextureCollection representing the concatenation of the two lists.
Represents a texture object, which is typically a single 2-d image but may also represent a 1-d or 3-...
void add_texture(Texture *texture)
Adds a new Texture to the collection.
void operator+=(const TextureCollection &other)
Appends the other list onto the end of this one.
Manages a list of Texture objects, as returned by TexturePool::find_all_textures().
void append(Texture *texture)
Adds a new Texture to the collection.
void add_textures_from(const TextureCollection &other)
Adds all the Textures indicated in the other collection to this texture.
void extend(const TextureCollection &other)
Appends the other list onto the end of this one.