|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| std::wstring | Get_Name () |
| std::wstring | Get_Description () |
| int | Get_SupportedDocKindCount () |
| std::wstring | Get_SupportedDocKindName (int AIndex) |
| std::wstring | Get_SupportedDocKindDesc (int AIndex) |
| std::wstring | GetDocKindForDocument (std::wstring const AFilePath) |
| bool | CanImportFile (std::wstring const AFilePath) |
| void | ImportFile (std::wstring const AFilePath) |
| void | GetMinimumSizeForDialog (int *AWidth, int *AHeight) |
| void | DisplayDialog (bool AShowIntro, int AX, int AY, int AWidth, int AHeight) |
| IImporterFile * | CreateImporterFile (std::wstring const AFilePath) |
| bool | IsEnabled () |
| void | DestroyObject (IImporterObject **AObject) |
| bool PCB::IImporterController::CanImportFile | ( | std::wstring const | AFilePath | ) |
| IImporterFile * PCB::IImporterController::CreateImporterFile | ( | std::wstring const | AFilePath | ) |
| void PCB::IImporterController::DestroyObject | ( | IImporterObject ** | AObject | ) |
| void PCB::IImporterController::DisplayDialog | ( | bool | AShowIntro, |
| int | AX, | ||
| int | AY, | ||
| int | AWidth, | ||
| int | AHeight ) |
| std::wstring PCB::IImporterController::Get_Description | ( | ) |
| std::wstring PCB::IImporterController::Get_Name | ( | ) |
| int PCB::IImporterController::Get_SupportedDocKindCount | ( | ) |
| std::wstring PCB::IImporterController::Get_SupportedDocKindDesc | ( | int | AIndex | ) |
| std::wstring PCB::IImporterController::Get_SupportedDocKindName | ( | int | AIndex | ) |
| std::wstring PCB::IImporterController::GetDocKindForDocument | ( | std::wstring const | AFilePath | ) |
| void PCB::IImporterController::GetMinimumSizeForDialog | ( | int * | AWidth, |
| int * | AHeight ) |
| void PCB::IImporterController::ImportFile | ( | std::wstring const | AFilePath | ) |
| bool PCB::IImporterController::IsEnabled | ( | ) |