![]() |
Public API Reference |
#include <binder.h>
Inheritance diagram for csInputBinderPosition:

Public Methods | |
| csInputBinderPosition (int pp) | |
| Initialize constructor. More... | |
| csInputBinderPosition () | |
| Empty constructor. More... | |
| csInputBinderPosition (iInputBinderPosition *pp) | |
| Copy constructor. More... | |
| virtual | ~csInputBinderPosition () |
| Destructor. More... | |
| virtual void | Set (int pp) |
| Set the position; called by csInputBinder. More... | |
| virtual int | Get () const |
| Get the position; called by the application. More... | |
Definition at line 98 of file csutil/binder.h.
|
|
Initialize constructor.
Definition at line 108 of file csutil/binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Empty constructor.
Definition at line 111 of file csutil/binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Copy constructor.
Definition at line 114 of file csutil/binder.h. References Get, and SCF_CONSTRUCT_IBASE. |
|
|
Destructor.
Definition at line 117 of file csutil/binder.h. |
|
|
Get the position; called by the application.
Implements iInputBinderPosition. Definition at line 122 of file csutil/binder.h. Referenced by csInputBinderPosition. |
|
|
Set the position; called by csInputBinder.
Implements iInputBinderPosition. Definition at line 120 of file csutil/binder.h. |