Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::IConnectionsArray Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IConnectionsArray:

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)
IConnectionGetConnectionAt (DXP::C_Point ALocation)
int GetState_ConnectionsCount ()
IConnectionGetState_Connection (int Index)
void AddConnectionXY_WithSize (int x, int y, TSize ASize)

Member Function Documentation

◆ AddConnection()

void SCH::IConnectionsArray::AddConnection ( DXP::C_Point ALocation)

◆ AddConnectionXY()

void SCH::IConnectionsArray::AddConnectionXY ( int x,
int y )

◆ AddConnectionXY_WithSize()

void SCH::IConnectionsArray::AddConnectionXY_WithSize ( int x,
int y,
TSize ASize )

◆ GetConnectionAt()

IConnection * SCH::IConnectionsArray::GetConnectionAt ( DXP::C_Point ALocation)

◆ GetState_Connection()

IConnection * SCH::IConnectionsArray::GetState_Connection ( int Index)

◆ GetState_ConnectionsCount()

int SCH::IConnectionsArray::GetState_ConnectionsCount ( )

◆ GraphicallyInvalidate()

void SCH::IConnectionsArray::GraphicallyInvalidate ( )

◆ RemoveAllConnectionsAt()

bool SCH::IConnectionsArray::RemoveAllConnectionsAt ( DXP::C_Point ALocation)

◆ RemoveAllConnectionsForLine()

bool SCH::IConnectionsArray::RemoveAllConnectionsForLine ( DXP::C_Point L1,
DXP::C_Point L2 )

◆ ResetAllConnections()

void SCH::IConnectionsArray::ResetAllConnections ( )

The documentation for this struct was generated from the following file: