C4 Engine
C4 Engine API Documentation

class Album

Defined in:  C4Slug.h
The Album class encapsulates an icon album.
Definition

class Album final : public SlugContainer, public Shared

Member Functions
Album::GetAlbum Returns a new reference to an album object.
Album::GetAlbumHeader Returns the album header.
Constructor

Album(AlbumResource *resource, const char *name);

The Album constructor has private access. The Album::GetAlbum function should be used to create album objects.
Description
The Album object encapsulates the resources needed to manage an icon album. New album objects are created by calling the Album::GetAlbum function.
Base Classes
SlugContainer Album objects are containers that interact with the Slug Library.
Shared Font objects are reference counted.