From 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 19:15:24 +0000 Subject: load config options from the python environment --- src/bindings.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bindings.hh') 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 #include @@ -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(); -- cgit v1.2.3