]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blobdiff - viewer/view_btree.h
Agrego posibiliad de abrir un arbol desde un archivo.
[z.facultad/75.52/treemulator.git] / viewer / view_btree.h
index 529dab26034cde1a993e425743b9cbe584eef6bc..894bf5d03a49dd2c124436b97ad790166e79a738 100644 (file)
@@ -14,7 +14,10 @@ class ViewNode;
 
 class ViewBTree : public Canvas::Group, public BTree {
        public:
-               ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int type);
+               ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int tree_type, int type);
+
+               void Clear ();
+               void HighliteKey (Clave &k);
 
                static double byte_to_pixels;
                static double node_width;