|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetVersion () |
| std::wstring | GetCopyRight () |
| std::wstring | GetDate () |
| std::wstring | GetGeneralInfo () |
| bool | GetSupportsDDBRead () |
| bool | GetSupportsDDBWrite () |
| bool | GetSystemExtension () |
| std::wstring | GetName () |
| std::wstring | GetInsPath () |
| std::wstring | GetExePath () |
| std::wstring | GetDescription () |
| bool | GetServerFileExist () |
| bool | GetIsDocumentWizard () |
| std::wstring | GetRCSFilePath () |
| int | GetWindowKindCount () |
| int | GetCommandCount () |
| int | GetPanelInfoCount () |
| IServerProcess * | GetCommand (int Index) |
| IServerWindowKind * | GetWindowKind (int Index) |
| IServerWindowKind * | GetWindowKindByName (std::wstring const Name) |
| IServerPanelInfo * | GetPanelInfo (int Index) |
| IServerPanelInfo * | GetPanelInfoByName (std::wstring const Name) |
| int | GetDocumentFilterCount () |
| void | GetDocumentFilter (int Index, std::wstring *Kind, std::wstring *Filter) |
| IServerProcess * DXP::IServerRecord::GetCommand | ( | int | Index | ) |
| int DXP::IServerRecord::GetCommandCount | ( | ) |
| std::wstring DXP::IServerRecord::GetCopyRight | ( | ) |
| std::wstring DXP::IServerRecord::GetDate | ( | ) |
| std::wstring DXP::IServerRecord::GetDescription | ( | ) |
| void DXP::IServerRecord::GetDocumentFilter | ( | int | Index, |
| std::wstring * | Kind, | ||
| std::wstring * | Filter ) |
| int DXP::IServerRecord::GetDocumentFilterCount | ( | ) |
| std::wstring DXP::IServerRecord::GetExePath | ( | ) |
| std::wstring DXP::IServerRecord::GetGeneralInfo | ( | ) |
| std::wstring DXP::IServerRecord::GetInsPath | ( | ) |
| bool DXP::IServerRecord::GetIsDocumentWizard | ( | ) |
| std::wstring DXP::IServerRecord::GetName | ( | ) |
| IServerPanelInfo * DXP::IServerRecord::GetPanelInfo | ( | int | Index | ) |
| IServerPanelInfo * DXP::IServerRecord::GetPanelInfoByName | ( | std::wstring const | Name | ) |
| int DXP::IServerRecord::GetPanelInfoCount | ( | ) |
| std::wstring DXP::IServerRecord::GetRCSFilePath | ( | ) |
| bool DXP::IServerRecord::GetServerFileExist | ( | ) |
| bool DXP::IServerRecord::GetSupportsDDBRead | ( | ) |
| bool DXP::IServerRecord::GetSupportsDDBWrite | ( | ) |
| bool DXP::IServerRecord::GetSystemExtension | ( | ) |
| std::wstring DXP::IServerRecord::GetVersion | ( | ) |
| IServerWindowKind * DXP::IServerRecord::GetWindowKind | ( | int | Index | ) |
| IServerWindowKind * DXP::IServerRecord::GetWindowKindByName | ( | std::wstring const | Name | ) |
| int DXP::IServerRecord::GetWindowKindCount | ( | ) |