Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
This is the complete list of members for Nz::AbstractBackground, including all inherited members.
AbstractBackground()=default (defined in Nz::AbstractBackground) | Nz::AbstractBackground | |
AbstractBackground(const AbstractBackground &)=default (defined in Nz::AbstractBackground) | Nz::AbstractBackground | |
AbstractBackground(AbstractBackground &&)=delete (defined in Nz::AbstractBackground) | Nz::AbstractBackground | |
AddReference() const | Nz::RefCounted | |
Draw(const AbstractViewer *viewer) const =0 (defined in Nz::AbstractBackground) | Nz::AbstractBackground | pure virtual |
GetBackgroundType() const =0 (defined in Nz::AbstractBackground) | Nz::AbstractBackground | pure virtual |
GetReferenceCount() const | Nz::RefCounted | |
IsPersistent() const | Nz::RefCounted | |
operator=(const AbstractBackground &)=default (defined in Nz::AbstractBackground) | Nz::AbstractBackground | |
operator=(AbstractBackground &&)=delete (defined in Nz::AbstractBackground) | Nz::AbstractBackground | |
operator=(const RefCounted &)=delete (defined in Nz::RefCounted) | Nz::RefCounted | |
operator=(RefCounted &&)=default (defined in Nz::RefCounted) | Nz::RefCounted | |
RefCounted(bool persistent=true) | Nz::RefCounted | |
RefCounted(const RefCounted &)=delete (defined in Nz::RefCounted) | Nz::RefCounted | |
RefCounted(RefCounted &&)=default (defined in Nz::RefCounted) | Nz::RefCounted | |
RemoveReference() const | Nz::RefCounted | |
SetPersistent(bool persistent=true, bool checkReferenceCount=false) | Nz::RefCounted | |
~AbstractBackground() (defined in Nz::AbstractBackground) | Nz::AbstractBackground | virtual |
~RefCounted() | Nz::RefCounted | virtual |