|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | SetComponent (std::wstring LibReference, std::wstring LibraryPath, int APartIndex, bool AHideTextualDescription) |
| void | SetComponentByHandle (ISch_Component *AHandle, int APartIndex) |
| void | HighLightComponentPins (std::wstring APinNameList, DXP::TColor AHighlightColor, DXP::TColor ANonHighlightColor) |
| void | ShowSpecifiedPinsOnly (std::wstring APinNameList) |
| void | ShowAllPins () |
| void | RenameSpecifiedPins (std::wstring APinNamesParam) |
| void | HideComponentTextualDescriptions () |
| void | ShowPinsAsSelected (std::wstring APinNameList) |
| void | RegisterListener (IComponentPinSelectionListener *APinSelectionListener) |
| void SCH::IComponentPainterView::HideComponentTextualDescriptions | ( | ) |
| void SCH::IComponentPainterView::HighLightComponentPins | ( | std::wstring | APinNameList, |
| DXP::TColor | AHighlightColor, | ||
| DXP::TColor | ANonHighlightColor ) |
| void SCH::IComponentPainterView::RegisterListener | ( | IComponentPinSelectionListener * | APinSelectionListener | ) |
| void SCH::IComponentPainterView::RenameSpecifiedPins | ( | std::wstring | APinNamesParam | ) |
| void SCH::IComponentPainterView::SetComponent | ( | std::wstring | LibReference, |
| std::wstring | LibraryPath, | ||
| int | APartIndex, | ||
| bool | AHideTextualDescription ) |
| void SCH::IComponentPainterView::SetComponentByHandle | ( | ISch_Component * | AHandle, |
| int | APartIndex ) |
| void SCH::IComponentPainterView::ShowAllPins | ( | ) |
| void SCH::IComponentPainterView::ShowPinsAsSelected | ( | std::wstring | APinNameList | ) |
| void SCH::IComponentPainterView::ShowSpecifiedPinsOnly | ( | std::wstring | APinNameList | ) |