Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | List of all members
cqsp::asset::AudioAsset Class Referenceabstract

#include <audioasset.h>

Inheritance diagram for cqsp::asset::AudioAsset:
cqsp::asset::Asset cqsp::asset::ALAudioAsset

Public Member Functions

virtual float Length ()=0
 
virtual ~AudioAsset ()=default
 
AssetType GetAssetType () override
 
- Public Member Functions inherited from cqsp::asset::Asset
virtual ~Asset ()=default
 

Additional Inherited Members

- Public Attributes inherited from cqsp::asset::Asset
std::string path
 
int accessed = 0
 

Constructor & Destructor Documentation

◆ ~AudioAsset()

virtual cqsp::asset::AudioAsset::~AudioAsset ( )
virtualdefault

Member Function Documentation

◆ GetAssetType()

AssetType cqsp::asset::AudioAsset::GetAssetType ( )
inlineoverridevirtual

Implements cqsp::asset::Asset.

◆ Length()

virtual float cqsp::asset::AudioAsset::Length ( )
pure virtual

Length in seconds.

Implemented in cqsp::asset::ALAudioAsset.


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