summaryrefslogtreecommitdiff
path: root/src/bindings.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings.hh')
-rw-r--r--src/bindings.hh5
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();