#include <SReadline.h>
Public Member Functions | |
| SKeymap (bool PrintableBound=false) | |
| Creates a new keymap. | |
| SKeymap (Keymap Pattern) | |
| Creates a new keymap which is a copy of Pattern. | |
| ~SKeymap () | |
| Frees the allocated keymap. | |
| void | Bind (int Key, KeyCallback Callback) |
| Binds the given key to a function. | |
| void | Unbind (int Key) |
| Unbinds the given key. | |
| SKeymap (const SKeymap &rhs) | |
| Copy constructor. | |
| SKeymap & | operator= (const SKeymap &rhs) |
| operator= | |
Friends | |
| class | SReadline |
Definition at line 264 of file SReadline.h.
|
|
Creates a new keymap.
Definition at line 274 of file SReadline.h. |
|
|
Creates a new keymap which is a copy of Pattern.
Definition at line 298 of file SReadline.h. |
|
|
Copy constructor.
Definition at line 351 of file SReadline.h. References keymap. |
|
||||||||||||
|
Binds the given key to a function.
Definition at line 323 of file SReadline.h. |
|
|
operator=
Definition at line 363 of file SReadline.h. References keymap. |
|
|
Unbinds the given key.
Definition at line 338 of file SReadline.h. |
1.4.5