|
static CRectangleGraphics * | createRectangleGradientInCenterSolid (double sizeX, double sizeY, iv::types::color colorGradient) |
|
static CRectangleGraphics * | createRectangleGradientRoundedInCenterSolid (double sizeX, double sizeY, double radiusRoundCorner, iv::types::color colorGradient) |
|
static CRectangleGraphics * | createRectangleInCenterSolid (double sizeX, double sizeY) |
|
static CRectangleGraphics * | createRectangleInCenterPaddingWithTexture (double sizeX, double sizeY, double padding) |
|
static CRectangleGraphics * | createRectangleInCenterWithTexture (double sizeX, double sizeY) |
|
static CRectangleGraphics * | createRectangleRoundedInCenterSolid (double sizeX, double sizeY, double radiusRoundCorner) |
|
static CRectangleGraphics * | createRectangleRoundedInCenterWithTexture (double sizeX, double sizeY, double radiusCorner) |
|
static CRectangleGraphics * | createRectangleSolid (double sizeX, double sizeY, double x, double y) |
|
static CRectangleGraphics * | createRectangleWithTexture (double sizeX, double sizeY, double x, double y) |
|
static void | defineMaterialIfNotExist (IGraphics *graphics, const std::string &nameMaterial, iv::types::color color) |
|
static void | drawArrowRight (IGraphics *graphics, double sizeArrow) |
|
static void | drawArrowRight (IGraphics *graphics, double triangleHeight, double triangleWidth, double rectangleHeight, double rectangleWidth) |
|
static void | drawArrowTriangle (IGraphics *graphics, double sizeTriangle) |
|
static void | drawBreakerClosed (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawBreakerNoValue (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawBreakerOpen (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawButton (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawDigital (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawDoubleArrow (IGraphics *graphics, double sizeArrow) |
|
static void | drawDoubleArrowLeft (IGraphics *graphics, double size) |
|
static void | drawDoubleArrowRight (IGraphics *graphics, double size) |
|
static void | drawFan (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawFanRunning (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawFanRunningExhaust (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawGenerator (const CRectangleGraphics *rectangle, iv::types::color colorStateGenerator, iv::types::color colorStateRun, IGraphics *graphics) |
|
static void | drawLomHorizontal (bool hasID, const CRectangleGraphics *rectangle, IGraphics *graphics) |
|
static void | drawLomVerticalLeft (bool hasID, const CRectangleGraphics *rectangle, class IGraphics *graphics) |
|
static void | drawLomVerticalRight (bool hasID, const CRectangleGraphics *rectangle, IGraphics *graphics) |
|
static void | drawMLim (const CRectangleGraphics *rectangle, IGraphics *graphics) |
|
static void | drawMotor (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawPropeller (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawRtu (iv::types::color colorRtu, const CRectangleGraphics *rectangle, IGraphics *graphics) |
|
static void | drawShaft (const CRectangleGraphics *rectangle, iv::types::color colorState, iv::types::color colorStateUpper, IGraphics *graphics) |
|
static void | drawTank (const CRectangleGraphics *rectangle, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawThermostatic (double sizeX, double sizeY, iv::types::color colorState, IGraphics *graphics) |
|
static void | drawValve (double sizeX, double sizeY, iv::types::color colorState, IGraphics *graphics) |
|
static CDxf * | readDXFResource (const std::string &nameResource) |
|