[OgreKit Lua]

Public Member Functions | List of all members
gsParentActuator Class Reference
Inheritance diagram for gsParentActuator:
gsActuator gsBrick

Public Member Functions

 gsParentActuator (gsLogicObject *parent, const gkString &name="")
 
 gsParentActuator ()
 
 ~gsParentActuator ()
 
void setMode (int v)
 
int getMode (void)
 
void setParent (const gkString &v)
 
gkString getParent (void)
 
void setCompound (bool v)
 
bool getCompound (void)
 
void setGhost (bool v)
 
bool getGhost (void)
 
 OGRE_KIT_LOGIC_BRICK (ParentActuator)
 
- Public Member Functions inherited from gsActuator
 gsActuator ()
 
 ~gsActuator ()
 
 OGRE_KIT_LOGIC_BRICK_BASE (Actuator)
 
- Public Member Functions inherited from gsBrick
 gsBrick ()
 
 ~gsBrick ()
 
gkString getName (void)
 
bool isOn (void)
 
bool isOff (void)
 
bool isActive (void)
 
gkGameObject * getOwner (void)
 
gkLogicLink * getLogicObject (void)
 
void connect (gsListenerMode mode, gsSelf self, gsFunction func)
 
 OGRE_KIT_WRAP_CLASS_COPY_CTOR (gsBrick, gkLogicBrick, m_brick)
 
 OGRE_KIT_TEMPLATE_CAST (gkLogicBrick, m_brick)
 

Additional Inherited Members

- Protected Member Functions inherited from gsBrick
template<typename T >
T * create (gsLogicObject *parent, const gkString &name)
 
- Protected Attributes inherited from gsBrick
bool m_isLocal
 
EventListenerm_listener
 

Constructor & Destructor Documentation

gsParentActuator::gsParentActuator ( gsLogicObject parent,
const gkString &  name = "" 
)
gsParentActuator::gsParentActuator ( )
gsParentActuator::~gsParentActuator ( )

Member Function Documentation

bool gsParentActuator::getCompound ( void  )
inline
bool gsParentActuator::getGhost ( void  )
inline
int gsParentActuator::getMode ( void  )
inline
gkString gsParentActuator::getParent ( void  )
inline
gsParentActuator::OGRE_KIT_LOGIC_BRICK ( ParentActuator  )
void gsParentActuator::setCompound ( bool  v)
inline
void gsParentActuator::setGhost ( bool  v)
inline
void gsParentActuator::setMode ( int  v)
inline
void gsParentActuator::setParent ( const gkString &  v)
inline