|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| std::wstring SCH::ISch_Label::GetState_CalculatedValueString | ( | ) |
| std::wstring SCH::ISch_Label::GetState_DisplayString | ( | ) |
| int SCH::ISch_Label::GetState_FontId | ( | ) |
| std::wstring SCH::ISch_Label::GetState_Formula | ( | ) |
| bool SCH::ISch_Label::GetState_IsMirrored | ( | ) |
| TTextJustification SCH::ISch_Label::GetState_Justification | ( | ) |
| TRotationBy90 SCH::ISch_Label::GetState_Orientation | ( | ) |
| std::wstring SCH::ISch_Label::GetState_OverrideDisplayString | ( | ) |
| std::wstring SCH::ISch_Label::GetState_SimpleCalculatedString | ( | ) |
| void SCH::ISch_Label::SetState_FontId | ( | int | AFontId | ) |
| void SCH::ISch_Label::SetState_IsMirrored | ( | bool | AValue | ) |
| void SCH::ISch_Label::SetState_Justification | ( | TTextJustification | AValue | ) |
| void SCH::ISch_Label::SetState_Orientation | ( | TRotationBy90 | ARotation | ) |
| void SCH::ISch_Label::SetState_OverrideDisplayString | ( | std::wstring | S | ) |