|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | ImplementingServerName () |
| IDXPSplash * | CustomSplash () |
| std::wstring | GetValue (std::wstring const ASectionName, std::wstring const AValueName) |
| bool | TryGetValue (std::wstring const ASectionName, std::wstring const AValueName, std::wstring *AValue) |
| bool | SupportsUIFeature (std::wstring const AUIFeature, bool ADefault) |
| bool | SupportsOptionsPage (std::wstring const APageName, bool ADefault) |
| long | MainImageListHandle () |
| bool | GetLicenseExpirationInfo (IInterfaceList *const ALicenseExpirationList, int *AMinDaysLeft, std::wstring *AInfo) |
| std::wstring | GetPCBDocumentKind () |
| IDXPSplash * DXP::IProductInfo::CustomSplash | ( | ) |
| bool DXP::IProductInfo::GetLicenseExpirationInfo | ( | IInterfaceList *const | ALicenseExpirationList, |
| int * | AMinDaysLeft, | ||
| std::wstring * | AInfo ) |
| std::wstring DXP::IProductInfo::GetPCBDocumentKind | ( | ) |
| std::wstring DXP::IProductInfo::GetValue | ( | std::wstring const | ASectionName, |
| std::wstring const | AValueName ) |
| std::wstring DXP::IProductInfo::ImplementingServerName | ( | ) |
| long DXP::IProductInfo::MainImageListHandle | ( | ) |
| bool DXP::IProductInfo::SupportsOptionsPage | ( | std::wstring const | APageName, |
| bool | ADefault ) |
| bool DXP::IProductInfo::SupportsUIFeature | ( | std::wstring const | AUIFeature, |
| bool | ADefault ) |
| bool DXP::IProductInfo::TryGetValue | ( | std::wstring const | ASectionName, |
| std::wstring const | AValueName, | ||
| std::wstring * | AValue ) |