|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| bool | SelectConfiguration () |
| IEDMS_Configuration * | Configuration () |
| std::wstring | UserName () |
| std::wstring | Password () |
| bool | IsCurrentUserAdmin () |
| void | SetConfigurationVault (IEDMS_Vault *const Value) |
| IEDMS_Vault * | GetConfigurationVault () |
| bool | HasActiveConfiguration () |
| IInterfaceList * | GetConfigurationList () |
| void | EnableAutoSelect (bool const Enable, std::wstring const ConfigurationHRID) |
| bool | IsAutoSelectEnabled () |
| std::wstring | AutoSelectConfigurationHRID () |
| std::wstring DXP::IDMS_ConfigurationManager::AutoSelectConfigurationHRID | ( | ) |
| IEDMS_Configuration * DXP::IDMS_ConfigurationManager::Configuration | ( | ) |
| void DXP::IDMS_ConfigurationManager::EnableAutoSelect | ( | bool const | Enable, |
| std::wstring const | ConfigurationHRID ) |
| IInterfaceList * DXP::IDMS_ConfigurationManager::GetConfigurationList | ( | ) |
| IEDMS_Vault * DXP::IDMS_ConfigurationManager::GetConfigurationVault | ( | ) |
| bool DXP::IDMS_ConfigurationManager::HasActiveConfiguration | ( | ) |
| bool DXP::IDMS_ConfigurationManager::IsAutoSelectEnabled | ( | ) |
| bool DXP::IDMS_ConfigurationManager::IsCurrentUserAdmin | ( | ) |
| std::wstring DXP::IDMS_ConfigurationManager::Password | ( | ) |
| bool DXP::IDMS_ConfigurationManager::SelectConfiguration | ( | ) |
| void DXP::IDMS_ConfigurationManager::SetConfigurationVault | ( | IEDMS_Vault *const | Value | ) |
| std::wstring DXP::IDMS_ConfigurationManager::UserName | ( | ) |