|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetAddress () |
| std::wstring | GetCaption () |
| int | GetBackwardHistoryCount () |
| std::wstring | GetBackwardHistoryAddress (int AnIndex) |
| std::wstring | GetBackwardHistoryCaption (int AnIndex) |
| bool | MoveBackward (int AnIndex) |
| int | GetForwardHistoryCount () |
| std::wstring | GetForwardHistoryAddress (int AnIndex) |
| std::wstring | GetForwardHistoryCaption (int AnIndex) |
| bool | MoveForward (int AnIndex) |
| std::wstring DXP::IBackForwardNavigator::GetAddress | ( | ) |
| std::wstring DXP::IBackForwardNavigator::GetBackwardHistoryAddress | ( | int | AnIndex | ) |
| std::wstring DXP::IBackForwardNavigator::GetBackwardHistoryCaption | ( | int | AnIndex | ) |
| int DXP::IBackForwardNavigator::GetBackwardHistoryCount | ( | ) |
| std::wstring DXP::IBackForwardNavigator::GetCaption | ( | ) |
| std::wstring DXP::IBackForwardNavigator::GetForwardHistoryAddress | ( | int | AnIndex | ) |
| std::wstring DXP::IBackForwardNavigator::GetForwardHistoryCaption | ( | int | AnIndex | ) |
| int DXP::IBackForwardNavigator::GetForwardHistoryCount | ( | ) |
| bool DXP::IBackForwardNavigator::MoveBackward | ( | int | AnIndex | ) |
| bool DXP::IBackForwardNavigator::MoveForward | ( | int | AnIndex | ) |