|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| IComponentMetafilePainter * SCH::ISch_ServerInterface::CreateComponentMetafilePainter | ( | ) |
| IComponentPainterView * SCH::ISch_ServerInterface::CreateComponentPainter | ( | ) |
| IDocumentPainterView * SCH::ISch_ServerInterface::CreateDocumentPainter | ( | ) |
| ILibCompFullInfoReader * SCH::ISch_ServerInterface::CreateLibCompFullInfoReader | ( | std::wstring | ALibFileName | ) |
| ILibCompInfoReader * SCH::ISch_ServerInterface::CreateLibCompInfoReader | ( | std::wstring | ALibFileName | ) |
| ISch_Lib * SCH::ISch_ServerInterface::CreateSchLibrary | ( | ) |
| void SCH::ISch_ServerInterface::DestroyCompFullInfoReader | ( | ILibCompFullInfoReader ** | ALibCompReader | ) |
| void SCH::ISch_ServerInterface::DestroyCompInfoReader | ( | ILibCompInfoReader ** | ALibCompReader | ) |
| void SCH::ISch_ServerInterface::DestroySchLibrary | ( | ISch_Lib ** | SchLib | ) |
| void SCH::ISch_ServerInterface::DestroySchObject | ( | ISch_BasicContainer ** | ASchObject | ) |
| ISch_Document * SCH::ISch_ServerInterface::GetCurrentSchDocument | ( | ) |
| ISch_Document * SCH::ISch_ServerInterface::GetSchDocumentByPath | ( | std::wstring | APath | ) |
| ISch_Document * SCH::ISch_ServerInterface::GetSchDocumentBySchDocID | ( | int | DocID | ) |
| ISch_FontManager * SCH::ISch_ServerInterface::GetState_FontManager | ( | ) |
| ISch_JunctionConvertSettings * SCH::ISch_ServerInterface::GetState_JunctionConvertSettings | ( | ) |
| bool SCH::ISch_ServerInterface::GetState_ProbesTimerEnabled | ( | ) |
| ISch_RobotManager * SCH::ISch_ServerInterface::GetState_RobotManager | ( | ) |
| ISch_Preferences * SCH::ISch_ServerInterface::GetState_SchPreferences | ( | ) |
| ISch_Component * SCH::ISch_ServerInterface::LoadComponent | ( | EDP::TLibIdentifierKind | ALibIdentifierKind, |
| std::wstring const | ALibraryIdentifier, | ||
| std::wstring const | ADesignItemID ) |
| ISch_Component * SCH::ISch_ServerInterface::LoadComponentFromDatabaseLibrary | ( | std::wstring | ALibraryName, |
| std::wstring | ADatabaseTableName, | ||
| std::wstring | ADatabaseKeys ) |
| ISch_Component * SCH::ISch_ServerInterface::LoadComponentFromLibrary | ( | std::wstring | ALibReference, |
| std::wstring | ALibraryName ) |
| ISch_SheetSymbol * SCH::ISch_ServerInterface::LoadDesignItemDeviceSheet | ( | EDP::TLibIdentifierKind | ALibIdentifierKind, |
| std::wstring const | ALibraryIdentifier, | ||
| std::wstring const | ADesignItemID, | ||
| int | LocationX, | ||
| int | LocationY ) |
| ISch_Document * SCH::ISch_ServerInterface::LoadSchDocumentByPath | ( | std::wstring const | AFullPath | ) |
| long SCH::ISch_ServerInterface::PaintComponentThumbnail | ( | std::wstring | SymbolName, |
| std::wstring | SymbolLibraryFullPath, | ||
| int | PartIndex, | ||
| int | Width, | ||
| int | Height ) |
| long SCH::ISch_ServerInterface::PaintDeviceSheetThumbnail | ( | std::wstring | DeviceSheetName, |
| int | Width, | ||
| int | Height ) |
| long SCH::ISch_ServerInterface::PaintLoadedComponentThumbnail | ( | ISch_Component * | ASchPart, |
| int | PartIndex, | ||
| int | Width, | ||
| int | Height ) |
| int SCH::ISch_ServerInterface::ReportSchObjectsDifferences | ( | ISch_BasicContainer *const | AObject1, |
| ISch_BasicContainer *const | AObject2, | ||
| bool | AIgnoreSpatialAttributes, | ||
| std::wstring * | ADiffDescription ) |
| ISch_BasicContainer * SCH::ISch_ServerInterface::SchObjectFactory | ( | TObjectId | AObjectId, |
| TObjectCreationMode | ACreationMode ) |
| ISch_BasicContainer * SCH::ISch_ServerInterface::SchObjectFactoryBySettings | ( | TObjectId | AObjectId, |
| TUnitSystem | AUnit ) |
| void SCH::ISch_ServerInterface::SetState_ProbesTimerEnabled | ( | bool | AValue | ) |
| void SCH::ISch_ServerInterface::UpdateDocumentTemplate | ( | DXP::IServerDocument * | ADocument, |
| std::wstring | VaultGUID, | ||
| std::wstring | ItemRevisionGUID ) |
| bool SCH::ISch_ServerInterface::UpdateSignalValueDisplay | ( | EDP::IDMObject * | DMObject, |
| int | Value, | ||
| int | BitIndex ) |