|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IServerRecord * | GetServerRecord () |
| std::wstring | GetName () |
| std::wstring | GetNewWindowCaption () |
| std::wstring | GetNewWindowExtension () |
| std::wstring | GetWindowKindDescription () |
| std::wstring | GetIconName () |
| bool | GetIsDomain () |
| bool | GetIsDocumentEditor () |
| int | FileLoadDescriptionCount () |
| int | FileSaveDescriptionCount () |
| std::wstring | GetFileLoadDescription (int Index) |
| std::wstring | GetFileSaveDescription (int Index) |
| int | GetWindowKindClassCount () |
| std::wstring | GetWindowKindClass (int Index) |
| bool | IsOfWindowKindClass (std::wstring const AClass) |
| int | FileImportDescriptionCount () |
| int | FileExportDescriptionCount () |
| std::wstring | GetFileImportDescription (int Index) |
| std::wstring | GetFileExportDescription (int Index) |
| int DXP::IServerWindowKind::FileExportDescriptionCount | ( | ) |
| int DXP::IServerWindowKind::FileImportDescriptionCount | ( | ) |
| int DXP::IServerWindowKind::FileLoadDescriptionCount | ( | ) |
| int DXP::IServerWindowKind::FileSaveDescriptionCount | ( | ) |
| std::wstring DXP::IServerWindowKind::GetFileExportDescription | ( | int | Index | ) |
| std::wstring DXP::IServerWindowKind::GetFileImportDescription | ( | int | Index | ) |
| std::wstring DXP::IServerWindowKind::GetFileLoadDescription | ( | int | Index | ) |
| std::wstring DXP::IServerWindowKind::GetFileSaveDescription | ( | int | Index | ) |
| std::wstring DXP::IServerWindowKind::GetIconName | ( | ) |
| bool DXP::IServerWindowKind::GetIsDocumentEditor | ( | ) |
| bool DXP::IServerWindowKind::GetIsDomain | ( | ) |
| std::wstring DXP::IServerWindowKind::GetName | ( | ) |
| std::wstring DXP::IServerWindowKind::GetNewWindowCaption | ( | ) |
| std::wstring DXP::IServerWindowKind::GetNewWindowExtension | ( | ) |
| IServerRecord * DXP::IServerWindowKind::GetServerRecord | ( | ) |
| std::wstring DXP::IServerWindowKind::GetWindowKindClass | ( | int | Index | ) |
| int DXP::IServerWindowKind::GetWindowKindClassCount | ( | ) |
| std::wstring DXP::IServerWindowKind::GetWindowKindDescription | ( | ) |
| bool DXP::IServerWindowKind::IsOfWindowKindClass | ( | std::wstring const | AClass | ) |