|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetName () |
| std::wstring | GetCategory () |
| std::wstring | GetBitmap () |
| std::wstring | GetHotkey () |
| bool | GetButtonVisible () |
| bool | GetMultipleCreation () |
| std::wstring | GetCreationClassName () |
| bool | GetCanDockVertical () |
| bool | GetCanDockHorizontal () |
| bool | SupportsDocumentKind (std::wstring const AKind) |
| bool | SupportsProjectKind (std::wstring const AKind) |
| int | GetDocumentKindCount () |
| std::wstring | GetDocumentKinds (int Index) |
| int | GetProjectKindCount () |
| std::wstring | GetProjectKinds (int Index) |
| std::wstring DXP::IServerPanelInfo::GetBitmap | ( | ) |
| bool DXP::IServerPanelInfo::GetButtonVisible | ( | ) |
| bool DXP::IServerPanelInfo::GetCanDockHorizontal | ( | ) |
| bool DXP::IServerPanelInfo::GetCanDockVertical | ( | ) |
| std::wstring DXP::IServerPanelInfo::GetCategory | ( | ) |
| std::wstring DXP::IServerPanelInfo::GetCreationClassName | ( | ) |
| int DXP::IServerPanelInfo::GetDocumentKindCount | ( | ) |
| std::wstring DXP::IServerPanelInfo::GetDocumentKinds | ( | int | Index | ) |
| std::wstring DXP::IServerPanelInfo::GetHotkey | ( | ) |
| bool DXP::IServerPanelInfo::GetMultipleCreation | ( | ) |
| std::wstring DXP::IServerPanelInfo::GetName | ( | ) |
| int DXP::IServerPanelInfo::GetProjectKindCount | ( | ) |
| std::wstring DXP::IServerPanelInfo::GetProjectKinds | ( | int | Index | ) |
| bool DXP::IServerPanelInfo::SupportsDocumentKind | ( | std::wstring const | AKind | ) |
| bool DXP::IServerPanelInfo::SupportsProjectKind | ( | std::wstring const | AKind | ) |