|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetCurrentVaultGUID () |
| std::wstring | GetCurrentFolderGUID () |
| std::wstring | GetCurrentItemGUID () |
| std::wstring | GetCurrentItemRevisionGUID () |
| std::wstring | GetCurrentItemRevisionHRID () |
| bool | ValidateInput () |
| bool | PerformAction () |
| bool | Execute () |
| void | SetState_Vault (std::wstring const AVaultGUID, std::wstring const AFolderToFocusGUID, std::wstring const AItemGUID, std::wstring const ARevisionGUID) |
| IULB_Folder * | GetCurrentFolder () |
| IFolderSelectionHandler * | GetOnFolderSelectionChange () |
| void | SetOnFolderSelectionChange (IFolderSelectionHandler *Value) |
| TModalActionResult | GetModalActionResult () |
| void | SetModalActionResult (TModalActionResult AValue) |
| void | GetCurrentItemGUIDs (IStrings *ItemGUIDs) |
| void | GetCurrentItemRevisionGUIDs (IStrings *ItemRevisionGUIDs) |
| bool | CanExecute () |
| bool DXP::IModalAction::CanExecute | ( | ) |
| bool DXP::IModalAction::Execute | ( | ) |
| IULB_Folder * DXP::IModalAction::GetCurrentFolder | ( | ) |
| std::wstring DXP::IModalAction::GetCurrentFolderGUID | ( | ) |
| std::wstring DXP::IModalAction::GetCurrentItemGUID | ( | ) |
| void DXP::IModalAction::GetCurrentItemGUIDs | ( | IStrings * | ItemGUIDs | ) |
| std::wstring DXP::IModalAction::GetCurrentItemRevisionGUID | ( | ) |
| void DXP::IModalAction::GetCurrentItemRevisionGUIDs | ( | IStrings * | ItemRevisionGUIDs | ) |
| std::wstring DXP::IModalAction::GetCurrentItemRevisionHRID | ( | ) |
| std::wstring DXP::IModalAction::GetCurrentVaultGUID | ( | ) |
| TModalActionResult DXP::IModalAction::GetModalActionResult | ( | ) |
| IFolderSelectionHandler * DXP::IModalAction::GetOnFolderSelectionChange | ( | ) |
| bool DXP::IModalAction::PerformAction | ( | ) |
| void DXP::IModalAction::SetModalActionResult | ( | TModalActionResult | AValue | ) |
| void DXP::IModalAction::SetOnFolderSelectionChange | ( | IFolderSelectionHandler * | Value | ) |
| void DXP::IModalAction::SetState_Vault | ( | std::wstring const | AVaultGUID, |
| std::wstring const | AFolderToFocusGUID, | ||
| std::wstring const | AItemGUID, | ||
| std::wstring const | ARevisionGUID ) |
| bool DXP::IModalAction::ValidateInput | ( | ) |