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 130 of file binder.h.


Constructor & Destructor Documentation

csInputBinderBoolean::csInputBinderBoolean bool    ss [inline]
 

Initialize constructor.

Definition at line 140 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean   [inline]
 

Empty constructor.

Definition at line 143 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean iInputBinderBoolean   ss [inline]
 

Copy constructor.

Definition at line 146 of file binder.h.

References Get(), and SCF_CONSTRUCT_IBASE.

virtual csInputBinderBoolean::~csInputBinderBoolean   [inline, virtual]
 

Destructor.

Definition at line 149 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 155 of file binder.h.

Referenced by csInputBinderBoolean().

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

Set the state; called by csInputBinder.

Implements iInputBinderBoolean.

Definition at line 153 of file binder.h.


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