|
Altium C++ SDK 3.0
|
Go to the source code of this file.
Macros | |
| #define | EDP_SCH_UTIL_H_INCLUDED |
Functions | |
| const std::wstring | cModelType_SCH (L"SCHLIB") |
| const std::wstring | cModelCaption_Sch (L"Symbol") |
| const std::wstring | cModelType_PCB (L"PCBLIB") |
| const std::wstring | cModelCaption_PCB (L"Footprint") |
| const std::wstring | cModelType_Sim (L"SIM") |
| const std::wstring | cModelCaption_Sim (L"Simulation Model") |
| const std::wstring | cModelType_PCB3D (L"PCB3DLib") |
| const std::wstring | cModelCaption_PCB3D (L"3D PCB Model") |
| const std::wstring | cModelType_PCAD (L"PCADLib") |
| const std::wstring | cModelType_SI (L"SI") |
| const std::wstring | cModelCaption_SI (L"Signal Integrity") |
| IModelTypeManager * | ModelTypeManager () |
| IIntegratedLibraryManager * | IntegratedLibraryManager () |
| IChartCollection * | GetCurrentChartCollection () |
| IChartCollection * | GetChartCollectionByFilename (const std::wstring AFilename) |
| IDeviceSheetManager * | GetDeviceSheetManager () |
| ISupplierManager * | GetSupplierManager () |
| std::vector< ISch_ImplementationPtr > | GetState_AllImplementations (ISch_Component *const ASchComponent) |
| std::vector< ISch_PinPtr > | GetState_PinsForCurrentMode (ISch_Component *const ASchComponent) |
| std::vector< ISch_PinPtr > | GetState_AllPins (ISch_Component *const ASchComponent) |
| std::vector< ISch_ComponentPtr > | GetState_AllComponents (ISch_Lib *const ASchLib) |
| std::vector< ISch_ParameterPtr > | GetState_AllParameters (ISch_BasicContainer *const ASchObject) |
| #define EDP_SCH_UTIL_H_INCLUDED |
| const std::wstring cModelCaption_PCB | ( | L"Footprint" | ) |
| const std::wstring cModelCaption_PCB3D | ( | L"3D PCB Model" | ) |
| const std::wstring cModelCaption_Sch | ( | L"Symbol" | ) |
| const std::wstring cModelCaption_SI | ( | L"Signal Integrity" | ) |
| const std::wstring cModelCaption_Sim | ( | L"Simulation Model" | ) |
| const std::wstring cModelType_PCAD | ( | L"PCADLib" | ) |
| const std::wstring cModelType_PCB | ( | L"PCBLIB" | ) |
| const std::wstring cModelType_PCB3D | ( | L"PCB3DLib" | ) |
| const std::wstring cModelType_SCH | ( | L"SCHLIB" | ) |
| const std::wstring cModelType_SI | ( | L"SI" | ) |
| const std::wstring cModelType_Sim | ( | L"SIM" | ) |
| IChartCollection * GetChartCollectionByFilename | ( | const std::wstring | AFilename | ) |
| IChartCollection * GetCurrentChartCollection | ( | ) |
| IDeviceSheetManager * GetDeviceSheetManager | ( | ) |
| std::vector< ISch_ComponentPtr > GetState_AllComponents | ( | ISch_Lib *const | ASchLib | ) |
| std::vector< ISch_ImplementationPtr > GetState_AllImplementations | ( | ISch_Component *const | ASchComponent | ) |
| std::vector< ISch_ParameterPtr > GetState_AllParameters | ( | ISch_BasicContainer *const | ASchObject | ) |
| std::vector< ISch_PinPtr > GetState_AllPins | ( | ISch_Component *const | ASchComponent | ) |
| std::vector< ISch_PinPtr > GetState_PinsForCurrentMode | ( | ISch_Component *const | ASchComponent | ) |
| ISupplierManager * GetSupplierManager | ( | ) |
| IIntegratedLibraryManager * IntegratedLibraryManager | ( | ) |
| IModelTypeManager * ModelTypeManager | ( | ) |