21 #ifndef DATATOOLS_UI_UTILS_H 22 #define DATATOOLS_UI_UTILS_H 64 std::string
basename(
const std::string & path);
70 bool is_hidden(
const std::string & name_);
83 const std::string & leaf_name_,
84 std::string & full_leaf_path_);
87 bool is_child_of(
const std::string & child_candidate_,
const std::string & parent_path_);
90 std::string
build_path(
const std::list<std::string> & segments_);
98 #endif // DATATOOLS_UI_UTILS_H