|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| void SCH::ISch_GraphicalObject::AddErrorString | ( | std::wstring const | AErrorString, |
| bool | AtEnd ) |
| C_CoordRect SCH::ISch_GraphicalObject::BoundingRectangle | ( | ) |
| C_CoordRect SCH::ISch_GraphicalObject::BoundingRectangle_Full | ( | ) |
| DXP::TColor SCH::ISch_GraphicalObject::GetState_AreaColor | ( | ) |
| DXP::TColor SCH::ISch_GraphicalObject::GetState_Color | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_CompilationMasked | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_Dimmed | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_Disabled | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_DisplayError | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_EnableDraw | ( | ) |
| DXP::TColor SCH::ISch_GraphicalObject::GetState_ErrorColor | ( | ) |
| EDP::TErrorKind SCH::ISch_GraphicalObject::GetState_ErrorKind | ( | ) |
| std::wstring SCH::ISch_GraphicalObject::GetState_ErrorString | ( | ) |
| std::wstring SCH::ISch_GraphicalObject::GetState_LiveHighlightValue | ( | ) |
| DXP::C_Point SCH::ISch_GraphicalObject::GetState_Location | ( | ) |
| int SCH::ISch_GraphicalObject::GetState_OwnerPartDisplayMode | ( | ) |
| int SCH::ISch_GraphicalObject::GetState_OwnerPartId | ( | ) |
| bool SCH::ISch_GraphicalObject::GetState_Selection | ( | ) |
| void SCH::ISch_GraphicalObject::GraphicallyInvalidate | ( | ) |
| void SCH::ISch_GraphicalObject::Mirror | ( | DXP::C_Point | Axis | ) |
| void SCH::ISch_GraphicalObject::MoveByXY | ( | int | x, |
| int | y ) |
| void SCH::ISch_GraphicalObject::MoveToXY | ( | int | x, |
| int | y ) |
| void SCH::ISch_GraphicalObject::ResetErrorFields | ( | ) |
| void SCH::ISch_GraphicalObject::RotateBy90 | ( | DXP::C_Point | Center, |
| TRotationBy90 | A ) |
| void SCH::ISch_GraphicalObject::SetState_AreaColor | ( | DXP::TColor | AColor | ) |
| void SCH::ISch_GraphicalObject::SetState_Color | ( | DXP::TColor | AColor | ) |
| void SCH::ISch_GraphicalObject::SetState_CompilationMasked | ( | bool | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_Dimmed | ( | bool | B | ) |
| void SCH::ISch_GraphicalObject::SetState_Disabled | ( | bool | B | ) |
| void SCH::ISch_GraphicalObject::SetState_DisplayError | ( | bool | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_EnableDraw | ( | bool | B | ) |
| void SCH::ISch_GraphicalObject::SetState_ErrorColor | ( | DXP::TColor | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_ErrorKind | ( | EDP::TErrorKind | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_ErrorString | ( | std::wstring const | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_LiveHighlightValue | ( | std::wstring | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_Location | ( | DXP::C_Point | ALocation | ) |
| void SCH::ISch_GraphicalObject::SetState_OwnerPartDisplayMode | ( | int | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_OwnerPartId | ( | int | AValue | ) |
| void SCH::ISch_GraphicalObject::SetState_Selection | ( | bool | B | ) |
| void SCH::ISch_GraphicalObject::SetState_xSizeySize | ( | ) |