Home
last modified time | relevance | path

Searched refs:getNodePathString (Results 1 – 5 of 5) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DOsgDebug.hxx32 std::string getNodePathString(const osg::Node* node);
H A DOsgDebug.cxx26 std::string getNodePathString(const osg::Node* node) in getNodePathString() function
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalModelData.cxx90 " path = " << simgear::getNodePathString(branch) << ")" in FGNasalModelData()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/
H A Dmegacmdexecuter.h59 std::string getNodePathString(mega::MegaNode *n);
H A Dmegacmdexecuter.cpp4738 std::string MegaCmdExecuter::getNodePathString(MegaNode *n) in getNodePathString() function in megacmd::MegaCmdExecuter
4760 …LOG_debug << "copy with new name: \"" << getNodePathString(n) << "\" to \"" << destiny << "\" newn… in copyNode()
4770 … LOG_debug << "copy & rename: \"" << getNodePathString(n) << "\" to \"" << destiny << "\""; in copyNode()
4801 … LOG_debug << "overwriding target: \"" << getNodePathString(n) << "\" to \"" << destiny << "\""; in copyNode()
4844 … LOG_debug << "Copying into folder: \"" << getNodePathString(n) << "\" to \"" << destiny << "\""; in copyNode()
4857 … LOG_debug << "Sending to user: \"" << getNodePathString(n) << "\" to \"" << targetuser << "\""; in copyNode()