CrystalSpace

Public API Reference

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

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. More...

 csInputBinderBoolean ()
 Empty constructor. More...

 csInputBinderBoolean (iInputBinderBoolean *ss)
 Copy constructor. More...

virtual ~csInputBinderBoolean ()
 Destructor. More...

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

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


Detailed Description

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

Definition at line 129 of file csutil/binder.h.


Constructor & Destructor Documentation

csInputBinderBoolean::csInputBinderBoolean bool    ss [inline]
 

Initialize constructor.

Definition at line 139 of file csutil/binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean   [inline]
 

Empty constructor.

Definition at line 142 of file csutil/binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderBoolean::csInputBinderBoolean iInputBinderBoolean   ss [inline]
 

Copy constructor.

Definition at line 145 of file csutil/binder.h.

References Get, and SCF_CONSTRUCT_IBASE.

virtual csInputBinderBoolean::~csInputBinderBoolean   [inline, virtual]
 

Destructor.

Definition at line 148 of file csutil/binder.h.


Member Function Documentation

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

Get the state; called by the application.

Implements iInputBinderBoolean.

Definition at line 153 of file csutil/binder.h.

Referenced by csInputBinderBoolean.

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

Set the state; called by csInputBinder.

Implements iInputBinderBoolean.

Definition at line 151 of file csutil/binder.h.


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