|
static void | prvAssertValidateLCR (const SPrvLogicComponentRefs &sLCR) |
|
static void | prvEraseRcpDrawGooCanvas (IGraphics *graphics, const std::shared_ptr< CLogicsDrawingAreaModel > &logicDrawingAreaModel, AbstractCanvasItem::TId id) |
|
static void | prvElementRightClick (AbstractCanvasItem::TId itemId, const SPrvLogicComponentRefs &sLCR, const iv::math::geometry::Point2d &clickedPoint) |
|
static void | prvElementDoubleClick (AbstractCanvasItem::TId itemId, const SPrvLogicComponentRefs &sLCR) |
|
static void | prvComponentOrConnectionLeftClick (const CEventCanvasButton *evtCanvasButton, AbstractCanvasItem::TId itemId, SPrvLogicComponentRefs &sLCR) |
|
static bool | prvEditSelectedChannelComponent (const std::shared_ptr< CLogicsComponentChannel > &logicsComponentChannel, std::optional< iv::types::unitId > defaultUnitId, const std::weak_ptr< CLogicsDrawingAreaModel > &logicDrawingAreaModel, CDialog *dlgFather) |
|
static bool | prvEditSelectedLibraryIOParamComponent (const std::shared_ptr< CLogicsComponentLibraryInOutBlock > &logicsComponentLibraryIoBlock, CDialog *dlgFather) |
|
static void | prvComponentMove (const CEventCanvasButton *evtCanvasButton, AbstractCanvasItem::TId itemId, const SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicComponent::prvAddListenersLogicsComponent (const std::shared_ptr< AbstractLogicsElement > &newLE, AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicComponent::prvAddRcpDrawLogicsComponent (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicComponent::prvPrepareToDrawLogicsComponent (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicText::prvAddListenersLogicsText (const std::shared_ptr< AbstractLogicsElement > &newLE, AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicText::prvAddRcpDrawLogicsText (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicText::prvPrepareToDrawLogicsText (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicRectangle::prvAddListenersLogicsRectangle (const std::shared_ptr< AbstractLogicsElement > &newLE, AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicRectangle::prvAddRcpDrawLogicsRectangle (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicRectangle::prvPrepareToDrawLogicsRectangle (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static CLogicsAllowed::TMapDBBlockParamNStr | PrepareLogicConnectionPoint::buildOthersComponentParamDesc (const CLogicsConnectionPoint &linkedCP) |
|
static void | PrepareLogicConnectionPoint::prvAddLogicsConnection (AbstractCanvasItem::TId itemId, const SPrvLogicComponentRefs &sLCR) |
|
static std::optional< iv::types::errorMessage > | PrepareLogicConnectionPoint::prvCanAddOthersComponent (const std::shared_ptr< CLogicsComponent > &addingComponent, AbstractCanvasItem::TId linkedConnectionPointId, const SPrvLogicComponentRefs &sLCR, bool displayPanelConfiguration) |
|
static AbstractCanvasItem::TId | PrepareLogicConnectionPoint::prvAddOthersComponent (const iv::types::logic::ComponentType &componentType, AbstractCanvasItem::TId linkedConnectionPointId, SPrvLogicComponentRefs &sLCR, bool displayPanelConfiguration) |
|
static void | PrepareLogicConnectionPoint::prvSetLabel (AbstractCanvasItem::TId newLcId, const SPrvLogicComponentRefs &sLCR, std::optional< std::string > newLabelName=std::nullopt) |
|
static void | PrepareLogicConnectionPoint::prvSetLibraryIOBlock (AbstractCanvasItem::TId newLcId, const SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnectionPoint::prvAddListenersLogicsConnectionPoint (const std::shared_ptr< AbstractLogicsElement > &newCP, AbstractCanvasItem::TId newCPId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnectionPoint::prvAddRcpDrawLogicsConnectionPoint (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnectionPoint::prvPrepareToDrawLogicsConnectionPoint (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicBackground::prvAddListenersLogicsBackground (const std::shared_ptr< AbstractLogicsElement > &newLE, AbstractCanvasItem::TId newLEId, const SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicBackground::prvAddRcpDrawLogicsBackground (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicBackground::prvPrepareToDrawBackgroundItem (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnection::prvAddListenersLogicsConnection (const std::shared_ptr< AbstractLogicsElement > &newLE, AbstractCanvasItem::TId newLEId, const SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnection::prvAddRcpDrawLogicsConnection (AbstractCanvasItem::TId newLEId, SPrvLogicComponentRefs &sLCR) |
|
static void | PrepareLogicConnection::prvPrepareToDrawLogicsConnection (const std::shared_ptr< AbstractLogicsElement > &lE, SPrvLogicComponentRefs &sLCR) |
|
static void | prvAddNewLogicsConnectionPoints (const std::shared_ptr< AbstractLogicsElement > &newLE, const CLogicsAllowed::TMapDBBlockParamNStr &mapBlockParamsDesc, SPrvLogicComponentRefs &sLCR) |
|