Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CTendencyCurve Member List

This is the complete list of members for CTendencyCurve, including all inherited members.

addPoint(iv::types::timestamp timeSeconds, double value) constCTendencyCurve
createTendencyCurveAnalog(std::string_view tagChannel, std::string_view descriptionChannel, const iv::time::Timestamp &initInterval, const iv::time::Timestamp &endInterval, uint64_t step, double yMin, double yMax, double multiplier, uint16_t numDecimalsY, std::string_view strUnit, bool isDigital=false)CTendencyCurvestatic
createTendencyCurveDigital(std::string_view tagChannel, std::string_view descriptionChannel, const iv::time::Timestamp &initInterval, const iv::time::Timestamp &endInterval, uint64_t step, bool isDigital=true)CTendencyCurvestatic
CTendencyCurve()=deleteCTendencyCurve
CTendencyCurve(const CTendencyCurve &other)=deleteCTendencyCurve
CTendencyCurve(CTendencyCurve &&other)=deleteCTendencyCurve
CTendencyCurve(ETendencyCurveType typeTendencyCurve, std::string_view tagChannel, std::string_view descriptionChannel, STendencyChannelData **tendencyChannelData, double yMin, double yMax, double multiplier, uint16_t numDecimalsY, std::string_view strUnit, bool isDigital)CTendencyCurveprivate
drawAxis(IGraphics *graphics, bool withAxisX, bool withAxisY, bool withVerticalGrid, bool withHorizontalGrid, iv::types::height textHeight, iv::types::color colorRGBAxisY, uint64_t indCurve, bool multipleCurves, bool isPrinting=false) constCTendencyCurve
drawAxisReference(double valueX, IGraphics *graphics, double maxY, double minY, bool multipleCurves) constCTendencyCurve
generatePlotLines() constCTendencyCurve
getCurveType() constCTendencyCurve
getDescriptionChannel() constCTendencyCurve
getEndTime() constCTendencyCurve
getMaxY() constCTendencyCurve
getMinY() constCTendencyCurve
getStartTime() constCTendencyCurve
getStrUnit() constCTendencyCurve
m_descriptionChannelCTendencyCurveprivate
m_isDigitalCTendencyCurveprivate
m_multiplierCTendencyCurveprivate
m_numDecimalsYCTendencyCurveprivate
m_strUnitCTendencyCurveprivate
m_tagChannelCTendencyCurveprivate
m_tendencyChannelDataCTendencyCurveprivate
m_typeTendencyCurveCTendencyCurveprivate
m_yMaxAnalogCTendencyCurveprivate
m_yMinAnalogCTendencyCurveprivate
moveValuePositionX(double actualPositionX, double percentage) constCTendencyCurve
operator=(const CTendencyCurve &other)=deleteCTendencyCurve
operator=(CTendencyCurve &&other)=deleteCTendencyCurve
operator==(const CTendencyCurve &b) constCTendencyCurve
printValues(AbstractLog *logger) constCTendencyCurve
prvGenerateSegmentLines(const std::shared_ptr< std::vector< STendencyPoint > > &tendencyPoints, iv::types::timestamp startTime, iv::types::timestamp endTime, double yMin, double yMax)CTendencyCurveprivatestatic
sortPoints() constCTendencyCurve
strClickedTime(double clickedPointX) constCTendencyCurve
strValue(double valueX, double valueY, unsigned char *justify) constCTendencyCurve
writeClickedTime(IGraphics *graphics, double maxY, double minY, double clickedTime, unsigned char justify, bool multipleCurves, double sizeHeight) constCTendencyCurve
~CTendencyCurve()CTendencyCurve