|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | GetSuggestionCount () |
| std::wstring | GetSuggestion (int AIndex) |
| void | SetSuggestion (int AIndex, std::wstring AValue) |
| void | DeleteSuggestion (int AIndex) |
| void | AddSuggestion (std::wstring AValue) |
| void | ClearSuggestions () |
| Public Member Functions inherited from DXP::IEDM_Result | |
| void | SetMessage (std::wstring const AValue) |
| void | SetSuccess (bool const AValue) |
| std::wstring | GetMessage () |
| bool | GetSuccess () |
| void | SetError (std::wstring const AMessage) |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| void DXP::IEDM_SuggestionsResult::AddSuggestion | ( | std::wstring | AValue | ) |
| void DXP::IEDM_SuggestionsResult::ClearSuggestions | ( | ) |
| void DXP::IEDM_SuggestionsResult::DeleteSuggestion | ( | int | AIndex | ) |
| std::wstring DXP::IEDM_SuggestionsResult::GetSuggestion | ( | int | AIndex | ) |
| int DXP::IEDM_SuggestionsResult::GetSuggestionCount | ( | ) |
| void DXP::IEDM_SuggestionsResult::SetSuggestion | ( | int | AIndex, |
| std::wstring | AValue ) |