class Album
Defined in:
The C4Slug.h
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);
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. |