|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | AddConnection (DXP::C_Point ALocation) |
| void | AddConnectionXY (int x, int y) |
| void | ResetAllConnections () |
| void | GraphicallyInvalidate () |
| bool | RemoveAllConnectionsAt (DXP::C_Point ALocation) |
| bool | RemoveAllConnectionsForLine (DXP::C_Point L1, DXP::C_Point L2) |
| IConnection * | GetConnectionAt (DXP::C_Point ALocation) |
| int | GetState_ConnectionsCount () |
| IConnection * | GetState_Connection (int Index) |
| void | AddConnectionXY_WithSize (int x, int y, TSize ASize) |
| void SCH::IConnectionsArray::AddConnection | ( | DXP::C_Point | ALocation | ) |
| void SCH::IConnectionsArray::AddConnectionXY | ( | int | x, |
| int | y ) |
| void SCH::IConnectionsArray::AddConnectionXY_WithSize | ( | int | x, |
| int | y, | ||
| TSize | ASize ) |
| IConnection * SCH::IConnectionsArray::GetConnectionAt | ( | DXP::C_Point | ALocation | ) |
| IConnection * SCH::IConnectionsArray::GetState_Connection | ( | int | Index | ) |
| int SCH::IConnectionsArray::GetState_ConnectionsCount | ( | ) |
| void SCH::IConnectionsArray::GraphicallyInvalidate | ( | ) |
| bool SCH::IConnectionsArray::RemoveAllConnectionsAt | ( | DXP::C_Point | ALocation | ) |
| bool SCH::IConnectionsArray::RemoveAllConnectionsForLine | ( | DXP::C_Point | L1, |
| DXP::C_Point | L2 ) |
| void SCH::IConnectionsArray::ResetAllConnections | ( | ) |