X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src2%2FcreaImageIOWxGimmickView.h;h=0b4c74d4896cd987952ff9b0c93874d242714ab2;hb=b029354f54449e058d14c671e7155e65b4086de6;hp=f4dcb2da5407de4bc881c906b5c3af3985fb9b2a;hpb=d87a9f8f86d472c5ecaed70fa83f1e8a1024a450;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index f4dcb2d..0b4c74d 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -67,6 +67,8 @@ namespace creaImageIO void ClearSelection(); ///Copies selected files void CopyFiles(const std::vector& filenames); + ///Add selected files to the Database + void AddDir(std::string dirName); ///Sends a request to read the currently selected node and the ones that surround it. @@ -92,8 +94,12 @@ namespace creaImageIO ///Called upon when a field has been edited void OnFieldsEdited(tree::Node* node, const std::string& name, const std::string& key, const std::string& val); - - + + ///Called upon to return the visible attributes of the current tab + void GetVisibleAttributes(std::vector& shown,std::vector& nShown, int level); + + ///Called when there has been a change in the visible attributes of a tree view + void OnAttributesChanged(const std::vector& nShown, int level); protected: /// Creates the tool bar