Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::IDXPProject Struct Reference

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::IDXPProject:

Public Member Functions

int DM_LogicalDocumentCount ()
IDXPDocumentDM_LogicalDocuments (int Index)
std::wstring DM_ProjectFullPath ()
std::wstring DM_ProjectFileName ()
IDispatch * DM_GetVCSProject ()
void DM_SetVCSProject (IDispatch *const Value)
int DM_OwnedProjectCount ()
IDXPProjectDM_OwnedProjects (int Index)
int DM_GeneratedDocumentCount ()
IDXPDocumentDM_GeneratedDocuments (int Index)
IDXPDocumentDM_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 ()
IOptionsStorageDM_OptionsStorage ()
std::wstring DM_GetOutputPath ()
void DM_AddGeneratedDocument (std::wstring FileName)
std::wstring DM_ManagedProjectGUID ()
IDXPDocumentDM_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)

Member Function Documentation

◆ DM_AddControlPanel()

void DXP::IDXPProject::DM_AddControlPanel ( std::wstring FileName)

◆ DM_AddGeneratedDocument()

void DXP::IDXPProject::DM_AddGeneratedDocument ( std::wstring FileName)

◆ DM_AddParameter()

void DXP::IDXPProject::DM_AddParameter ( std::wstring const AName,
std::wstring const AValue )

◆ DM_AddSourceDocument()

void DXP::IDXPProject::DM_AddSourceDocument ( std::wstring FileName)

◆ DM_GeneratedDocumentCount()

int DXP::IDXPProject::DM_GeneratedDocumentCount ( )

◆ DM_GeneratedDocuments()

IDXPDocument * DXP::IDXPProject::DM_GeneratedDocuments ( int Index)

◆ DM_GetDocumentByDocumentId()

IDXPDocument * DXP::IDXPProject::DM_GetDocumentByDocumentId ( std::wstring const ADocumentId)

◆ DM_GetDocumentFromPath()

IDXPDocument * DXP::IDXPProject::DM_GetDocumentFromPath ( std::wstring DocumentPath)

◆ DM_GetOutputPath()

std::wstring DXP::IDXPProject::DM_GetOutputPath ( )

◆ DM_GetParameterCount()

int DXP::IDXPProject::DM_GetParameterCount ( )

◆ DM_GetParameterExist()

bool DXP::IDXPProject::DM_GetParameterExist ( std::wstring const AName)

◆ DM_GetParameterName()

std::wstring DXP::IDXPProject::DM_GetParameterName ( int const AIndex)

◆ DM_GetParameterValue()

std::wstring DXP::IDXPProject::DM_GetParameterValue ( int const AIndex)

◆ DM_GetVCSProject()

IDispatch * DXP::IDXPProject::DM_GetVCSProject ( )

◆ DM_LogicalDocumentCount()

int DXP::IDXPProject::DM_LogicalDocumentCount ( )

◆ DM_LogicalDocuments()

IDXPDocument * DXP::IDXPProject::DM_LogicalDocuments ( int Index)

◆ DM_ManagedProjectGUID()

std::wstring DXP::IDXPProject::DM_ManagedProjectGUID ( )

◆ DM_OptionsStorage()

IOptionsStorage * DXP::IDXPProject::DM_OptionsStorage ( )

◆ DM_OwnedProjectCount()

int DXP::IDXPProject::DM_OwnedProjectCount ( )

◆ DM_OwnedProjects()

IDXPProject * DXP::IDXPProject::DM_OwnedProjects ( int Index)

◆ DM_ProjectFileName()

std::wstring DXP::IDXPProject::DM_ProjectFileName ( )

◆ DM_ProjectFullPath()

std::wstring DXP::IDXPProject::DM_ProjectFullPath ( )

◆ DM_RefreshInWorkspaceForm()

void DXP::IDXPProject::DM_RefreshInWorkspaceForm ( )

◆ DM_RemoveParameter()

void DXP::IDXPProject::DM_RemoveParameter ( int const AIndex)

◆ DM_RemoveSourceDocument()

void DXP::IDXPProject::DM_RemoveSourceDocument ( std::wstring FileName)

◆ DM_SetParameter()

void DXP::IDXPProject::DM_SetParameter ( std::wstring const AName,
std::wstring const AValue )

◆ DM_SetVCSProject()

void DXP::IDXPProject::DM_SetVCSProject ( IDispatch *const Value)

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