#include <collisionHandlerPusher.h>
Inheritance diagram for CollisionHandlerPusher:
Public Member Functions | |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual bool | handle_entries () |
Private Member Functions | |
virtual | ~CollisionHandlerPusher () |
INLINE void | set_horizontal (bool flag) |
INLINE bool | get_horizontal () const |
Private Attributes | |
PUBLISHED | __pad0__: CollisionHandlerPusher() |
bool | _horizontal |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 59 of file collisionHandlerPusher.cxx. |
|
Reimplemented from CollisionHandlerPhysical. Definition at line 60 of file collisionHandlerPusher.h. References CollisionHandlerPhysical::get_class_type(), and CollisionHandlerPhysical::init_type(). |
|
Reimplemented from CollisionHandlerPhysical. Definition at line 49 of file collisionHandlerPusher.h. |
|
|
|
Reimplemented from CollisionHandlerPhysical. Definition at line 57 of file collisionHandlerPusher.h. References CollisionHandlerPhysical::get_class_type(). Referenced by handle_entries(). |
|
|
Reimplemented from CollisionHandlerPhysical. Definition at line 52 of file collisionHandlerPusher.h. References CollisionHandlerPhysical::get_class_type(), CollisionHandlerPhysical::init_type(), and register_type(). Referenced by init_libcollide(). |
|
|
|
Reimplemented from CollisionHandlerPhysical. Definition at line 35 of file collisionHandlerPusher.h. |
|
Definition at line 45 of file collisionHandlerPusher.h. |
|
Reimplemented from CollisionHandlerPhysical. Definition at line 26 of file collisionHandlerPusher.cxx. |