1 #ifndef AddCustomPlotDialog_H 2 #define AddCustomPlotDialog_H 6 #include <QListWidgetItem> 7 #include <unordered_map> 11 #include "ui_function_editor.h" 15 #include "QLuaCompleter" 16 #include "QSyntaxStyle" 47 bool eventFilter(QObject* obj, QEvent* event)
override;
121 Ui::FunctionEditor*
ui;
145 void accept(std::vector<CustomPlotPtr> plot);
149 #endif // AddCustomPlotDialog_H
std::map< QString, SnippetData > SnippetsMap
std::unordered_map< std::string, std::shared_ptr< TransformFunction > > TransformsMap
Class, that describes completer with glsl specific types and functions.
std::shared_ptr< CustomFunction > CustomPlotPtr