|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | Init () |
| void | Done () |
| void | Search (std::wstring const Query, ISearchResults *const Results) |
| void | ExtractData (std::wstring const Itemid, std::wstring *DisplayString, std::wstring *ImageId) |
| int | AddImageTo (std::wstring const ImageId, long ImageListHandle) |
| void | JumpTo (std::wstring const Itemid) |
| int DXP::ISearchProvider::AddImageTo | ( | std::wstring const | ImageId, |
| long | ImageListHandle ) |
| void DXP::ISearchProvider::Done | ( | ) |
| void DXP::ISearchProvider::ExtractData | ( | std::wstring const | Itemid, |
| std::wstring * | DisplayString, | ||
| std::wstring * | ImageId ) |
| void DXP::ISearchProvider::Init | ( | ) |
| void DXP::ISearchProvider::JumpTo | ( | std::wstring const | Itemid | ) |
| void DXP::ISearchProvider::Search | ( | std::wstring const | Query, |
| ISearchResults *const | Results ) |