GameKit  0.0.1a
C++ gamedev tools
gk::ApplicationState Member List

This is the complete list of members for gk::ApplicationState, including all inherited members.

ApplicationState(ApplicationState *parent=nullptr)gk::ApplicationStateinline
ApplicationState(ApplicationState &&)=defaultgk::ApplicationState
draw(gk::RenderTarget &, gk::RenderStates) const overridegk::ApplicationStateinlineprotectedvirtual
getOrigin() constgk::Transformableinline
getPosition() constgk::Transformableinline
getRotation() constgk::Transformableinline
getScale() constgk::Transformableinline
getTransform() constgk::Transformable
m_parentgk::ApplicationStateprotected
m_stateStackgk::ApplicationStateprotected
move(float offsetX, float offsetY, float offsetZ=0)gk::Transformable
move(const Vector3f &offset)gk::Transformable
NonCopyable()=defaultgk::NonCopyableprotected
NonCopyable(const NonCopyable &)=deletegk::NonCopyableprotected
onEvent(const SDL_Event &)gk::ApplicationStateinlinevirtual
operator=(ApplicationState &&)=defaultgk::ApplicationState
gk::NonCopyable::operator=(const NonCopyable &)=deletegk::NonCopyableprotected
parent()gk::ApplicationStateinline
rotate(float angle)gk::Transformable
rotate(float angle, const Vector3f &axis)gk::Transformable
scale(float factorX, float factorY, float factorZ=1)gk::Transformable
scale(const Vector3f &factor)gk::Transformable
setOrigin(float x, float y, float z=0)gk::Transformable
setOrigin(const Vector3f &origin)gk::Transformableinline
setPosition(float x, float y, float z=0)gk::Transformable
setPosition(const Vector3f &position)gk::Transformableinline
setRotation(float angle)gk::Transformableinline
setRotation(float angle, const Vector3f &axis)gk::Transformable
setScale(float factorX, float factorY, float factorZ=1)gk::Transformable
setScale(const Vector3f &factors)gk::Transformableinline
setStateStack(ApplicationStateStack *stateStack)gk::ApplicationStateinline
update()=0gk::ApplicationStatepure virtual
~ApplicationState()=defaultgk::ApplicationStatevirtual
~IDrawable()=defaultgk::IDrawablevirtual
~Transformable()=defaultgk::Transformablevirtual