|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
Public Member Functions | |
| int | GetPhysicalDocumentCount () |
| std::wstring | GetPhysicalDocuments (int Index) |
| void | ClearPhysicalDocuments () |
| void | AddPhysicalDocument (std::wstring const ADocumentName) |
| void | RemovePhysicalDocument (std::wstring const ADocumentName) |
| void | SetActivePhysicalDocument (std::wstring const ADocumentName) |
| std::wstring | GetActivePhysicalDocument () |
| void | SetNextPhysicalDocumentAsActive () |
| void | SetPreviousPhysicalDocumentAsActive () |
| void | SetLogicalDocumentAsActive () |
| void EDP::ILogicalDocument::AddPhysicalDocument | ( | std::wstring const | ADocumentName | ) |
| void EDP::ILogicalDocument::ClearPhysicalDocuments | ( | ) |
| std::wstring EDP::ILogicalDocument::GetActivePhysicalDocument | ( | ) |
| int EDP::ILogicalDocument::GetPhysicalDocumentCount | ( | ) |
| std::wstring EDP::ILogicalDocument::GetPhysicalDocuments | ( | int | Index | ) |
| void EDP::ILogicalDocument::RemovePhysicalDocument | ( | std::wstring const | ADocumentName | ) |
| void EDP::ILogicalDocument::SetActivePhysicalDocument | ( | std::wstring const | ADocumentName | ) |
| void EDP::ILogicalDocument::SetLogicalDocumentAsActive | ( | ) |
| void EDP::ILogicalDocument::SetNextPhysicalDocumentAsActive | ( | ) |
| void EDP::ILogicalDocument::SetPreviousPhysicalDocumentAsActive | ( | ) |