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

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

drawArcWithColor(double radiusMark, double angleInitial, double angleFinal, iv::types::color color, IGraphics *graphics)CDrawShapesstatic
drawArcWithColor(double radiusMark, double angleInitial, double angleFinal, iv::types::color color, IGraphics *graphics, float thickness)CDrawShapesstatic
drawButtonPushed(double width, double height, uint32_t rgbColorBackground, uint32_t rgbColorBorder, uint32_t rgbColorShadow, IGraphics *graphics)CDrawShapesstatic
drawCircleFilled(iv::types::color rgbCenter, iv::types::color rgbPerimeter, double radius, IGraphics *graphics)CDrawShapesstatic
drawCirclePump(double x, double y, double size, iv::types::color color, CCircleGraphics *circle, IGraphics *graphics)CDrawShapesstatic
drawCircumferenceWithInterpolation(double radius, const CInterpolationColor &interpolationColors, IGraphics *graphics)CDrawShapesstatic
drawCompressorSecondDesign(double size, iv::types::color colorControlState, iv::types::color colorWorkingState, CCircleGraphics *circlePump, IGraphics *graphics)CDrawShapesstatic
drawCross(double size, IGraphics *graphics)CDrawShapesstatic
drawCrossInPoint(double x, double y, double size, IGraphics *graphics)CDrawShapesstatic
drawFrameGradiant(const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &pointsInteriors, uint32_t rgbColorInterior, const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &pointsExteriors, uint32_t rgbColorExterior, IGraphics *graphics)CDrawShapesstatic
drawInfo(const std::vector< std::string > &txtInfo, double x, double y, unsigned char justify, IGraphics *graphics)CDrawShapesstatic
drawLegend(IGraphics *graphics, const std::vector< std::string > &names, const std::vector< uint32_t > &colors, std::optional< iv::types::color > colorShadow=std::nullopt, std::optional< iv::types::color > colorLegend=std::nullopt)CDrawShapesstatic
drawMechanicPump(double size, iv::types::color colorLocalRemote, iv::types::color colorRunStop, CCircleGraphics *circlePump, CCircleGraphics *circleMechanic1, CCircleGraphics *circleMechanic2, IGraphics *graphics)CDrawShapesstatic
drawPistonPump(double size, iv::types::color colorLocalRemote, iv::types::color colorRunStop, IGraphics *graphics)CDrawShapesstatic
drawPolyline(const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &points, IGraphics *graphics)CDrawShapesstatic
drawPolyline(const std::shared_ptr< std::vector< iv::math::geometry::Point3d > > &points, IGraphics *graphics)CDrawShapesstatic
drawPolylineFilled(const std::vector< iv::math::geometry::Point2d > &points, IGraphics *graphics)CDrawShapesstatic
drawPolylineFilled(const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &points, IGraphics *graphics)CDrawShapesstatic
drawPolylineFilled(const std::vector< iv::math::geometry::Point3d > &points, IGraphics *graphics)CDrawShapesstatic
drawRectangleFilledCentredInOrigin(double width, double height, uint64_t rgbFilled, IGraphics *graphics)CDrawShapesstatic
drawRectangleInCenter(double posX, double posY, double sizeX, double sizeY, IGraphics *graphics)CDrawShapesstatic
drawReferences(bool isDigital, double textHeight, const std::string &nameUnitX, bool withAxisX, const std::string &nameUnitY, bool withAxisY, iv::types::color colorRGBAxisY, double moveAxisY, double sizeLineRefX, double sizeLineRefY, double xMax, double yMax, double multiplier, double xMin, double yMin, bool isGridVerticalActivated, bool isGridHorizontalActivated, uint16_t numDecimalsX, uint16_t numDecimalsY, double multipleX, double multipleY, CDrawShapes::EValueAxisType valueAxisX, uint64_t moveTextX, double moveTextY, IGraphics *graphics, bool multipleCurves)CDrawShapesstatic
drawTorusWithColor(double radiusIn, iv::types::color colorIn, double radiusOut, iv::types::color colorOut, double angleInitial, double angleFinal, IGraphics *graphics)CDrawShapesstatic
drawTrianglesFan(const std::vector< iv::math::geometry::Point2d > &points, IGraphics *graphics)CDrawShapesstatic
EValueAxisType enum nameCDrawShapes