#include "custom_function.h"
#include <limits>
#include <QFile>
#include <QMessageBox>
#include <QElapsedTimer>
#include "lua_custom_function.h"
Go to the source code of this file.
Functions | |
QDomElement | ExportSnippets (const SnippetsMap &snippets, QDomDocument &doc) |
QDomElement | ExportSnippetToXML (const SnippetData &snippet, QDomDocument &doc) |
SnippetData | GetSnippetFromXML (const QDomElement &element) |
SnippetsMap | GetSnippetsFromXML (const QDomElement &snippets_element) |
SnippetsMap | GetSnippetsFromXML (const QString &xml_text) |
QDomElement ExportSnippets | ( | const SnippetsMap & | snippets, |
QDomDocument & | doc | ||
) |
Definition at line 171 of file custom_function.cpp.
QDomElement ExportSnippetToXML | ( | const SnippetData & | snippet, |
QDomDocument & | doc | ||
) |
Definition at line 208 of file custom_function.cpp.
SnippetData GetSnippetFromXML | ( | const QDomElement & | element | ) |
Definition at line 184 of file custom_function.cpp.
SnippetsMap GetSnippetsFromXML | ( | const QDomElement & | snippets_element | ) |
Definition at line 157 of file custom_function.cpp.
SnippetsMap GetSnippetsFromXML | ( | const QString & | xml_text | ) |
Definition at line 132 of file custom_function.cpp.