#include <memory>
#include <string>
#include <QWidget>
#include <QString>
#include <QDomDocument>
#include <QJSEngine>
#include "PlotJuggler/plotdata.h"
Go to the source code of this file.
Classes | |
class | CustomFunction |
struct | SnippetData |
Typedefs | |
typedef std::unordered_map< std::string, CustomPlotPtr > | CustomPlotMap |
typedef std::shared_ptr< CustomFunction > | CustomPlotPtr |
typedef std::map< QString, SnippetData > | SnippetsMap |
Functions | |
QDomElement | ExportSnippets (const SnippetsMap &snippets, QDomDocument &destination_doc) |
SnippetsMap | GetSnippetsFromXML (const QString &xml_text) |
SnippetsMap | GetSnippetsFromXML (const QDomElement &snippets_element) |
typedef std::unordered_map<std::string, CustomPlotPtr> CustomPlotMap |
Definition at line 15 of file custom_function.h.
typedef std::shared_ptr<CustomFunction> CustomPlotPtr |
Definition at line 13 of file custom_function.h.
typedef std::map<QString, SnippetData> SnippetsMap |
Definition at line 23 of file custom_function.h.
QDomElement ExportSnippets | ( | const SnippetsMap & | snippets, |
QDomDocument & | destination_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.