]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
make some static functions members of OBBindings
[chaz/openbox] / src / bindings.hh
index 70b2326d67fd8414d739eb0c160a8bf220e9bf5c..4545627a713c808d37cd77f5cf78284332d073c8 100644 (file)
@@ -46,8 +46,12 @@ 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);
 public:
   //! Initializes an OBBinding object
   OBBindings();
This page took 0.023964 seconds and 4 git commands to generate.