|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetDescription (std::wstring const AValue) |
| void | SetIndex (int const AValue) |
| void | SetStageGUID (std::wstring const AValue) |
| void | SetDefinitionGUID (std::wstring const AValue) |
| void | SetIsInitialState (bool const AValue) |
| void | SetColor (std::wstring const AValue) |
| void | SetTextColor (std::wstring const AValue) |
| std::wstring | GetDescription () |
| int | GetIndex () |
| std::wstring | GetStageGUID () |
| std::wstring | GetDefinitionGUID () |
| bool | GetIsInitialState () |
| std::wstring | GetColor () |
| std::wstring | GetTextColor () |
| void | SetIsVisible (bool const AValue) |
| void | SetIsApplicable (bool const AValue) |
| bool | GetIsVisible () |
| bool | GetIsApplicable () |
| Public Member Functions inherited from DXP::IEDM_Record | |
| void | SetLastModifiedDate (double const AValue) |
| void | SetLastModifiedByName (std::wstring const AValue) |
| void | SetLastModifiedByGUID (std::wstring const AValue) |
| void | SetCreatedDate (double const AValue) |
| void | SetCreatedByName (std::wstring const AValue) |
| void | SetCreatedByGUID (std::wstring const AValue) |
| void | SetGUID (std::wstring const AValue) |
| void | SetHRID (std::wstring const AValue) |
| double | GetLastModifiedDate () |
| std::wstring | GetLastModifiedByName () |
| std::wstring | GetLastModifiedByGUID () |
| double | GetCreatedDate () |
| std::wstring | GetCreatedByName () |
| std::wstring | GetCreatedByGUID () |
| std::wstring | GetGUID () |
| std::wstring | GetHRID () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| std::wstring DXP::IULB_LifeCycleState::GetColor | ( | ) |
| std::wstring DXP::IULB_LifeCycleState::GetDefinitionGUID | ( | ) |
| std::wstring DXP::IULB_LifeCycleState::GetDescription | ( | ) |
| int DXP::IULB_LifeCycleState::GetIndex | ( | ) |
| bool DXP::IULB_LifeCycleState::GetIsApplicable | ( | ) |
| bool DXP::IULB_LifeCycleState::GetIsInitialState | ( | ) |
| bool DXP::IULB_LifeCycleState::GetIsVisible | ( | ) |
| std::wstring DXP::IULB_LifeCycleState::GetStageGUID | ( | ) |
| std::wstring DXP::IULB_LifeCycleState::GetTextColor | ( | ) |
| void DXP::IULB_LifeCycleState::SetColor | ( | std::wstring const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetDefinitionGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetDescription | ( | std::wstring const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetIndex | ( | int const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetIsApplicable | ( | bool const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetIsInitialState | ( | bool const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetIsVisible | ( | bool const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetStageGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_LifeCycleState::SetTextColor | ( | std::wstring const | AValue | ) |