Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_XMLDocument Class Reference

#include <cfx_xmldocument.h>

+ Collaboration diagram for CFX_XMLDocument:

Public Member Functions

 CFX_XMLDocument ()
 
 ~CFX_XMLDocument ()
 
CFX_XMLElementGetRoot () const
 
template<typename T , typename... Args>
T * CreateNode (Args &&... args)
 
void AppendNodesFrom (CFX_XMLDocument *other)
 

Detailed Description

Definition at line 17 of file cfx_xmldocument.h.

Constructor & Destructor Documentation

◆ CFX_XMLDocument()

CFX_XMLDocument::CFX_XMLDocument ( )

Definition at line 11 of file cfx_xmldocument.cpp.

References CFX_XMLDocument().

Referenced by CFX_XMLDocument().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CFX_XMLDocument()

CFX_XMLDocument::~CFX_XMLDocument ( )
default

Member Function Documentation

◆ AppendNodesFrom()

void CFX_XMLDocument::AppendNodesFrom ( CFX_XMLDocument * other)

Definition at line 16 of file cfx_xmldocument.cpp.

◆ CreateNode()

template<typename T , typename... Args>
T * CFX_XMLDocument::CreateNode ( Args &&... args)
inline

Definition at line 25 of file cfx_xmldocument.h.

◆ GetRoot()

CFX_XMLElement * CFX_XMLDocument::GetRoot ( ) const
inline

Definition at line 22 of file cfx_xmldocument.h.

Referenced by TEST().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: