|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| 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) |
| std::wstring DXP::IEDM_Result::GetMessage | ( | ) |
| bool DXP::IEDM_Result::GetSuccess | ( | ) |
| void DXP::IEDM_Result::SetError | ( | std::wstring const | AMessage | ) |
| void DXP::IEDM_Result::SetMessage | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Result::SetSuccess | ( | bool const | AValue | ) |