|
| std::wstring | GetProperty_EquationString () |
| void | SetProperty_EquationString (std::wstring Value) |
| DXP::TColor | GetProperty_Color () |
| void | SetProperty_Color (DXP::TColor Value) |
| bool | GetProperty_Filtered () |
| void | SetProperty_Filtered (bool Value) |
| IWaveLabel * | GetProperty_WaveLabel () |
| int | GetProperty_PrimaryLastPlottedX () |
| void | SetProperty_PrimaryLastPlottedX (int Value) |
| int | GetProperty_PrimaryLastPlottedY () |
| void | SetProperty_PrimaryLastPlottedY (int Value) |
| bool | GetProperty_MultiTrace () |
| void | SetProperty_MultiTrace (bool Value) |
| int | GetProperty_LastUpdateIndex () |
| void | SetProperty_LastUpdateIndex (int Value) |
| double | GetProperty_LastUpdateTime () |
| void | SetProperty_LastUpdateTime (double Value) |
| double | GetProperty_RunningYMin () |
| void | SetProperty_RunningYMin (double Value) |
| double | GetProperty_RunningYMax () |
| void | SetProperty_RunningYMax (double Value) |
| IPlottedWave * | Replicate () |
| void | CreateWaveFromRef () |
| void | CreateSourceList (ISourceWaveList *ASourceList) |
| void | SourceChange (std::wstring AOldName, std::wstring ANewName) |
| double | GetNextXVal (double AnXVal, int ADirection) |
| int | GetNextPoint (double AnXVal, int ADirection) |
| void | FormatWave () |
| void | BackupColor () |
| void | RestoreColor () |
| IChart * | GetProperty_ParentChart () |
| void | SetProperty_ParentChart (IChart *Value) |
| std::wstring | GetProperty_Name () |
| void | SetProperty_Name (std::wstring Value) |
| std::wstring | GetProperty_YUnits () |
| void | SetProperty_YUnits (std::wstring Value) |
| std::wstring | GetProperty_Hint () |
| void | SetProperty_Hint (std::wstring Value) |
| TDataType | GetProperty_DataType () |
| void | SetProperty_DataType (TDataType Value) |
| int | GetProperty_PointCount () |
| float | GetProperty_XReal (int Index) |
| float | GetProperty_XImag (int Index) |
| float | GetProperty_XPlot (int Index) |
| float | GetProperty_YReal (int Index) |
| float | GetProperty_YImag (int Index) |
| float | GetProperty_YPlot (int Index) |
| void | SetProperty_XReal (int Index, float Value) |
| void | SetProperty_XImag (int Index, float Value) |
| void | SetProperty_YReal (int Index, float Value) |
| void | SetProperty_YImag (int Index, float Value) |
| double | GetProperty_YValue (double XValue) |
| double | GetProperty_XValue (double YValue) |
| bool | GetProperty_XComplex () |
| bool | GetProperty_YComplex () |
| int | AddPoint (double RealX, double ImagX, double RealY, double ImagY) |
| void | InsertPoint (double RealX, double ImagX, double RealY, double ImagY, int Index) |
| void | ClearPoints () |
| void | GetState_MinMax (double *AMinX, double *AMaxX, double *AMinY, double *AMaxY) |
| void | GetState_MinMax_1 (double *AMinX, double *AMaxX, double *AMinY, double *AMaxY, TScaleMode AnXScaleMode, int ALogScaleBase) |
| bool | GetRiseFallTime (C_Coord AMin, C_Coord AMax, double *ARiseTime, double *AFallTime) |
| bool | GetLineValues (C_Coord AMin, C_Coord AMax, double *ABaseVal, double *ATopVal) |
| bool | GetTopLine (C_Coord AMin, C_Coord AMax, double *AResult) |
| void | SetDataIndeces (bool AnXComplexFlag, bool AYComplexFlag) |
| bool | GetMinimum (C_Coord AMin, C_Coord AMax, C_Coord *AResult) |
| bool | GetMaximum (C_Coord AMin, C_Coord AMax, C_Coord *AResult) |
| bool | GetNextPeak (int CurrentDataPoint, int ADirection, C_Coord *AResult) |
| bool | GetNextTrough (int CurrentDataPoint, int ADirection, C_Coord *AResult) |
| TViewablePrimitiveId | GetProperty_ViewablePrimitiveId () |
| void | SetProperty_BoundingRect (DXP::C_Rect Value) |
| DXP::C_Rect | GetProperty_BoundingRect () |