This is the complete list of members for CustomFunction, including all inherited members.
_function | CustomFunction | private |
_function_replaced | CustomFunction | private |
_global_vars | CustomFunction | private |
_jsEngine | CustomFunction | private |
_last_updated_timestamp | CustomFunction | private |
_linked_plot_name | CustomFunction | private |
_plot_name | CustomFunction | private |
_used_channels | CustomFunction | private |
calculate(const PlotDataMapRef &plotData, PlotData *dst_data) | CustomFunction | |
calculateAndAdd(PlotDataMapRef &plotData) | CustomFunction | |
calculatePoint(QJSValue &calcFct, const PlotData &src_data, const std::vector< const PlotData * > &channels_data, QJSValue &chan_values, size_t point_index) | CustomFunction | private |
createFromXML(QDomElement &element) | CustomFunction | static |
CustomFunction(const std::string &linkedPlot, const std::string &plotName, const QString &globalVars, const QString &function) | CustomFunction | |
CustomFunction(const std::string &linkedPlot, const SnippetData &snippet) | CustomFunction | |
function() const | CustomFunction | |
getChannelsFromFuntion(const QString &function) | CustomFunction | static |
globalVars() const | CustomFunction | |
initJsEngine() | CustomFunction | private |
linkedPlotName() const | CustomFunction | |
name() const | CustomFunction | |
xmlSaveState(QDomDocument &doc) const | CustomFunction |