diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-31 19:15:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-31 19:15:24 +0000 |
| commit | 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 (patch) | |
| tree | e20da017ab6d93775136f0cd2267a25f7c83f8d6 /src/bindings.hh | |
| parent | 1161a90a70b21d3064a9dee62c72dd4be3025ada (diff) | |
load config options from the python environment
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index dde79949..0ae03576 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -7,6 +7,7 @@ */ #include "actions.hh" +#include "otk/timer.hh" #include <string> #include <vector> @@ -53,12 +54,16 @@ private: BindingTree *_curpos; // position in the keytree Binding _resetkey; // the key which resets the key chain status + + otk::OBTimer _timer; int find(BindingTree *search) const; bool translate(const std::string &str, Binding &b) const; BindingTree *buildtree(const StringVect &keylist, int id) const; void assimilate(BindingTree *node); + static void reset(OBBindings *self); + public: //! Initializes an OBBinding object OBBindings(); |
