111 std::vector<int32_t> _references;
Provides a way to reference a set of credits in a CreditSystem so that the references can easily be r...
CreditReferencer() noexcept
Constructs a new credit referencer without a credit system.
void releaseAllReferences() noexcept
Releases all references that have been added to this instance.
void setCreditSystem(const std::shared_ptr< CreditSystem > &pCreditSystem) noexcept
Sets the credit system that this instance references.
const std::shared_ptr< CreditSystem > & getCreditSystem() const noexcept
Gets the credit system that this instance references.
void addCreditReference(Credit credit) noexcept
Adds a reference to a credit.
Creates and manages Credit objects. Avoids repetitions and tracks which credits should be shown and w...
Utility classes for Cesium.
Represents an HTML string that should be shown on screen to attribute third parties for used data,...