|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| void SCH::IPlot::AddAxis | ( | IPlotAxis * | AnAxis | ) |
| void SCH::IPlot::AddEmptyAxis | ( | ) |
| void SCH::IPlot::AddWaveToNewAxis | ( | IPlottedWave * | AMovedWave | ) |
| void SCH::IPlot::BackupColors | ( | ) |
| void SCH::IPlot::DarkenColors | ( | ) |
| IPlotAxis * SCH::IPlot::GetAxisForWave | ( | IPlottedWave * | AWave | ) |
| IPlottedWave * SCH::IPlot::GetFirstWave | ( | ) |
| IPlottedWaveList * SCH::IPlot::GetFullWaveList | ( | ) |
| int SCH::IPlot::GetProperty_AxisCount | ( | ) |
| IPlotAxis * SCH::IPlot::GetProperty_AxisInterface | ( | int | Index | ) |
| int SCH::IPlot::GetProperty_CellularHeight | ( | ) |
| double SCH::IPlot::GetProperty_CellularYMax | ( | ) |
| double SCH::IPlot::GetProperty_CellularYMin | ( | ) |
| IPlottedWave * SCH::IPlot::GetProperty_FirstWave | ( | ) |
| IGridArea * SCH::IPlot::GetProperty_GridArea | ( | ) |
| int SCH::IPlot::GetProperty_GridBottom | ( | ) |
| int SCH::IPlot::GetProperty_GridDivHeight | ( | ) |
| int SCH::IPlot::GetProperty_GridHeight | ( | ) |
| int SCH::IPlot::GetProperty_GridLeft | ( | ) |
| IGridLines * SCH::IPlot::GetProperty_GridLines_MajorX | ( | ) |
| IGridLines * SCH::IPlot::GetProperty_GridLines_MajorY | ( | ) |
| IGridLines * SCH::IPlot::GetProperty_GridLines_MinorX | ( | ) |
| IGridLines * SCH::IPlot::GetProperty_GridLines_MinorY | ( | ) |
| int SCH::IPlot::GetProperty_GridRight | ( | ) |
| int SCH::IPlot::GetProperty_GridStyle | ( | ) |
| int SCH::IPlot::GetProperty_GridTop | ( | ) |
| int SCH::IPlot::GetProperty_GridWidth | ( | ) |
| IMeasurementCursorData * SCH::IPlot::GetProperty_MeasurementCursorData | ( | ) |
| bool SCH::IPlot::GetProperty_MinorGrid | ( | ) |
| IChart * SCH::IPlot::GetProperty_ParentChart | ( | ) |
| IPlotTitle * SCH::IPlot::GetProperty_PlotTitle | ( | ) |
| bool SCH::IPlot::GetProperty_ScaledForFullView | ( | ) |
| IPlotAxis * SCH::IPlot::GetProperty_SelectedAxisInterface | ( | ) |
| ISelectionButton * SCH::IPlot::GetProperty_SelectionButton | ( | ) |
| std::wstring SCH::IPlot::GetProperty_Title | ( | ) |
| bool SCH::IPlot::GetProperty_Visible | ( | ) |
| int SCH::IPlot::GetProperty_WaveCount | ( | ) |
| IWaveLegend * SCH::IPlot::GetProperty_WaveLegend | ( | ) |
| IXAxis * SCH::IPlot::GetProperty_XAxis | ( | ) |
| bool SCH::IPlot::GetProperty_XGrid | ( | ) |
| bool SCH::IPlot::GetProperty_YGrid | ( | ) |
| bool SCH::IPlot::GetState_AllWavesHaveSameUnit | ( | ) |
| bool SCH::IPlot::GetState_IsYUnitShowable | ( | IPlottedWave * | AnActiveWave | ) |
| int SCH::IPlot::GetState_MaxYUnitStrWidth | ( | ) |
| int SCH::IPlot::GetState_RelativeYPosition | ( | double | yPlot | ) |
| int SCH::IPlot::GetState_WaveLabelFieldWidth | ( | ) |
| void SCH::IPlot::GetState_YMinMax | ( | ) |
| int SCH::IPlot::GetYPosition | ( | IPlotAxis * | APlotAxis, |
| double | yPlot, | ||
| double | yRange ) |
| int SCH::IPlot::IndexOfAxis | ( | IPlotAxis * | AnAxis | ) |
| void SCH::IPlot::LightenColors | ( | ) |
| IPlotAxis * SCH::IPlot::NewAxis | ( | ) |
| bool SCH::IPlot::RemoveSelectedAxis | ( | ) |
| bool SCH::IPlot::RemoveWave | ( | IPlottedWave * | AWave | ) |
| IPlot * SCH::IPlot::Replicate | ( | ) |
| void SCH::IPlot::RescaleToXLimits | ( | double | AMin, |
| double | AMax ) |
| void SCH::IPlot::RestoreColors | ( | ) |
| void SCH::IPlot::SelectAxis | ( | int | AnAxisIndex | ) |
| void SCH::IPlot::SelectAxisByWave | ( | IPlottedWave * | AWave | ) |
| void SCH::IPlot::SetProperty_CellularHeight | ( | int | Value | ) |
| void SCH::IPlot::SetProperty_CellularYMax | ( | double | Value | ) |
| void SCH::IPlot::SetProperty_CellularYMin | ( | double | Value | ) |
| void SCH::IPlot::SetProperty_GridBottom | ( | int | Value | ) |
| void SCH::IPlot::SetProperty_GridDivHeight | ( | int | Value | ) |
| void SCH::IPlot::SetProperty_GridStyle | ( | int | Value | ) |
| void SCH::IPlot::SetProperty_GridTop | ( | int | Value | ) |
| void SCH::IPlot::SetProperty_MinorGrid | ( | bool | Value | ) |
| void SCH::IPlot::SetProperty_ParentChart | ( | IChart * | Value | ) |
| void SCH::IPlot::SetProperty_ScaledForFullView | ( | bool | Value | ) |
| void SCH::IPlot::SetProperty_SelectedAxisInterface | ( | IPlotAxis * | Value | ) |
| void SCH::IPlot::SetProperty_Title | ( | std::wstring | Value | ) |
| void SCH::IPlot::SetProperty_Visible | ( | bool | Value | ) |
| void SCH::IPlot::SetProperty_XGrid | ( | bool | Value | ) |
| void SCH::IPlot::SetProperty_YGrid | ( | bool | Value | ) |
| void SCH::IPlot::SetState_InitialGridY | ( | ) |
| void SCH::IPlot::SizePlot | ( | ) |
| void SCH::IPlot::VerifyYScaling | ( | ) |