i6engine  1.0
i6e::modules::PhysicsMailbox Class Reference

Handles the incoming messages on the physic channel and calls the corresponding methods. More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/physics/PhysicsMailbox.h>

Protected Member Functions

 PhysicsMailbox (PhysicsManager *pm)
 Constructor. More...
 
 ~PhysicsMailbox ()
 Destructor. More...
 
void News (const api::GameMessage::Ptr &msg) const
 Handles incoming messages. More...
 

Friends

class PhysicsController
 

Detailed Description

Handles the incoming messages on the physic channel and calls the corresponding methods.

Definition at line 42 of file PhysicsMailbox.h.

Constructor & Destructor Documentation

i6e::modules::PhysicsMailbox::PhysicsMailbox ( PhysicsManager pm)
inlineexplicitprotected

Constructor.

Definition at line 49 of file PhysicsMailbox.h.

i6e::modules::PhysicsMailbox::~PhysicsMailbox ( )
inlineprotected

Destructor.

Definition at line 56 of file PhysicsMailbox.h.

Member Function Documentation

void i6e::modules::PhysicsMailbox::News ( const api::GameMessage::Ptr msg) const
protected

Handles incoming messages.

Friends And Related Function Documentation

friend class PhysicsController
friend

Definition at line 43 of file PhysicsMailbox.h.


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