28 #ifndef __creaImageIOWxTreeView_h_INCLUDED__
29 #define __creaImageIOWxTreeView_h_INCLUDED__
36 #include <wx/listctrl.h>
37 #include <wx/splitter.h>
70 wxWindow* parent,
const wxWindowID
id);
123 void GetAttributes(std::vector<std::string>& areShown, std::vector<std::string>& notShown,
int level);
129 void CreateCtrl(std::vector<std::string>& notShown,
int nlevel);
147 std::vector<std::string>
key;
171 const std::vector<tree::Node*>&
GetSelected(
int level);
183 void GetNodes(std::vector<tree::Node*>& nodes,
bool direction);
235 DECLARE_EVENT_TABLE()
251 void onCheck(wxCommandEvent &Event);
261 #endif // USE_WIDGETS