]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
the bindings tree might work now
[chaz/openbox] / src / bindings.hh
index 70b2326d67fd8414d739eb0c160a8bf220e9bf5c..ffe987b319a008c44a54c9ba00d0360ca9dd6262 100644 (file)
@@ -46,8 +46,13 @@ public:
   typedef std::vector<std::string> StringVect;
 
 private:
-  BindingTree _bindings;// root nodes (these dont have siblings!)
+  BindingTree _tree;// root node of the tree (this doesn't have siblings!)
 
+  int find(BindingTree *search);
+  bool translate(const std::string &str, Binding &b);
+  BindingTree *buildtree(const StringVect &keylist, int id);
+  void OBBindings::assimilate(BindingTree *node);
 public:
   //! Initializes an OBBinding object
   OBBindings();
This page took 0.022843 seconds and 4 git commands to generate.