1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/pathString.h" 61 typedef std::function<std::string(const Path&)>
StringFn;
void registerPathComponentSeparator(const Rtid &rtId, char sep)
std::function< std::string(const Path &)> StringFn
std::string string(const Path &path)
void setCreatePathFn(const CreatePathFn &fn)
std::list< Ufe::Rtid > pathComponentSeparatorRunTimeIds(char sep)
std::function< Path(const std::string &)> CreateSingleSegmentPathFn
Identify an object or 3D path in the scene.
std::function< Path(const Path::Segments &)> CreatePathFn
CreateSingleSegmentPathFn createSingleSegmentPathFn(const Rtid &rtId)
CreatePathFn createPathFn()
void setPathSegmentSeparator(const std::string &separator)
void setCreateSingleSegmentPathFn(const Rtid &rtId, const CreateSingleSegmentPathFn &fn)
Path path(const std::string &pathString)
void unregisterPathComponentSeparator(const Rtid &rtId, char sep)
void setStringFn(const StringFn &fn)
std::string pathSegmentSeparator()