|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | EditDeviceFolderList () |
| std::wstring | FindDeviceSheetPath (std::wstring const AFileName) |
| bool | BrowseDeviceSheet (std::wstring *AFileName, std::wstring *AFilePath) |
| int | GetFoldersCount () |
| std::wstring | GetFolders_FolderPath (int AIndex) |
| bool | GetFolders_SearchSubFolders (int AIndex) |
| bool | WillSearchDeviceFolder (std::wstring const AFolderPath) |
| bool | AddDeviceFolder (std::wstring const AFolderPath, bool ASearchSubfolder) |
| bool | ChooseDeviceFolder (std::wstring *AFolderPath) |
| std::wstring | ConvertDeviceSheetPathToName (std::wstring const AFilePath) |
| EDP::IProject * | GetCurrentProject () |
| void | MakeCurrentProject (EDP::IProject *AProject) |
| void | SetDeviceFolder (int AIndex, std::wstring const AFolderPath, bool ASearchSubfolder) |
| void | ClearFolders () |
| void | DeleteFolder (int AIndex) |
| std::wstring | FindAllDeviceSheetPaths (std::wstring const AFileName, std::wstring *AOtherMatchingPaths) |
| bool SCH::IDeviceSheetManager::AddDeviceFolder | ( | std::wstring const | AFolderPath, |
| bool | ASearchSubfolder ) |
| bool SCH::IDeviceSheetManager::BrowseDeviceSheet | ( | std::wstring * | AFileName, |
| std::wstring * | AFilePath ) |
| bool SCH::IDeviceSheetManager::ChooseDeviceFolder | ( | std::wstring * | AFolderPath | ) |
| void SCH::IDeviceSheetManager::ClearFolders | ( | ) |
| std::wstring SCH::IDeviceSheetManager::ConvertDeviceSheetPathToName | ( | std::wstring const | AFilePath | ) |
| void SCH::IDeviceSheetManager::DeleteFolder | ( | int | AIndex | ) |
| void SCH::IDeviceSheetManager::EditDeviceFolderList | ( | ) |
| std::wstring SCH::IDeviceSheetManager::FindAllDeviceSheetPaths | ( | std::wstring const | AFileName, |
| std::wstring * | AOtherMatchingPaths ) |
| std::wstring SCH::IDeviceSheetManager::FindDeviceSheetPath | ( | std::wstring const | AFileName | ) |
| EDP::IProject * SCH::IDeviceSheetManager::GetCurrentProject | ( | ) |
| std::wstring SCH::IDeviceSheetManager::GetFolders_FolderPath | ( | int | AIndex | ) |
| bool SCH::IDeviceSheetManager::GetFolders_SearchSubFolders | ( | int | AIndex | ) |
| int SCH::IDeviceSheetManager::GetFoldersCount | ( | ) |
| void SCH::IDeviceSheetManager::MakeCurrentProject | ( | EDP::IProject * | AProject | ) |
| void SCH::IDeviceSheetManager::SetDeviceFolder | ( | int | AIndex, |
| std::wstring const | AFolderPath, | ||
| bool | ASearchSubfolder ) |
| bool SCH::IDeviceSheetManager::WillSearchDeviceFolder | ( | std::wstring const | AFolderPath | ) |