soui 根据xml创建控件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了soui 根据xml创建控件相关的知识,希望对你有一定的参考价值。
pItemCtrl = (SWindow *)SApplication::getSingleton().CreateWindowByName(SWindow::GetClassName());
pHolder->InsertChild(pItemCtrl);
pugi::xml_document xmlDoc;
xmlDoc.load_buffer(tempXml.GetBuffer(tempXml.GetLength()),
tempXml.GetLength());
if(!pItemCtrl->InitFromXml(xmlDoc.first_child()))
{
return;
}
以上是关于soui 根据xml创建控件的主要内容,如果未能解决你的问题,请参考以下文章