public:
ViewNode (Canvas::Group *parent, uint num, uint padre, BTreeNodeHeader &header, std::list<BTreeData *> &keys);
+ void HighliteKey (Clave &k);
+
std::list<uint>& getChilds () { return hijos; }
typedef SigC::Signal3<void, BTreeData *, uint, ViewNode *> type_signal_selected;
uint num, padre;
Canvas::Rect *fondo;
ViewBTreeData *last_selected;
+ std::list<ViewBTreeData *> datas;
};
#endif