#include "custom_function.h"#include <limits>#include <QFile>#include <QMessageBox>#include <QElapsedTimer>
Go to the source code of this file.
Functions | |
| QDomElement | ExportSnippets (const SnippetsMap &snippets, QDomDocument &doc) |
| SnippetsMap | GetSnippetsFromXML (const QString &xml_text) |
| SnippetsMap | GetSnippetsFromXML (const QDomElement &snippets_element) |
| QDomElement ExportSnippets | ( | const SnippetsMap & | snippets, |
| QDomDocument & | doc | ||
| ) |
Definition at line 299 of file custom_function.cpp.
| SnippetsMap GetSnippetsFromXML | ( | const QString & | xml_text | ) |
Definition at line 261 of file custom_function.cpp.
| SnippetsMap GetSnippetsFromXML | ( | const QDomElement & | snippets_element | ) |
Definition at line 282 of file custom_function.cpp.