CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csInputBinderBoolean Class Reference

Represents the up or down state of a keyboard key or a mouse or joystick button, shared between modules. More...

#include <binder.h>

Inheritance diagram for csInputBinderBoolean:

iInputBinderBoolean iBase List of all members.

Public Methods

 csInputBinderBoolean (bool ss)
 Initialize constructor.

 csInputBinderBoolean ()
 Empty constructor.

 csInputBinderBoolean (iInputBinderBoolean *ss)
 Copy constructor.

virtual ~csInputBinderBoolean ()
 Destructor.

virtual void Set (bool ss)
 Set the state; called by csInputBinder.

virtual bool Get () const
 Get the state; called by the application.


Detailed Description

Represents the up or down state of a keyboard key or a mouse or joystick button, shared between modules.

Definition at line 131 of file binder.h.


Constructor & Destructor Documentation

csInputBinderBoolean::csInputBinderBoolean bool    ss [inline]
 

Initialize constructor.

Definition at line 141 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean   [inline]
 

Empty constructor.

Definition at line 144 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean iInputBinderBoolean   ss [inline]
 

Copy constructor.

Definition at line 147 of file binder.h.

References SCF_CONSTRUCT_IBASE.

virtual csInputBinderBoolean::~csInputBinderBoolean   [inline, virtual]
 

Destructor.

Definition at line 150 of file binder.h.

References SCF_DESTRUCT_IBASE.


Member Function Documentation

virtual bool csInputBinderBoolean::Get   const [inline, virtual]
 

Get the state; called by the application.

Implements iInputBinderBoolean.

Definition at line 156 of file binder.h.

virtual void csInputBinderBoolean::Set bool    ss [inline, virtual]
 

Set the state; called by csInputBinder.

Implements iInputBinderBoolean.

Definition at line 154 of file binder.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.18