|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| long | RegisterNavigationProvider (std::wstring const ProtocolName, INavigationProvider *const NavigationProvider) |
| void | UnregisterNavigationProtocol (std::wstring const Protocol, long Handle) |
| void | ParseDestinationString (std::wstring const Destination, std::wstring *Protocol, std::wstring *Target, std::wstring *Parameters) |
| bool | NavigateTo (IExternalForm *const CurrentView, std::wstring *Destination, IExternalForm **TargetView) |
| void | ExpandTargets (std::wstring *Target) |
| std::wstring | ValidatedTarget (std::wstring Target) |
| void | DisableHistory () |
| void | EnableHistory () |
| bool | IsHistoryEnabled () |
| bool | NavigateToScene (IExternalForm *const CurrentView, std::wstring *Destination, IExternalForm **TargetView, IExternalForm **TargetHeaderView) |
| void DXP::INavigationSystem::DisableHistory | ( | ) |
| void DXP::INavigationSystem::EnableHistory | ( | ) |
| void DXP::INavigationSystem::ExpandTargets | ( | std::wstring * | Target | ) |
| bool DXP::INavigationSystem::IsHistoryEnabled | ( | ) |
| bool DXP::INavigationSystem::NavigateTo | ( | IExternalForm *const | CurrentView, |
| std::wstring * | Destination, | ||
| IExternalForm ** | TargetView ) |
| bool DXP::INavigationSystem::NavigateToScene | ( | IExternalForm *const | CurrentView, |
| std::wstring * | Destination, | ||
| IExternalForm ** | TargetView, | ||
| IExternalForm ** | TargetHeaderView ) |
| void DXP::INavigationSystem::ParseDestinationString | ( | std::wstring const | Destination, |
| std::wstring * | Protocol, | ||
| std::wstring * | Target, | ||
| std::wstring * | Parameters ) |
| long DXP::INavigationSystem::RegisterNavigationProvider | ( | std::wstring const | ProtocolName, |
| INavigationProvider *const | NavigationProvider ) |
| void DXP::INavigationSystem::UnregisterNavigationProtocol | ( | std::wstring const | Protocol, |
| long | Handle ) |
| std::wstring DXP::INavigationSystem::ValidatedTarget | ( | std::wstring | Target | ) |