Searched refs:GetContent (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxtixml.cpp57 return node->GetChildren()->GetContent() ;
463 wxString resstring = prop->GetContent() ;
516 content = node->GetContent() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dtabpgwin.h253 wxWindow& GetContent();
H A Dtabpgwin.cpp100 wxWindow& twTabInfo::GetContent() function in class:twTabInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp494 if (wxIsAbsolutePath(n->GetContent()) || inputPath.empty())
495 fullname = n->GetContent();
497 fullname = inputPath + wxFILE_SEP_PATH + n->GetContent();
502 wxString filename = GetInternalFileName(n->GetContent(), flist);
916 !n->GetContent().IsNumber()) ||
929 arr.Add(ConvertText(n->GetContent()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp339 return n->GetContent();
563 ctx->lastAsText->SetContent(ctx->lastAsText->GetContent() + str);
862 OutputString( stream, node->GetContent() );
867 OutputEscapedString(stream, node->GetContent(),
912 OutputString(stream, node->GetContent(), convMem, convFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xml/
H A Dxml.h129 wxString GetContent() const { return m_content; } function in class:wxXmlNode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp128 wxString text2 = textChild->GetContent();
159 wxString text2 = textChild->GetContent();
191 data = dataChild->GetContent();
379 return n->GetContent();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlnode.tex133 \membersection{wxXmlNode::GetContent}\label{wxxmlnodegetcontent}
135 \constfunc{wxString}{GetContent}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp663 if ( dest.GetType() == wxXML_TEXT_NODE && with.GetContent().length() )
664 dest.SetContent(with.GetContent());
1223 return n->GetContent();

Completed in 278 milliseconds