![]() |
Public API Reference |
#include <binder.h>
Inheritance diagram for csInputBinderBoolean:
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... |
Definition at line 129 of file csutil/binder.h.
|
Initialize constructor.
Definition at line 139 of file csutil/binder.h. References SCF_CONSTRUCT_IBASE. |
|
Empty constructor.
Definition at line 142 of file csutil/binder.h. References SCF_CONSTRUCT_IBASE. |
|
Copy constructor.
Definition at line 145 of file csutil/binder.h. References Get, and SCF_CONSTRUCT_IBASE. |
|
Destructor.
Definition at line 148 of file csutil/binder.h. |
|
Get the state; called by the application.
Implements iInputBinderBoolean. Definition at line 153 of file csutil/binder.h. Referenced by csInputBinderBoolean. |
|
Set the state; called by csInputBinder.
Implements iInputBinderBoolean. Definition at line 151 of file csutil/binder.h. |