|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| int | GetCellNumber () |
| TCellKind | GetCellKind () |
| std::wstring | GetPortId () |
| TCellFunction | GetCellFunction () |
| TBitValue | GetSafeBit () |
| int | GetControlCellNumber () |
| TBitValue | GetDisableValue () |
| TDisableResult | GetDisableResult () |
| IScanPin * | GetPin () |
| IBoundaryCell * | GetControlCell () |
| IBoundaryCell * | GetTargetCell () |
| int | GetCurrentValue () |
| Public Member Functions inherited from SCH::IBSDLObject | |
| std::wstring | GetDescription () |
| std::wstring | GetShortDescription () |
| IBSDLEntity * | GetEntity () |
| TCellFunction SCH::IBoundaryCell::GetCellFunction | ( | ) |
| TCellKind SCH::IBoundaryCell::GetCellKind | ( | ) |
| int SCH::IBoundaryCell::GetCellNumber | ( | ) |
| IBoundaryCell * SCH::IBoundaryCell::GetControlCell | ( | ) |
| int SCH::IBoundaryCell::GetControlCellNumber | ( | ) |
| int SCH::IBoundaryCell::GetCurrentValue | ( | ) |
| TDisableResult SCH::IBoundaryCell::GetDisableResult | ( | ) |
| TBitValue SCH::IBoundaryCell::GetDisableValue | ( | ) |
| IScanPin * SCH::IBoundaryCell::GetPin | ( | ) |
| std::wstring SCH::IBoundaryCell::GetPortId | ( | ) |
| TBitValue SCH::IBoundaryCell::GetSafeBit | ( | ) |
| IBoundaryCell * SCH::IBoundaryCell::GetTargetCell | ( | ) |