Exemplo n.º 1
0
//获取一个节点的字符串,没有去找中间孩子
const char * CTreeBase::GetString(const XHRbNode *p)
{
	const char * pRet = GetNodeString(p);

	if(pRet) return pRet;
	return GetString(GetTreeMid(p));
}
Exemplo n.º 2
0
	QString UserTune::Node () const
	{
		return GetNodeString ();
	}
Exemplo n.º 3
0
	QString UserActivity::Node () const
	{
		return GetNodeString ();
	}
Exemplo n.º 4
0
	QString UserMood::Node () const
	{
		return GetNodeString ();
	}