Aspen
2D C++ Class-Based Object Oriented Game Engine
Aspen::Physics::Physics Member List

This is the complete list of members for Aspen::Physics::Physics, including all inherited members.

_activeAspen::Object::Objectprotected
_childrenAspen::Object::Objectprotected
_colliderAspen::Object::Objectprotected
_countAspen::Object::Objectprotectedstatic
_dragAspen::Physics::Physicsprivate
_gravDirectionAspen::Physics::Physicsprivate
_gravStrengthAspen::Physics::Physicsprivate
_nameAspen::Object::Objectprotected
_parentAspen::Object::Objectprotected
_rigidbodyAspen::Object::Objectprotected
_startedAspen::Object::Objectprotected
_transformAspen::Object::Objectprotected
_validAspen::Object::Objectprotected
Activate()Aspen::Object::Object
Active() constAspen::Object::Object
AddChild(Object *child)Aspen::Object::Object
Children()Aspen::Object::Object
ChildrenCount() constAspen::Object::Object
CreateChild()Aspen::Object::Objectinline
CreateChild(std::string name)Aspen::Object::Objectinline
Deactivate()Aspen::Object::Object
End()Aspen::Object::Objectvirtual
FindAncestorOfType() constAspen::Object::Objectinline
FindChildOfType() constAspen::Object::Objectinline
FindChildOfType()Aspen::Object::Objectinline
FindChildrenOfType() constAspen::Object::Objectinline
FindChildrenOfType()Aspen::Object::Objectinline
FindDescendentsOfType() constAspen::Object::Objectinline
FindDescendentsOfType()Aspen::Object::Objectinline
GetCollider()Aspen::Object::Object
GetCollider() constAspen::Object::Object
GetDrag()Aspen::Physics::Physics
GetGravityDirection()Aspen::Physics::Physics
GetGravityStrength()Aspen::Physics::Physics
GetGravityX()Aspen::Physics::Physics
GetGravityY()Aspen::Physics::Physics
GetLastChild()Aspen::Object::Object
GetRigidbody()Aspen::Object::Object
GetRigidbody() constAspen::Object::Object
GetTransform()Aspen::Object::Object
GetTransform() constAspen::Object::Object
HasAncestor(const Object *other) constAspen::Object::Object
Name() constAspen::Object::Object
Object(Object *parent=nullptr, std::string name="Object")Aspen::Object::Object
OnActivate()Aspen::Object::Objectvirtual
OnCollision(Physics::Collision c)Aspen::Object::Objectvirtual
OnDeactivate()Aspen::Object::Objectvirtual
OnEarlyUpdate()Aspen::Object::Objectvirtual
OnEnd()Aspen::Object::Objectvirtual
OnLateUpdate()Aspen::Object::Objectvirtual
OnMouseClick()Aspen::Object::Objectvirtual
OnMouseEnter()Aspen::Object::Objectvirtual
OnMouseExit()Aspen::Object::Objectvirtual
OnMouseOver()Aspen::Object::Objectvirtual
OnMouseRelease()Aspen::Object::Objectvirtual
OnStart()Aspen::Object::Objectvirtual
OnUpdate()Aspen::Object::Objectvirtual
operator bool() constAspen::Object::Object
operator()()Aspen::Physics::Physicsvirtual
operator[](unsigned index)Aspen::Object::Object
operator[](Object *child)Aspen::Object::Object
Parent() constAspen::Object::Object
Parent()Aspen::Object::Object
ParentCount()Aspen::Object::Object
Physics(Object *parent=nullptr, std::string name="Physics")Aspen::Physics::Physics
Physics(double strength, double direction=GRAV_DIR::DOWN, Object *parent=nullptr, std::string name="Physics")Aspen::Physics::Physics
Physics(double strength, double direction, double drag, Object *parent=nullptr, std::string name="Physics")Aspen::Physics::Physics
PopulateDebugger()Aspen::Physics::Physicsvirtual
PrintTree(Log::Log &log) constAspen::Object::Object
PrintTree() constAspen::Object::Object
RemoveChild(Object *child)Aspen::Object::Object
RemoveChild(unsigned index)Aspen::Object::Object
Root() constAspen::Object::Object
Root()Aspen::Object::Object
SetActive(bool active)Aspen::Object::Object
SetDrag(double drag)Aspen::Physics::Physics
SetGravity(double x, double y)Aspen::Physics::Physics
SetGravityDirection(double direction)Aspen::Physics::Physics
SetGravityStrength(double strength)Aspen::Physics::Physics
SetParent(Object *parent)Aspen::Object::Objectprotected
TriggerOnActivate()Aspen::Object::Objectprotected
TriggerOnDeactivate()Aspen::Object::Objectprotected
TriggerOnStart()Aspen::Object::Objectprotected
Valid() constAspen::Object::Object
~Object()Aspen::Object::Objectvirtual
~Physics()Aspen::Physics::Physics