My Project
Public Member Functions | List of all members
AMusic Class Reference

Class containing all elements of an Music. More...

#include <AMusic.hpp>

Public Member Functions

 AMusic (nlohmann::json const &jsonData)
 Construct a new AMusic object. More...
 
 ~AMusic ()
 Destroy the AMusic object. More...
 
MyMusicgetMusic ()
 Get the AMusic object. More...
 

Detailed Description

Class containing all elements of an Music.

Constructor & Destructor Documentation

◆ AMusic()

AMusic::AMusic ( nlohmann::json const &  jsonData)

Construct a new AMusic object.

Parameters
jsonDatapath to the music file

◆ ~AMusic()

AMusic::~AMusic ( )
inline

Destroy the AMusic object.

Member Function Documentation

◆ getMusic()

MyMusic & AMusic::getMusic ( )

Get the AMusic object.

Returns
MyAMusic& AMusic of the asset

The documentation for this class was generated from the following files: