|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | DM_LogicalDocumentCount () |
| IDXPDocument * | DM_LogicalDocuments (int Index) |
| std::wstring | DM_ProjectFullPath () |
| std::wstring | DM_ProjectFileName () |
| IDispatch * | DM_GetVCSProject () |
| void | DM_SetVCSProject (IDispatch *const Value) |
| int | DM_OwnedProjectCount () |
| IDXPProject * | DM_OwnedProjects (int Index) |
| int | DM_GeneratedDocumentCount () |
| IDXPDocument * | DM_GeneratedDocuments (int Index) |
| IDXPDocument * | DM_GetDocumentFromPath (std::wstring DocumentPath) |
| void | DM_AddControlPanel (std::wstring FileName) |
| void | DM_AddSourceDocument (std::wstring FileName) |
| void | DM_RemoveSourceDocument (std::wstring FileName) |
| void | DM_RefreshInWorkspaceForm () |
| IOptionsStorage * | DM_OptionsStorage () |
| std::wstring | DM_GetOutputPath () |
| void | DM_AddGeneratedDocument (std::wstring FileName) |
| std::wstring | DM_ManagedProjectGUID () |
| IDXPDocument * | DM_GetDocumentByDocumentId (std::wstring const ADocumentId) |
| void | DM_AddParameter (std::wstring const AName, std::wstring const AValue) |
| std::wstring | DM_GetParameterValue (int const AIndex) |
| std::wstring | DM_GetParameterName (int const AIndex) |
| int | DM_GetParameterCount () |
| bool | DM_GetParameterExist (std::wstring const AName) |
| void | DM_SetParameter (std::wstring const AName, std::wstring const AValue) |
| void | DM_RemoveParameter (int const AIndex) |
| void DXP::IDXPProject::DM_AddControlPanel | ( | std::wstring | FileName | ) |
| void DXP::IDXPProject::DM_AddGeneratedDocument | ( | std::wstring | FileName | ) |
| void DXP::IDXPProject::DM_AddParameter | ( | std::wstring const | AName, |
| std::wstring const | AValue ) |
| void DXP::IDXPProject::DM_AddSourceDocument | ( | std::wstring | FileName | ) |
| int DXP::IDXPProject::DM_GeneratedDocumentCount | ( | ) |
| IDXPDocument * DXP::IDXPProject::DM_GeneratedDocuments | ( | int | Index | ) |
| IDXPDocument * DXP::IDXPProject::DM_GetDocumentByDocumentId | ( | std::wstring const | ADocumentId | ) |
| IDXPDocument * DXP::IDXPProject::DM_GetDocumentFromPath | ( | std::wstring | DocumentPath | ) |
| std::wstring DXP::IDXPProject::DM_GetOutputPath | ( | ) |
| int DXP::IDXPProject::DM_GetParameterCount | ( | ) |
| bool DXP::IDXPProject::DM_GetParameterExist | ( | std::wstring const | AName | ) |
| std::wstring DXP::IDXPProject::DM_GetParameterName | ( | int const | AIndex | ) |
| std::wstring DXP::IDXPProject::DM_GetParameterValue | ( | int const | AIndex | ) |
| IDispatch * DXP::IDXPProject::DM_GetVCSProject | ( | ) |
| int DXP::IDXPProject::DM_LogicalDocumentCount | ( | ) |
| IDXPDocument * DXP::IDXPProject::DM_LogicalDocuments | ( | int | Index | ) |
| std::wstring DXP::IDXPProject::DM_ManagedProjectGUID | ( | ) |
| IOptionsStorage * DXP::IDXPProject::DM_OptionsStorage | ( | ) |
| int DXP::IDXPProject::DM_OwnedProjectCount | ( | ) |
| IDXPProject * DXP::IDXPProject::DM_OwnedProjects | ( | int | Index | ) |
| std::wstring DXP::IDXPProject::DM_ProjectFileName | ( | ) |
| std::wstring DXP::IDXPProject::DM_ProjectFullPath | ( | ) |
| void DXP::IDXPProject::DM_RefreshInWorkspaceForm | ( | ) |
| void DXP::IDXPProject::DM_RemoveParameter | ( | int const | AIndex | ) |
| void DXP::IDXPProject::DM_RemoveSourceDocument | ( | std::wstring | FileName | ) |
| void DXP::IDXPProject::DM_SetParameter | ( | std::wstring const | AName, |
| std::wstring const | AValue ) |
| void DXP::IDXPProject::DM_SetVCSProject | ( | IDispatch *const | Value | ) |