|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| THorizontalAlign SCH::ISch_Port::GetState_Alignment | ( | ) |
| bool SCH::ISch_Port::GetState_AutoSize | ( | ) |
| TSize SCH::ISch_Port::GetState_BorderWidth | ( | ) |
| TPortConnectedEnd SCH::ISch_Port::GetState_ConnectedEnd | ( | ) |
| std::wstring SCH::ISch_Port::GetState_CrossRef | ( | ) |
| int SCH::ISch_Port::GetState_FontId | ( | ) |
| DXP::TColor SCH::ISch_Port::GetState_HarnessColor | ( | ) |
| int SCH::ISch_Port::GetState_Height | ( | ) |
| TPortIO SCH::ISch_Port::GetState_IOType | ( | ) |
| std::wstring SCH::ISch_Port::GetState_Name | ( | ) |
| std::wstring SCH::ISch_Port::GetState_OverrideDisplayString | ( | ) |
| TPortArrowStyle SCH::ISch_Port::GetState_Style | ( | ) |
| DXP::TColor SCH::ISch_Port::GetState_TextColor | ( | ) |
| int SCH::ISch_Port::GetState_Width | ( | ) |
| bool SCH::ISch_Port::IsVertical | ( | ) |
| void SCH::ISch_Port::SetState_Alignment | ( | THorizontalAlign | AValue | ) |
| void SCH::ISch_Port::SetState_AutoSize | ( | bool | AValue | ) |
| void SCH::ISch_Port::SetState_BorderWidth | ( | TSize | AValue | ) |
| void SCH::ISch_Port::SetState_ConnectedEnd | ( | TPortConnectedEnd | AValue | ) |
| void SCH::ISch_Port::SetState_CrossRef | ( | std::wstring | AValue | ) |
| void SCH::ISch_Port::SetState_FontId | ( | int | AFontId | ) |
| void SCH::ISch_Port::SetState_HarnessColor | ( | DXP::TColor | AValue | ) |
| void SCH::ISch_Port::SetState_Height | ( | int | AValue | ) |
| void SCH::ISch_Port::SetState_IOType | ( | TPortIO | AValue | ) |
| void SCH::ISch_Port::SetState_Name | ( | std::wstring | AValue | ) |
| void SCH::ISch_Port::SetState_OverrideDisplayString | ( | std::wstring | AValue | ) |
| void SCH::ISch_Port::SetState_Style | ( | TPortArrowStyle | AValue | ) |
| void SCH::ISch_Port::SetState_TextColor | ( | DXP::TColor | AValue | ) |
| void SCH::ISch_Port::SetState_Width | ( | int | AValue | ) |