Altium C++ SDK 3.0
Loading...
Searching...
No Matches
PCB::IImporterController Struct Reference

#include <EDP.PCB.Interfaces.h>

Inheritance diagram for PCB::IImporterController:
PCB::IImporterController_OrcadCIS

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)
IImporterFileCreateImporterFile (std::wstring const AFilePath)
bool IsEnabled ()
void DestroyObject (IImporterObject **AObject)

Member Function Documentation

◆ CanImportFile()

bool PCB::IImporterController::CanImportFile ( std::wstring const AFilePath)

◆ CreateImporterFile()

IImporterFile * PCB::IImporterController::CreateImporterFile ( std::wstring const AFilePath)

◆ DestroyObject()

void PCB::IImporterController::DestroyObject ( IImporterObject ** AObject)

◆ DisplayDialog()

void PCB::IImporterController::DisplayDialog ( bool AShowIntro,
int AX,
int AY,
int AWidth,
int AHeight )

◆ Get_Description()

std::wstring PCB::IImporterController::Get_Description ( )

◆ Get_Name()

std::wstring PCB::IImporterController::Get_Name ( )

◆ Get_SupportedDocKindCount()

int PCB::IImporterController::Get_SupportedDocKindCount ( )

◆ Get_SupportedDocKindDesc()

std::wstring PCB::IImporterController::Get_SupportedDocKindDesc ( int AIndex)

◆ Get_SupportedDocKindName()

std::wstring PCB::IImporterController::Get_SupportedDocKindName ( int AIndex)

◆ GetDocKindForDocument()

std::wstring PCB::IImporterController::GetDocKindForDocument ( std::wstring const AFilePath)

◆ GetMinimumSizeForDialog()

void PCB::IImporterController::GetMinimumSizeForDialog ( int * AWidth,
int * AHeight )

◆ ImportFile()

void PCB::IImporterController::ImportFile ( std::wstring const AFilePath)

◆ IsEnabled()

bool PCB::IImporterController::IsEnabled ( )

The documentation for this struct was generated from the following file: