|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| int | GetProperty_XPos () |
| void | SetProperty_XPos (int Value) |
| int | GetProperty_YPos () |
| void | SetProperty_YPos (int Value) |
| double | GetProperty_XVal () |
| void | SetProperty_XVal (double Value) |
| double | GetProperty_YVal () |
| void | SetProperty_YVal (double Value) |
| int | GetProperty_Label () |
| void | SetProperty_Label (int Value) |
| IPlottedWave * | GetProperty_WaveInterface () |
| void | SetProperty_WaveInterface (IPlottedWave *Value) |
| bool | GetProperty_Selected () |
| void | SetProperty_Selected (bool Value) |
| bool | GetProperty_Visible () |
| void | SetProperty_Visible (bool Value) |
| IMeasurementCursor * | Replicate (IPlottedWave *AWave) |
| Public Member Functions inherited from SCH::IPrimitive | |
| TViewablePrimitiveId | GetProperty_ViewablePrimitiveId () |
| void | SetProperty_BoundingRect (DXP::C_Rect Value) |
| DXP::C_Rect | GetProperty_BoundingRect () |
| int SCH::IMeasurementCursor::GetProperty_Label | ( | ) |
| bool SCH::IMeasurementCursor::GetProperty_Selected | ( | ) |
| bool SCH::IMeasurementCursor::GetProperty_Visible | ( | ) |
| IPlottedWave * SCH::IMeasurementCursor::GetProperty_WaveInterface | ( | ) |
| int SCH::IMeasurementCursor::GetProperty_XPos | ( | ) |
| double SCH::IMeasurementCursor::GetProperty_XVal | ( | ) |
| int SCH::IMeasurementCursor::GetProperty_YPos | ( | ) |
| double SCH::IMeasurementCursor::GetProperty_YVal | ( | ) |
| IMeasurementCursor * SCH::IMeasurementCursor::Replicate | ( | IPlottedWave * | AWave | ) |
| void SCH::IMeasurementCursor::SetProperty_Label | ( | int | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_Selected | ( | bool | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_Visible | ( | bool | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_WaveInterface | ( | IPlottedWave * | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_XPos | ( | int | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_XVal | ( | double | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_YPos | ( | int | Value | ) |
| void SCH::IMeasurementCursor::SetProperty_YVal | ( | double | Value | ) |